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

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

Issue 2649823002: [ScreenOrientation] Merge ScreenOrientation into ScreenOrientationProvider. (Closed)
Patch Set: Address comments from mlamouri@ Created 3 years, 10 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "//crypto", 69 "//crypto",
70 "//device/battery", 70 "//device/battery",
71 "//device/battery:mojo_bindings", 71 "//device/battery:mojo_bindings",
72 "//device/bluetooth", 72 "//device/bluetooth",
73 "//device/gamepad", 73 "//device/gamepad",
74 "//device/generic_sensor", 74 "//device/generic_sensor",
75 "//device/geolocation", 75 "//device/geolocation",
76 "//device/geolocation/public/interfaces", 76 "//device/geolocation/public/interfaces",
77 "//device/nfc:mojo_bindings", 77 "//device/nfc:mojo_bindings",
78 "//device/power_save_blocker", 78 "//device/power_save_blocker",
79 "//device/screen_orientation/public/interfaces",
80 "//device/sensors", 79 "//device/sensors",
81 "//device/vibration", 80 "//device/vibration",
82 "//device/vr", 81 "//device/vr",
83 "//device/wake_lock", 82 "//device/wake_lock",
84 "//google_apis", 83 "//google_apis",
85 "//gpu", 84 "//gpu",
86 "//gpu/command_buffer/client:gles2_implementation", 85 "//gpu/command_buffer/client:gles2_implementation",
87 "//gpu/command_buffer/client:gles2_interface", 86 "//gpu/command_buffer/client:gles2_interface",
88 "//gpu/ipc/host", 87 "//gpu/ipc/host",
89 "//ipc", 88 "//ipc",
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 "renderer_host/text_input_manager.cc", 1199 "renderer_host/text_input_manager.cc",
1201 "renderer_host/text_input_manager.h", 1200 "renderer_host/text_input_manager.h",
1202 "renderer_host/ui_events_helper.cc", 1201 "renderer_host/ui_events_helper.cc",
1203 "renderer_host/ui_events_helper.h", 1202 "renderer_host/ui_events_helper.h",
1204 "renderer_host/webmenurunner_mac.h", 1203 "renderer_host/webmenurunner_mac.h",
1205 "renderer_host/webmenurunner_mac.mm", 1204 "renderer_host/webmenurunner_mac.mm",
1206 "resolve_proxy_msg_helper.cc", 1205 "resolve_proxy_msg_helper.cc",
1207 "resolve_proxy_msg_helper.h", 1206 "resolve_proxy_msg_helper.h",
1208 "resource_context_impl.cc", 1207 "resource_context_impl.cc",
1209 "resource_context_impl.h", 1208 "resource_context_impl.h",
1210 "screen_orientation/screen_orientation.cc",
1211 "screen_orientation/screen_orientation.h",
1212 "screen_orientation/screen_orientation_delegate_win.cc", 1209 "screen_orientation/screen_orientation_delegate_win.cc",
1213 "screen_orientation/screen_orientation_delegate_win.h", 1210 "screen_orientation/screen_orientation_delegate_win.h",
1214 "service_manager/merge_dictionary.cc", 1211 "service_manager/merge_dictionary.cc",
1215 "service_manager/merge_dictionary.h", 1212 "service_manager/merge_dictionary.h",
1216 "service_manager/service_manager_context.cc", 1213 "service_manager/service_manager_context.cc",
1217 "service_manager/service_manager_context.h", 1214 "service_manager/service_manager_context.h",
1218 "service_worker/embedded_worker_instance.cc", 1215 "service_worker/embedded_worker_instance.cc",
1219 "service_worker/embedded_worker_instance.h", 1216 "service_worker/embedded_worker_instance.h",
1220 "service_worker/embedded_worker_registry.cc", 1217 "service_worker/embedded_worker_registry.cc",
1221 "service_worker/embedded_worker_registry.h", 1218 "service_worker/embedded_worker_registry.h",
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 "browser_ipc_logging.cc", 1790 "browser_ipc_logging.cc",
1794 "media/session/audio_focus_delegate_default.cc", 1791 "media/session/audio_focus_delegate_default.cc",
1795 "media/session/audio_focus_manager.cc", 1792 "media/session/audio_focus_manager.cc",
1796 "media/session/audio_focus_manager.h", 1793 "media/session/audio_focus_manager.h",
1797 "tracing/tracing_ui.cc", 1794 "tracing/tracing_ui.cc",
1798 "tracing/tracing_ui.h", 1795 "tracing/tracing_ui.h",
1799 ] 1796 ]
1800 deps -= [ "//device/battery" ] 1797 deps -= [ "//device/battery" ]
1801 deps += [ 1798 deps += [
1802 "//content/public/android:jni", 1799 "//content/public/android:jni",
1800 "//device/screen_orientation/public/interfaces",
1803 "//media", 1801 "//media",
1804 "//media/capture/content/android", 1802 "//media/capture/content/android",
1805 "//media/capture/video/android", 1803 "//media/capture/video/android",
1806 "//mojo/android:libsystem_java", 1804 "//mojo/android:libsystem_java",
1807 "//ui/android", 1805 "//ui/android",
1808 ] 1806 ]
1809 defines += [ 1807 defines += [
1810 "APPCACHE_USE_SIMPLE_CACHE", 1808 "APPCACHE_USE_SIMPLE_CACHE",
1811 "ENABLE_SCREEN_CAPTURE=1", 1809 "ENABLE_SCREEN_CAPTURE=1",
1812 ] 1810 ]
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 if (!is_component_build) { 2002 if (!is_component_build) {
2005 public_deps = [ 2003 public_deps = [
2006 ":browser", 2004 ":browser",
2007 ] 2005 ]
2008 } else { 2006 } else {
2009 public_deps = [ 2007 public_deps = [
2010 "//third_party/leveldatabase", 2008 "//third_party/leveldatabase",
2011 ] 2009 ]
2012 } 2010 }
2013 } 2011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698