| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "//content/gpu", | 233 "//content/gpu", |
| 234 "//content/public/common:service_names", | 234 "//content/public/common:service_names", |
| 235 "//content/shell/test_runner:test_runner", | 235 "//content/shell/test_runner:test_runner", |
| 236 "//content/test:content_test_mojo_bindings", | 236 "//content/test:content_test_mojo_bindings", |
| 237 "//content/test:layouttest_support", | 237 "//content/test:layouttest_support", |
| 238 "//content/test:test_support", | 238 "//content/test:test_support", |
| 239 "//device/bluetooth", | 239 "//device/bluetooth", |
| 240 "//device/bluetooth:fake_bluetooth", | 240 "//device/bluetooth:fake_bluetooth", |
| 241 "//device/bluetooth:mocks", | 241 "//device/bluetooth:mocks", |
| 242 "//device/geolocation", | 242 "//device/geolocation", |
| 243 "//device/sensors/public/cpp:full", | |
| 244 "//gin", | 243 "//gin", |
| 245 "//gpu", | 244 "//gpu", |
| 246 "//media", | 245 "//media", |
| 247 "//media/capture", | 246 "//media/capture", |
| 248 "//mojo/edk/js", | 247 "//mojo/edk/js", |
| 249 "//net", | 248 "//net", |
| 250 "//net:net_resources", | 249 "//net:net_resources", |
| 251 "//ppapi/features", | 250 "//ppapi/features", |
| 252 "//sandbox", | 251 "//sandbox", |
| 252 "//services/device/public/cpp/sensors:full", |
| 253 "//services/service_manager/public/cpp", | 253 "//services/service_manager/public/cpp", |
| 254 "//skia", | 254 "//skia", |
| 255 "//storage/browser", | 255 "//storage/browser", |
| 256 "//testing/gmock", | 256 "//testing/gmock", |
| 257 "//testing/gtest", | 257 "//testing/gtest", |
| 258 "//third_party/WebKit/public:blink", | 258 "//third_party/WebKit/public:blink", |
| 259 "//third_party/WebKit/public:features", | 259 "//third_party/WebKit/public:features", |
| 260 "//third_party/WebKit/public:image_resources", | 260 "//third_party/WebKit/public:image_resources", |
| 261 "//third_party/WebKit/public:resources", | 261 "//third_party/WebKit/public:resources", |
| 262 "//third_party/WebKit/public:test_support", | 262 "//third_party/WebKit/public:test_support", |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 data_deps += [ | 808 data_deps += [ |
| 809 "//breakpad:dump_syms", | 809 "//breakpad:dump_syms", |
| 810 "//breakpad:microdump_stackwalk", | 810 "//breakpad:microdump_stackwalk", |
| 811 "//breakpad:minidump_dump", | 811 "//breakpad:minidump_dump", |
| 812 "//breakpad:minidump_stackwalk", | 812 "//breakpad:minidump_stackwalk", |
| 813 "//breakpad:symupload", | 813 "//breakpad:symupload", |
| 814 "//tools/android/forwarder2", | 814 "//tools/android/forwarder2", |
| 815 ] | 815 ] |
| 816 } | 816 } |
| 817 } | 817 } |
| OLD | NEW |