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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 "//device/generic_sensor", | 73 "//device/generic_sensor", |
74 "//device/geolocation", | 74 "//device/geolocation", |
75 "//device/geolocation/public/interfaces", | 75 "//device/geolocation/public/interfaces", |
76 "//device/nfc:mojo_bindings", | 76 "//device/nfc:mojo_bindings", |
77 "//device/power_save_blocker", | 77 "//device/power_save_blocker", |
78 "//device/screen_orientation/public/interfaces", | 78 "//device/screen_orientation/public/interfaces", |
79 "//device/sensors", | 79 "//device/sensors", |
80 "//device/vibration", | 80 "//device/vibration", |
81 "//device/vr", | 81 "//device/vr", |
82 "//device/vr:features", | 82 "//device/vr:features", |
83 "//device/wake_lock", | 83 "//device/wake_lock/public/interfaces", |
84 "//google_apis", | 84 "//google_apis", |
85 "//gpu", | 85 "//gpu", |
86 "//gpu/command_buffer/client:gles2_implementation", | 86 "//gpu/command_buffer/client:gles2_implementation", |
87 "//gpu/command_buffer/client:gles2_interface", | 87 "//gpu/command_buffer/client:gles2_interface", |
88 "//gpu/ipc/host", | 88 "//gpu/ipc/host", |
89 "//gpu/vulkan:features", | 89 "//gpu/vulkan:features", |
90 "//ipc", | 90 "//ipc", |
91 "//media", | 91 "//media", |
92 "//media/capture", | 92 "//media/capture", |
93 "//media/capture/mojo:image_capture", | 93 "//media/capture/mojo:image_capture", |
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1394 "tracing/trace_message_filter.cc", | 1394 "tracing/trace_message_filter.cc", |
1395 "tracing/trace_message_filter.h", | 1395 "tracing/trace_message_filter.h", |
1396 "tracing/tracing_controller_impl.cc", | 1396 "tracing/tracing_controller_impl.cc", |
1397 "tracing/tracing_controller_impl.h", | 1397 "tracing/tracing_controller_impl.h", |
1398 "tracing/tracing_controller_impl_data_sinks.cc", | 1398 "tracing/tracing_controller_impl_data_sinks.cc", |
1399 "tracing/tracing_ui.cc", | 1399 "tracing/tracing_ui.cc", |
1400 "tracing/tracing_ui.h", | 1400 "tracing/tracing_ui.h", |
1401 "user_metrics.cc", | 1401 "user_metrics.cc", |
1402 "utility_process_host_impl.cc", | 1402 "utility_process_host_impl.cc", |
1403 "utility_process_host_impl.h", | 1403 "utility_process_host_impl.h", |
| 1404 "wake_lock/wake_lock_context_host.cc", |
| 1405 "wake_lock/wake_lock_context_host.h", |
1404 "web_contents/aura/gesture_nav_simple.cc", | 1406 "web_contents/aura/gesture_nav_simple.cc", |
1405 "web_contents/aura/gesture_nav_simple.h", | 1407 "web_contents/aura/gesture_nav_simple.h", |
1406 "web_contents/aura/overscroll_navigation_overlay.cc", | 1408 "web_contents/aura/overscroll_navigation_overlay.cc", |
1407 "web_contents/aura/overscroll_navigation_overlay.h", | 1409 "web_contents/aura/overscroll_navigation_overlay.h", |
1408 "web_contents/aura/overscroll_window_animation.cc", | 1410 "web_contents/aura/overscroll_window_animation.cc", |
1409 "web_contents/aura/overscroll_window_animation.h", | 1411 "web_contents/aura/overscroll_window_animation.h", |
1410 "web_contents/aura/overscroll_window_delegate.cc", | 1412 "web_contents/aura/overscroll_window_delegate.cc", |
1411 "web_contents/aura/overscroll_window_delegate.h", | 1413 "web_contents/aura/overscroll_window_delegate.h", |
1412 "web_contents/aura/shadow_layer_delegate.cc", | 1414 "web_contents/aura/shadow_layer_delegate.cc", |
1413 "web_contents/aura/shadow_layer_delegate.h", | 1415 "web_contents/aura/shadow_layer_delegate.h", |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2042 if (!is_component_build) { | 2044 if (!is_component_build) { |
2043 public_deps = [ | 2045 public_deps = [ |
2044 ":browser", | 2046 ":browser", |
2045 ] | 2047 ] |
2046 } else { | 2048 } else { |
2047 public_deps = [ | 2049 public_deps = [ |
2048 "//third_party/leveldatabase", | 2050 "//third_party/leveldatabase", |
2049 ] | 2051 ] |
2050 } | 2052 } |
2051 } | 2053 } |
OLD | NEW |