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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 "//device/generic_sensor", | 74 "//device/generic_sensor", |
75 "//device/geolocation", | 75 "//device/geolocation", |
76 "//device/geolocation/public/interfaces", | 76 "//device/geolocation/public/interfaces", |
77 "//device/nfc:mojo_bindings", | 77 "//device/nfc:mojo_bindings", |
78 "//device/power_save_blocker", | 78 "//device/power_save_blocker", |
79 "//device/screen_orientation/public/interfaces", | 79 "//device/screen_orientation/public/interfaces", |
80 "//device/sensors", | 80 "//device/sensors", |
81 "//device/vibration", | 81 "//device/vibration", |
82 "//device/vr", | 82 "//device/vr", |
83 "//device/vr:features", | 83 "//device/vr:features", |
84 "//device/wake_lock", | 84 "//device/wake_lock/public/interfaces", |
85 "//google_apis", | 85 "//google_apis", |
86 "//gpu", | 86 "//gpu", |
87 "//gpu/command_buffer/client:gles2_implementation", | 87 "//gpu/command_buffer/client:gles2_implementation", |
88 "//gpu/command_buffer/client:gles2_interface", | 88 "//gpu/command_buffer/client:gles2_interface", |
89 "//gpu/ipc/host", | 89 "//gpu/ipc/host", |
90 "//gpu/vulkan:features", | 90 "//gpu/vulkan:features", |
91 "//ipc", | 91 "//ipc", |
92 "//media", | 92 "//media", |
93 "//media/capture", | 93 "//media/capture", |
94 "//media/capture/mojo:image_capture", | 94 "//media/capture/mojo:image_capture", |
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1404 "tracing/trace_message_filter.cc", | 1404 "tracing/trace_message_filter.cc", |
1405 "tracing/trace_message_filter.h", | 1405 "tracing/trace_message_filter.h", |
1406 "tracing/tracing_controller_impl.cc", | 1406 "tracing/tracing_controller_impl.cc", |
1407 "tracing/tracing_controller_impl.h", | 1407 "tracing/tracing_controller_impl.h", |
1408 "tracing/tracing_controller_impl_data_sinks.cc", | 1408 "tracing/tracing_controller_impl_data_sinks.cc", |
1409 "tracing/tracing_ui.cc", | 1409 "tracing/tracing_ui.cc", |
1410 "tracing/tracing_ui.h", | 1410 "tracing/tracing_ui.h", |
1411 "user_metrics.cc", | 1411 "user_metrics.cc", |
1412 "utility_process_host_impl.cc", | 1412 "utility_process_host_impl.cc", |
1413 "utility_process_host_impl.h", | 1413 "utility_process_host_impl.h", |
| 1414 "wake_lock/wake_lock_context_host.cc", |
| 1415 "wake_lock/wake_lock_context_host.h", |
1414 "web_contents/aura/gesture_nav_simple.cc", | 1416 "web_contents/aura/gesture_nav_simple.cc", |
1415 "web_contents/aura/gesture_nav_simple.h", | 1417 "web_contents/aura/gesture_nav_simple.h", |
1416 "web_contents/aura/overscroll_navigation_overlay.cc", | 1418 "web_contents/aura/overscroll_navigation_overlay.cc", |
1417 "web_contents/aura/overscroll_navigation_overlay.h", | 1419 "web_contents/aura/overscroll_navigation_overlay.h", |
1418 "web_contents/aura/overscroll_window_animation.cc", | 1420 "web_contents/aura/overscroll_window_animation.cc", |
1419 "web_contents/aura/overscroll_window_animation.h", | 1421 "web_contents/aura/overscroll_window_animation.h", |
1420 "web_contents/aura/overscroll_window_delegate.cc", | 1422 "web_contents/aura/overscroll_window_delegate.cc", |
1421 "web_contents/aura/overscroll_window_delegate.h", | 1423 "web_contents/aura/overscroll_window_delegate.h", |
1422 "web_contents/aura/shadow_layer_delegate.cc", | 1424 "web_contents/aura/shadow_layer_delegate.cc", |
1423 "web_contents/aura/shadow_layer_delegate.h", | 1425 "web_contents/aura/shadow_layer_delegate.h", |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 if (!is_component_build) { | 2054 if (!is_component_build) { |
2053 public_deps = [ | 2055 public_deps = [ |
2054 ":browser", | 2056 ":browser", |
2055 ] | 2057 ] |
2056 } else { | 2058 } else { |
2057 public_deps = [ | 2059 public_deps = [ |
2058 "//third_party/leveldatabase", | 2060 "//third_party/leveldatabase", |
2059 ] | 2061 ] |
2060 } | 2062 } |
2061 } | 2063 } |
OLD | NEW |