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

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

Issue 2682643002: [ScreenOrientation] Hide ScreenOrientationProvider inside WebContentsImpl. (Closed)
Patch Set: Rebase only 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",
79 "//device/sensors", 80 "//device/sensors",
80 "//device/vibration", 81 "//device/vibration",
81 "//device/vr", 82 "//device/vr",
82 "//device/wake_lock", 83 "//device/wake_lock",
83 "//google_apis", 84 "//google_apis",
84 "//gpu", 85 "//gpu",
85 "//gpu/command_buffer/client:gles2_implementation", 86 "//gpu/command_buffer/client:gles2_implementation",
86 "//gpu/command_buffer/client:gles2_interface", 87 "//gpu/command_buffer/client:gles2_interface",
87 "//gpu/ipc/host", 88 "//gpu/ipc/host",
88 "//ipc", 89 "//ipc",
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 "renderer_host/ui_events_helper.cc", 1203 "renderer_host/ui_events_helper.cc",
1203 "renderer_host/ui_events_helper.h", 1204 "renderer_host/ui_events_helper.h",
1204 "renderer_host/webmenurunner_mac.h", 1205 "renderer_host/webmenurunner_mac.h",
1205 "renderer_host/webmenurunner_mac.mm", 1206 "renderer_host/webmenurunner_mac.mm",
1206 "resolve_proxy_msg_helper.cc", 1207 "resolve_proxy_msg_helper.cc",
1207 "resolve_proxy_msg_helper.h", 1208 "resolve_proxy_msg_helper.h",
1208 "resource_context_impl.cc", 1209 "resource_context_impl.cc",
1209 "resource_context_impl.h", 1210 "resource_context_impl.h",
1210 "screen_orientation/screen_orientation_delegate_win.cc", 1211 "screen_orientation/screen_orientation_delegate_win.cc",
1211 "screen_orientation/screen_orientation_delegate_win.h", 1212 "screen_orientation/screen_orientation_delegate_win.h",
1213 "screen_orientation/screen_orientation_provider.cc",
1214 "screen_orientation/screen_orientation_provider.h",
1212 "service_manager/merge_dictionary.cc", 1215 "service_manager/merge_dictionary.cc",
1213 "service_manager/merge_dictionary.h", 1216 "service_manager/merge_dictionary.h",
1214 "service_manager/service_manager_context.cc", 1217 "service_manager/service_manager_context.cc",
1215 "service_manager/service_manager_context.h", 1218 "service_manager/service_manager_context.h",
1216 "service_worker/embedded_worker_instance.cc", 1219 "service_worker/embedded_worker_instance.cc",
1217 "service_worker/embedded_worker_instance.h", 1220 "service_worker/embedded_worker_instance.h",
1218 "service_worker/embedded_worker_registry.cc", 1221 "service_worker/embedded_worker_registry.cc",
1219 "service_worker/embedded_worker_registry.h", 1222 "service_worker/embedded_worker_registry.h",
1220 "service_worker/embedded_worker_status.h", 1223 "service_worker/embedded_worker_status.h",
1221 "service_worker/foreign_fetch_request_handler.cc", 1224 "service_worker/foreign_fetch_request_handler.cc",
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 "browser_ipc_logging.cc", 1794 "browser_ipc_logging.cc",
1792 "media/session/audio_focus_delegate_default.cc", 1795 "media/session/audio_focus_delegate_default.cc",
1793 "media/session/audio_focus_manager.cc", 1796 "media/session/audio_focus_manager.cc",
1794 "media/session/audio_focus_manager.h", 1797 "media/session/audio_focus_manager.h",
1795 "tracing/tracing_ui.cc", 1798 "tracing/tracing_ui.cc",
1796 "tracing/tracing_ui.h", 1799 "tracing/tracing_ui.h",
1797 ] 1800 ]
1798 deps -= [ "//device/battery" ] 1801 deps -= [ "//device/battery" ]
1799 deps += [ 1802 deps += [
1800 "//content/public/android:jni", 1803 "//content/public/android:jni",
1801 "//device/screen_orientation/public/interfaces",
1802 "//media", 1804 "//media",
1803 "//media/capture/content/android", 1805 "//media/capture/content/android",
1804 "//media/capture/video/android", 1806 "//media/capture/video/android",
1805 "//mojo/android:libsystem_java", 1807 "//mojo/android:libsystem_java",
1806 "//ui/android", 1808 "//ui/android",
1807 ] 1809 ]
1808 defines += [ 1810 defines += [
1809 "APPCACHE_USE_SIMPLE_CACHE", 1811 "APPCACHE_USE_SIMPLE_CACHE",
1810 "ENABLE_SCREEN_CAPTURE=1", 1812 "ENABLE_SCREEN_CAPTURE=1",
1811 ] 1813 ]
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 if (!is_component_build) { 2005 if (!is_component_build) {
2004 public_deps = [ 2006 public_deps = [
2005 ":browser", 2007 ":browser",
2006 ] 2008 ]
2007 } else { 2009 } else {
2008 public_deps = [ 2010 public_deps = [
2009 "//third_party/leveldatabase", 2011 "//third_party/leveldatabase",
2010 ] 2012 ]
2011 } 2013 }
2012 } 2014 }
OLDNEW
« no previous file with comments | « ash/content/screen_orientation_delegate_chromeos.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698