Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: content/browser/BUILD.gn

Issue 2649823002: [ScreenOrientation] Merge ScreenOrientation into ScreenOrientationProvider. (Closed)
Patch Set: Fix tests Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "//crypto", 68 "//crypto",
69 "//device/battery", 69 "//device/battery",
70 "//device/battery:mojo_bindings", 70 "//device/battery:mojo_bindings",
71 "//device/bluetooth", 71 "//device/bluetooth",
72 "//device/gamepad", 72 "//device/gamepad",
73 "//device/generic_sensor", 73 "//device/generic_sensor",
74 "//device/geolocation", 74 "//device/geolocation",
75 "//device/geolocation/public/interfaces", 75 "//device/geolocation/public/interfaces",
76 "//device/nfc:mojo_bindings", 76 "//device/nfc:mojo_bindings",
77 "//device/power_save_blocker", 77 "//device/power_save_blocker",
78 "//device/screen_orientation/public/interfaces",
79 "//device/sensors/public/cpp", 78 "//device/sensors/public/cpp",
80 "//device/vibration", 79 "//device/vibration",
81 "//device/wake_lock", 80 "//device/wake_lock",
82 "//gin", 81 "//gin",
83 "//google_apis", 82 "//google_apis",
84 "//gpu", 83 "//gpu",
85 "//gpu/command_buffer/client:gles2_implementation", 84 "//gpu/command_buffer/client:gles2_implementation",
86 "//gpu/command_buffer/client:gles2_interface", 85 "//gpu/command_buffer/client:gles2_interface",
87 "//gpu/ipc/host", 86 "//gpu/ipc/host",
88 "//ipc", 87 "//ipc",
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 "renderer_host/text_input_manager.cc", 1204 "renderer_host/text_input_manager.cc",
1206 "renderer_host/text_input_manager.h", 1205 "renderer_host/text_input_manager.h",
1207 "renderer_host/ui_events_helper.cc", 1206 "renderer_host/ui_events_helper.cc",
1208 "renderer_host/ui_events_helper.h", 1207 "renderer_host/ui_events_helper.h",
1209 "renderer_host/webmenurunner_mac.h", 1208 "renderer_host/webmenurunner_mac.h",
1210 "renderer_host/webmenurunner_mac.mm", 1209 "renderer_host/webmenurunner_mac.mm",
1211 "resolve_proxy_msg_helper.cc", 1210 "resolve_proxy_msg_helper.cc",
1212 "resolve_proxy_msg_helper.h", 1211 "resolve_proxy_msg_helper.h",
1213 "resource_context_impl.cc", 1212 "resource_context_impl.cc",
1214 "resource_context_impl.h", 1213 "resource_context_impl.h",
1215 "screen_orientation/screen_orientation.cc",
1216 "screen_orientation/screen_orientation.h",
1217 "screen_orientation/screen_orientation_delegate_win.cc", 1214 "screen_orientation/screen_orientation_delegate_win.cc",
1218 "screen_orientation/screen_orientation_delegate_win.h", 1215 "screen_orientation/screen_orientation_delegate_win.h",
1219 "service_manager/merge_dictionary.cc", 1216 "service_manager/merge_dictionary.cc",
1220 "service_manager/merge_dictionary.h", 1217 "service_manager/merge_dictionary.h",
1221 "service_manager/service_manager_context.cc", 1218 "service_manager/service_manager_context.cc",
1222 "service_manager/service_manager_context.h", 1219 "service_manager/service_manager_context.h",
1223 "service_worker/embedded_worker_instance.cc", 1220 "service_worker/embedded_worker_instance.cc",
1224 "service_worker/embedded_worker_instance.h", 1221 "service_worker/embedded_worker_instance.h",
1225 "service_worker/embedded_worker_registry.cc", 1222 "service_worker/embedded_worker_registry.cc",
1226 "service_worker/embedded_worker_registry.h", 1223 "service_worker/embedded_worker_registry.h",
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 "device_sensors/data_fetcher_shared_memory_default.cc", 1795 "device_sensors/data_fetcher_shared_memory_default.cc",
1799 "media/session/audio_focus_delegate_default.cc", 1796 "media/session/audio_focus_delegate_default.cc",
1800 "media/session/audio_focus_manager.cc", 1797 "media/session/audio_focus_manager.cc",
1801 "media/session/audio_focus_manager.h", 1798 "media/session/audio_focus_manager.h",
1802 "tracing/tracing_ui.cc", 1799 "tracing/tracing_ui.cc",
1803 "tracing/tracing_ui.h", 1800 "tracing/tracing_ui.h",
1804 ] 1801 ]
1805 deps -= [ "//device/battery" ] 1802 deps -= [ "//device/battery" ]
1806 deps += [ 1803 deps += [
1807 "//content/public/android:jni", 1804 "//content/public/android:jni",
1805 "//device/screen_orientation/public/interfaces",
1808 "//media", 1806 "//media",
1809 "//media/capture/content/android", 1807 "//media/capture/content/android",
1810 "//media/capture/video/android", 1808 "//media/capture/video/android",
1811 "//mojo/android:libsystem_java", 1809 "//mojo/android:libsystem_java",
1812 "//ui/android", 1810 "//ui/android",
1813 ] 1811 ]
1814 defines += [ 1812 defines += [
1815 "APPCACHE_USE_SIMPLE_CACHE", 1813 "APPCACHE_USE_SIMPLE_CACHE",
1816 "ENABLE_SCREEN_CAPTURE=1", 1814 "ENABLE_SCREEN_CAPTURE=1",
1817 ] 1815 ]
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 if (!is_component_build) { 2016 if (!is_component_build) {
2019 public_deps = [ 2017 public_deps = [
2020 ":browser", 2018 ":browser",
2021 ] 2019 ]
2022 } else { 2020 } else {
2023 public_deps = [ 2021 public_deps = [
2024 "//third_party/leveldatabase", 2022 "//third_party/leveldatabase",
2025 ] 2023 ]
2026 } 2024 }
2027 } 2025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698