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

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

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Codereview update Created 4 years, 1 month 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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 "renderer_host/text_input_manager.cc", 1153 "renderer_host/text_input_manager.cc",
1154 "renderer_host/text_input_manager.h", 1154 "renderer_host/text_input_manager.h",
1155 "renderer_host/ui_events_helper.cc", 1155 "renderer_host/ui_events_helper.cc",
1156 "renderer_host/ui_events_helper.h", 1156 "renderer_host/ui_events_helper.h",
1157 "renderer_host/webmenurunner_mac.h", 1157 "renderer_host/webmenurunner_mac.h",
1158 "renderer_host/webmenurunner_mac.mm", 1158 "renderer_host/webmenurunner_mac.mm",
1159 "resolve_proxy_msg_helper.cc", 1159 "resolve_proxy_msg_helper.cc",
1160 "resolve_proxy_msg_helper.h", 1160 "resolve_proxy_msg_helper.h",
1161 "resource_context_impl.cc", 1161 "resource_context_impl.cc",
1162 "resource_context_impl.h", 1162 "resource_context_impl.h",
1163 "screen_orientation/screen_orientation.cc",
1164 "screen_orientation/screen_orientation.h",
1163 "screen_orientation/screen_orientation_delegate_win.cc", 1165 "screen_orientation/screen_orientation_delegate_win.cc",
1164 "screen_orientation/screen_orientation_delegate_win.h", 1166 "screen_orientation/screen_orientation_delegate_win.h",
1165 "screen_orientation/screen_orientation_dispatcher_host_impl.cc",
1166 "screen_orientation/screen_orientation_dispatcher_host_impl.h",
1167 "service_manager/merge_dictionary.cc", 1167 "service_manager/merge_dictionary.cc",
1168 "service_manager/merge_dictionary.h", 1168 "service_manager/merge_dictionary.h",
1169 "service_manager/service_manager_context.cc", 1169 "service_manager/service_manager_context.cc",
1170 "service_manager/service_manager_context.h", 1170 "service_manager/service_manager_context.h",
1171 "service_worker/embedded_worker_instance.cc", 1171 "service_worker/embedded_worker_instance.cc",
1172 "service_worker/embedded_worker_instance.h", 1172 "service_worker/embedded_worker_instance.h",
1173 "service_worker/embedded_worker_registry.cc", 1173 "service_worker/embedded_worker_registry.cc",
1174 "service_worker/embedded_worker_registry.h", 1174 "service_worker/embedded_worker_registry.h",
1175 "service_worker/embedded_worker_status.h", 1175 "service_worker/embedded_worker_status.h",
1176 "service_worker/foreign_fetch_request_handler.cc", 1176 "service_worker/foreign_fetch_request_handler.cc",
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1953 if (!is_component_build) {
1954 public_deps = [ 1954 public_deps = [
1955 ":browser", 1955 ":browser",
1956 ] 1956 ]
1957 } else { 1957 } else {
1958 public_deps = [ 1958 public_deps = [
1959 "//third_party/leveldatabase", 1959 "//third_party/leveldatabase",
1960 ] 1960 ]
1961 } 1961 }
1962 } 1962 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | content/public/browser/screen_orientation_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698