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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "//content/test:layouttest_support", | 235 "//content/test:layouttest_support", |
236 "//content/test:test_support", | 236 "//content/test:test_support", |
237 "//device/bluetooth", | 237 "//device/bluetooth", |
238 "//device/bluetooth:mocks", | 238 "//device/bluetooth:mocks", |
239 "//device/geolocation", | 239 "//device/geolocation", |
240 "//gin", | 240 "//gin", |
241 "//gpu", | 241 "//gpu", |
242 "//ipc", | 242 "//ipc", |
243 "//media", | 243 "//media", |
244 "//media/capture", | 244 "//media/capture", |
245 "//mojo/edk/js", | |
246 "//net", | 245 "//net", |
247 "//net:net_resources", | 246 "//net:net_resources", |
248 "//ppapi/features", | 247 "//ppapi/features", |
249 "//sandbox", | 248 "//sandbox", |
250 "//services/service_manager/public/cpp", | 249 "//services/service_manager/public/cpp", |
251 "//skia", | 250 "//skia", |
252 "//storage/browser", | 251 "//storage/browser", |
253 "//testing/gmock", | 252 "//testing/gmock", |
254 "//testing/gtest", | 253 "//testing/gtest", |
255 "//third_party/WebKit/public:blink", | 254 "//third_party/WebKit/public:blink", |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 data_deps += [ | 800 data_deps += [ |
802 "//breakpad:dump_syms", | 801 "//breakpad:dump_syms", |
803 "//breakpad:microdump_stackwalk", | 802 "//breakpad:microdump_stackwalk", |
804 "//breakpad:minidump_dump", | 803 "//breakpad:minidump_dump", |
805 "//breakpad:minidump_stackwalk", | 804 "//breakpad:minidump_stackwalk", |
806 "//breakpad:symupload", | 805 "//breakpad:symupload", |
807 "//tools/android/forwarder2", | 806 "//tools/android/forwarder2", |
808 ] | 807 ] |
809 } | 808 } |
810 } | 809 } |
OLD | NEW |