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

Side by Side Diff: content/public/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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "resource_dispatcher_host_delegate.h", 209 "resource_dispatcher_host_delegate.h",
210 "resource_dispatcher_host_login_delegate.h", 210 "resource_dispatcher_host_login_delegate.h",
211 "resource_hints.h", 211 "resource_hints.h",
212 "resource_request_details.cc", 212 "resource_request_details.cc",
213 "resource_request_details.h", 213 "resource_request_details.h",
214 "resource_request_info.h", 214 "resource_request_info.h",
215 "resource_throttle.cc", 215 "resource_throttle.cc",
216 "resource_throttle.h", 216 "resource_throttle.h",
217 "save_page_type.h", 217 "save_page_type.h",
218 "screen_orientation_delegate.h", 218 "screen_orientation_delegate.h",
219 "screen_orientation_dispatcher_host.h",
220 "screen_orientation_provider.cc", 219 "screen_orientation_provider.cc",
221 "screen_orientation_provider.h", 220 "screen_orientation_provider.h",
222 "security_style_explanation.h", 221 "security_style_explanation.h",
223 "security_style_explanations.cc", 222 "security_style_explanations.cc",
224 "security_style_explanations.h", 223 "security_style_explanations.h",
225 "service_worker_context.h", 224 "service_worker_context.h",
226 "service_worker_usage_info.cc", 225 "service_worker_usage_info.cc",
227 "service_worker_usage_info.h", 226 "service_worker_usage_info.h",
228 "session_storage_namespace.h", 227 "session_storage_namespace.h",
229 "session_storage_usage_info.h", 228 "session_storage_usage_info.h",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 323
325 if (is_android) { 324 if (is_android) {
326 deps += [ "//ui/android" ] 325 deps += [ "//ui/android" ]
327 } 326 }
328 327
329 if (use_aura) { 328 if (use_aura) {
330 sources -= [ "context_factory.h" ] 329 sources -= [ "context_factory.h" ]
331 deps += [ "//ui/aura" ] 330 deps += [ "//ui/aura" ]
332 } 331 }
333 } 332 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698