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/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/config/win/console_app.gni") | 8 import("//build/config/win/console_app.gni") |
9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "//content/public/common:interfaces", | 234 "//content/public/common:interfaces", |
235 "//content/public/common:service_names", | 235 "//content/public/common:service_names", |
236 "//content/shell/test_runner:test_runner", | 236 "//content/shell/test_runner:test_runner", |
237 "//content/test:content_test_mojo_bindings", | 237 "//content/test:content_test_mojo_bindings", |
238 "//content/test:layouttest_support", | 238 "//content/test:layouttest_support", |
239 "//content/test:test_support", | 239 "//content/test:test_support", |
240 "//device/bluetooth", | 240 "//device/bluetooth", |
241 "//device/bluetooth:fake_bluetooth", | 241 "//device/bluetooth:fake_bluetooth", |
242 "//device/bluetooth:mocks", | 242 "//device/bluetooth:mocks", |
243 "//device/geolocation", | 243 "//device/geolocation", |
244 "//device/sensors/public/cpp:full", | |
245 "//gin", | 244 "//gin", |
246 "//gpu", | 245 "//gpu", |
247 "//media", | 246 "//media", |
248 "//media/capture", | 247 "//media/capture", |
249 "//mojo/edk/js", | 248 "//mojo/edk/js", |
250 "//net", | 249 "//net", |
251 "//net:net_resources", | 250 "//net:net_resources", |
252 "//net:test_support", | 251 "//net:test_support", |
253 "//ppapi/features", | 252 "//ppapi/features", |
254 "//sandbox", | 253 "//sandbox", |
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 data_deps += [ | 808 data_deps += [ |
810 "//breakpad:dump_syms", | 809 "//breakpad:dump_syms", |
811 "//breakpad:microdump_stackwalk", | 810 "//breakpad:microdump_stackwalk", |
812 "//breakpad:minidump_dump", | 811 "//breakpad:minidump_dump", |
813 "//breakpad:minidump_stackwalk", | 812 "//breakpad:minidump_stackwalk", |
814 "//breakpad:symupload", | 813 "//breakpad:symupload", |
815 "//tools/android/forwarder2", | 814 "//tools/android/forwarder2", |
816 ] | 815 ] |
817 } | 816 } |
818 } | 817 } |
OLD | NEW |