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("//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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "//device/battery:mojo_bindings", | 60 "//device/battery:mojo_bindings", |
61 "//device/bluetooth", | 61 "//device/bluetooth", |
62 "//device/gamepad", | 62 "//device/gamepad", |
63 "//device/generic_sensor", | 63 "//device/generic_sensor", |
64 "//device/geolocation", | 64 "//device/geolocation", |
65 "//device/geolocation/public/interfaces", | 65 "//device/geolocation/public/interfaces", |
66 "//device/nfc:mojo_bindings", | 66 "//device/nfc:mojo_bindings", |
67 "//device/power_save_blocker", | 67 "//device/power_save_blocker", |
68 "//device/time_zone_monitor", | 68 "//device/time_zone_monitor", |
69 "//device/vibration", | 69 "//device/vibration", |
| 70 "//device/wake_lock", |
70 "//gin", | 71 "//gin", |
71 "//google_apis", | 72 "//google_apis", |
72 "//gpu", | 73 "//gpu", |
73 "//gpu/command_buffer/client:gles2_implementation", | 74 "//gpu/command_buffer/client:gles2_implementation", |
74 "//gpu/command_buffer/client:gles2_interface", | 75 "//gpu/command_buffer/client:gles2_interface", |
75 "//ipc", | 76 "//ipc", |
76 "//ipc:mojom", | 77 "//ipc:mojom", |
77 "//media", | 78 "//media", |
78 "//media/capture", | 79 "//media/capture", |
79 "//media/gpu/ipc/client", | 80 "//media/gpu/ipc/client", |
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1312 "tracing/trace_message_filter.cc", | 1313 "tracing/trace_message_filter.cc", |
1313 "tracing/trace_message_filter.h", | 1314 "tracing/trace_message_filter.h", |
1314 "tracing/tracing_controller_impl.cc", | 1315 "tracing/tracing_controller_impl.cc", |
1315 "tracing/tracing_controller_impl.h", | 1316 "tracing/tracing_controller_impl.h", |
1316 "tracing/tracing_controller_impl_data_sinks.cc", | 1317 "tracing/tracing_controller_impl_data_sinks.cc", |
1317 "tracing/tracing_ui.cc", | 1318 "tracing/tracing_ui.cc", |
1318 "tracing/tracing_ui.h", | 1319 "tracing/tracing_ui.h", |
1319 "user_metrics.cc", | 1320 "user_metrics.cc", |
1320 "utility_process_host_impl.cc", | 1321 "utility_process_host_impl.cc", |
1321 "utility_process_host_impl.h", | 1322 "utility_process_host_impl.h", |
1322 "wake_lock/wake_lock_service_context.cc", | |
1323 "wake_lock/wake_lock_service_context.h", | |
1324 "wake_lock/wake_lock_service_impl.cc", | |
1325 "wake_lock/wake_lock_service_impl.h", | |
1326 "web_contents/aura/gesture_nav_simple.cc", | 1323 "web_contents/aura/gesture_nav_simple.cc", |
1327 "web_contents/aura/gesture_nav_simple.h", | 1324 "web_contents/aura/gesture_nav_simple.h", |
1328 "web_contents/aura/overscroll_navigation_overlay.cc", | 1325 "web_contents/aura/overscroll_navigation_overlay.cc", |
1329 "web_contents/aura/overscroll_navigation_overlay.h", | 1326 "web_contents/aura/overscroll_navigation_overlay.h", |
1330 "web_contents/aura/overscroll_window_animation.cc", | 1327 "web_contents/aura/overscroll_window_animation.cc", |
1331 "web_contents/aura/overscroll_window_animation.h", | 1328 "web_contents/aura/overscroll_window_animation.h", |
1332 "web_contents/aura/overscroll_window_delegate.cc", | 1329 "web_contents/aura/overscroll_window_delegate.cc", |
1333 "web_contents/aura/overscroll_window_delegate.h", | 1330 "web_contents/aura/overscroll_window_delegate.h", |
1334 "web_contents/aura/shadow_layer_delegate.cc", | 1331 "web_contents/aura/shadow_layer_delegate.cc", |
1335 "web_contents/aura/shadow_layer_delegate.h", | 1332 "web_contents/aura/shadow_layer_delegate.h", |
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1943 if (!is_component_build) { | 1940 if (!is_component_build) { |
1944 public_deps = [ | 1941 public_deps = [ |
1945 ":browser", | 1942 ":browser", |
1946 ] | 1943 ] |
1947 } else { | 1944 } else { |
1948 public_deps = [ | 1945 public_deps = [ |
1949 "//third_party/leveldatabase", | 1946 "//third_party/leveldatabase", |
1950 ] | 1947 ] |
1951 } | 1948 } |
1952 } | 1949 } |
OLD | NEW |