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

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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 "renderer_host/ui_events_helper.cc", 1140 "renderer_host/ui_events_helper.cc",
1141 "renderer_host/ui_events_helper.h", 1141 "renderer_host/ui_events_helper.h",
1142 "renderer_host/webmenurunner_mac.h", 1142 "renderer_host/webmenurunner_mac.h",
1143 "renderer_host/webmenurunner_mac.mm", 1143 "renderer_host/webmenurunner_mac.mm",
1144 "resolve_proxy_msg_helper.cc", 1144 "resolve_proxy_msg_helper.cc",
1145 "resolve_proxy_msg_helper.h", 1145 "resolve_proxy_msg_helper.h",
1146 "resource_context_impl.cc", 1146 "resource_context_impl.cc",
1147 "resource_context_impl.h", 1147 "resource_context_impl.h",
1148 "screen_orientation/screen_orientation_delegate_win.cc", 1148 "screen_orientation/screen_orientation_delegate_win.cc",
1149 "screen_orientation/screen_orientation_delegate_win.h", 1149 "screen_orientation/screen_orientation_delegate_win.h",
1150 "screen_orientation/screen_orientation_dispatcher_host_impl.cc", 1150 "screen_orientation/screen_orientation_impl.cc",
blundell 2016/10/25 16:09:26 nit: this can just be screen_orientation (and clas
lunalu1 2016/11/03 23:15:25 Done.
1151 "screen_orientation/screen_orientation_dispatcher_host_impl.h", 1151 "screen_orientation/screen_orientation_impl.h",
1152 "service_manager/merge_dictionary.cc", 1152 "service_manager/merge_dictionary.cc",
1153 "service_manager/merge_dictionary.h", 1153 "service_manager/merge_dictionary.h",
1154 "service_manager/service_manager_context.cc", 1154 "service_manager/service_manager_context.cc",
1155 "service_manager/service_manager_context.h", 1155 "service_manager/service_manager_context.h",
1156 "service_worker/embedded_worker_instance.cc", 1156 "service_worker/embedded_worker_instance.cc",
1157 "service_worker/embedded_worker_instance.h", 1157 "service_worker/embedded_worker_instance.h",
1158 "service_worker/embedded_worker_registry.cc", 1158 "service_worker/embedded_worker_registry.cc",
1159 "service_worker/embedded_worker_registry.h", 1159 "service_worker/embedded_worker_registry.h",
1160 "service_worker/embedded_worker_status.h", 1160 "service_worker/embedded_worker_status.h",
1161 "service_worker/foreign_fetch_request_handler.cc", 1161 "service_worker/foreign_fetch_request_handler.cc",
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1941 if (!is_component_build) { 1941 if (!is_component_build) {
1942 public_deps = [ 1942 public_deps = [
1943 ":browser", 1943 ":browser",
1944 ] 1944 ]
1945 } else { 1945 } else {
1946 public_deps = [ 1946 public_deps = [
1947 "//third_party/leveldatabase", 1947 "//third_party/leveldatabase",
1948 ] 1948 ]
1949 } 1949 }
1950 } 1950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698