OLD | NEW |
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 18 matching lines...) Expand all Loading... |
29 "android/content_protocol_handler.h", | 29 "android/content_protocol_handler.h", |
30 "android/content_view_core.h", | 30 "android/content_view_core.h", |
31 "android/content_view_layer_renderer.h", | 31 "android/content_view_layer_renderer.h", |
32 "android/devtools_auth.h", | 32 "android/devtools_auth.h", |
33 "android/external_video_surface_container.h", | 33 "android/external_video_surface_container.h", |
34 "android/interface_provider_android.h", | 34 "android/interface_provider_android.h", |
35 "android/interface_registry_android.h", | 35 "android/interface_registry_android.h", |
36 "android/synchronous_compositor.cc", | 36 "android/synchronous_compositor.cc", |
37 "android/synchronous_compositor.h", | 37 "android/synchronous_compositor.h", |
38 "android/synchronous_compositor_client.h", | 38 "android/synchronous_compositor_client.h", |
| 39 "android/vr_input_manager.h", |
39 "appcache_service.h", | 40 "appcache_service.h", |
40 "ax_event_notification_details.cc", | 41 "ax_event_notification_details.cc", |
41 "ax_event_notification_details.h", | 42 "ax_event_notification_details.h", |
42 "background_sync_controller.h", | 43 "background_sync_controller.h", |
43 "background_sync_parameters.cc", | 44 "background_sync_parameters.cc", |
44 "background_sync_parameters.h", | 45 "background_sync_parameters.h", |
45 "background_tracing_config.cc", | 46 "background_tracing_config.cc", |
46 "background_tracing_config.h", | 47 "background_tracing_config.h", |
47 "background_tracing_manager.h", | 48 "background_tracing_manager.h", |
48 "blob_handle.h", | 49 "blob_handle.h", |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 | 313 |
313 if (is_android) { | 314 if (is_android) { |
314 deps += [ "//ui/android" ] | 315 deps += [ "//ui/android" ] |
315 } | 316 } |
316 | 317 |
317 if (use_aura) { | 318 if (use_aura) { |
318 sources -= [ "context_factory.h" ] | 319 sources -= [ "context_factory.h" ] |
319 deps += [ "//ui/aura" ] | 320 deps += [ "//ui/aura" ] |
320 } | 321 } |
321 } | 322 } |
OLD | NEW |