# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("screen_orientation") {
sources = [
"lock_orientation_callback.cc",
"lock_orientation_callback.h",
"screen_orientation.cc",
"screen_orientation.h",
"screen_orientation_controller.cc",
"screen_orientation_controller.h",
"screen_screen_orientation.cc",
"screen_screen_orientation.h",
"web_lock_orientation_callback.h",
"web_lock_orientation_error.h",
]
deps = [
"//services/service_manager/public/cpp",
"//third_party/blink/renderer/platform",
]
}