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

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

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: clup Created 4 years 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "renderer_host/text_input_manager.cc", 1172 "renderer_host/text_input_manager.cc",
1173 "renderer_host/text_input_manager.h", 1173 "renderer_host/text_input_manager.h",
1174 "renderer_host/ui_events_helper.cc", 1174 "renderer_host/ui_events_helper.cc",
1175 "renderer_host/ui_events_helper.h", 1175 "renderer_host/ui_events_helper.h",
1176 "renderer_host/webmenurunner_mac.h", 1176 "renderer_host/webmenurunner_mac.h",
1177 "renderer_host/webmenurunner_mac.mm", 1177 "renderer_host/webmenurunner_mac.mm",
1178 "resolve_proxy_msg_helper.cc", 1178 "resolve_proxy_msg_helper.cc",
1179 "resolve_proxy_msg_helper.h", 1179 "resolve_proxy_msg_helper.h",
1180 "resource_context_impl.cc", 1180 "resource_context_impl.cc",
1181 "resource_context_impl.h", 1181 "resource_context_impl.h",
1182 "screen_orientation/screen_orientation.cc",
1183 "screen_orientation/screen_orientation.h",
1182 "screen_orientation/screen_orientation_delegate_win.cc", 1184 "screen_orientation/screen_orientation_delegate_win.cc",
1183 "screen_orientation/screen_orientation_delegate_win.h", 1185 "screen_orientation/screen_orientation_delegate_win.h",
1184 "screen_orientation/screen_orientation_dispatcher_host_impl.cc",
1185 "screen_orientation/screen_orientation_dispatcher_host_impl.h",
1186 "service_manager/merge_dictionary.cc", 1186 "service_manager/merge_dictionary.cc",
1187 "service_manager/merge_dictionary.h", 1187 "service_manager/merge_dictionary.h",
1188 "service_manager/service_manager_context.cc", 1188 "service_manager/service_manager_context.cc",
1189 "service_manager/service_manager_context.h", 1189 "service_manager/service_manager_context.h",
1190 "service_worker/embedded_worker_instance.cc", 1190 "service_worker/embedded_worker_instance.cc",
1191 "service_worker/embedded_worker_instance.h", 1191 "service_worker/embedded_worker_instance.h",
1192 "service_worker/embedded_worker_registry.cc", 1192 "service_worker/embedded_worker_registry.cc",
1193 "service_worker/embedded_worker_registry.h", 1193 "service_worker/embedded_worker_registry.h",
1194 "service_worker/embedded_worker_status.h", 1194 "service_worker/embedded_worker_status.h",
1195 "service_worker/foreign_fetch_request_handler.cc", 1195 "service_worker/foreign_fetch_request_handler.cc",
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 if (!is_component_build) { 1972 if (!is_component_build) {
1973 public_deps = [ 1973 public_deps = [
1974 ":browser", 1974 ":browser",
1975 ] 1975 ]
1976 } else { 1976 } else {
1977 public_deps = [ 1977 public_deps = [
1978 "//third_party/leveldatabase", 1978 "//third_party/leveldatabase",
1979 ] 1979 ]
1980 } 1980 }
1981 } 1981 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698