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

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

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Code review changes (as to PS7) 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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 "renderer_host/text_input_manager.cc", 1144 "renderer_host/text_input_manager.cc",
1145 "renderer_host/text_input_manager.h", 1145 "renderer_host/text_input_manager.h",
1146 "renderer_host/ui_events_helper.cc", 1146 "renderer_host/ui_events_helper.cc",
1147 "renderer_host/ui_events_helper.h", 1147 "renderer_host/ui_events_helper.h",
1148 "renderer_host/webmenurunner_mac.h", 1148 "renderer_host/webmenurunner_mac.h",
1149 "renderer_host/webmenurunner_mac.mm", 1149 "renderer_host/webmenurunner_mac.mm",
1150 "resolve_proxy_msg_helper.cc", 1150 "resolve_proxy_msg_helper.cc",
1151 "resolve_proxy_msg_helper.h", 1151 "resolve_proxy_msg_helper.h",
1152 "resource_context_impl.cc", 1152 "resource_context_impl.cc",
1153 "resource_context_impl.h", 1153 "resource_context_impl.h",
1154 "screen_orientation/screen_orientation.cc",
1155 "screen_orientation/screen_orientation.h",
1154 "screen_orientation/screen_orientation_delegate_win.cc", 1156 "screen_orientation/screen_orientation_delegate_win.cc",
1155 "screen_orientation/screen_orientation_delegate_win.h", 1157 "screen_orientation/screen_orientation_delegate_win.h",
1156 "screen_orientation/screen_orientation_dispatcher_host_impl.cc",
1157 "screen_orientation/screen_orientation_dispatcher_host_impl.h",
1158 "service_manager/merge_dictionary.cc", 1158 "service_manager/merge_dictionary.cc",
1159 "service_manager/merge_dictionary.h", 1159 "service_manager/merge_dictionary.h",
1160 "service_manager/service_manager_context.cc", 1160 "service_manager/service_manager_context.cc",
1161 "service_manager/service_manager_context.h", 1161 "service_manager/service_manager_context.h",
1162 "service_worker/embedded_worker_instance.cc", 1162 "service_worker/embedded_worker_instance.cc",
1163 "service_worker/embedded_worker_instance.h", 1163 "service_worker/embedded_worker_instance.h",
1164 "service_worker/embedded_worker_registry.cc", 1164 "service_worker/embedded_worker_registry.cc",
1165 "service_worker/embedded_worker_registry.h", 1165 "service_worker/embedded_worker_registry.h",
1166 "service_worker/embedded_worker_status.h", 1166 "service_worker/embedded_worker_status.h",
1167 "service_worker/foreign_fetch_request_handler.cc", 1167 "service_worker/foreign_fetch_request_handler.cc",
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 if (!is_component_build) { 1948 if (!is_component_build) {
1949 public_deps = [ 1949 public_deps = [
1950 ":browser", 1950 ":browser",
1951 ] 1951 ]
1952 } else { 1952 } else {
1953 public_deps = [ 1953 public_deps = [
1954 "//third_party/leveldatabase", 1954 "//third_party/leveldatabase",
1955 ] 1955 ]
1956 } 1956 }
1957 } 1957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698