| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 826786abb707a986b1f58782d42d0b5e4a14d56e..70bf3c6d440bc5f2174fe8d4e9d916191208f38a 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -75,7 +75,6 @@ source_set("browser") {
|
| "//device/geolocation/public/interfaces",
|
| "//device/nfc:mojo_bindings",
|
| "//device/power_save_blocker",
|
| - "//device/screen_orientation/public/interfaces",
|
| "//device/sensors/public/cpp",
|
| "//device/vibration",
|
| "//device/wake_lock",
|
| @@ -1212,8 +1211,6 @@ source_set("browser") {
|
| "resolve_proxy_msg_helper.h",
|
| "resource_context_impl.cc",
|
| "resource_context_impl.h",
|
| - "screen_orientation/screen_orientation.cc",
|
| - "screen_orientation/screen_orientation.h",
|
| "screen_orientation/screen_orientation_delegate_win.cc",
|
| "screen_orientation/screen_orientation_delegate_win.h",
|
| "service_manager/merge_dictionary.cc",
|
| @@ -1805,6 +1802,7 @@ source_set("browser") {
|
| deps -= [ "//device/battery" ]
|
| deps += [
|
| "//content/public/android:jni",
|
| + "//device/screen_orientation/public/interfaces",
|
| "//media",
|
| "//media/capture/content/android",
|
| "//media/capture/video/android",
|
|
|