| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", | 225 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", |
| 226 "//components/keyed_service/content", | 226 "//components/keyed_service/content", |
| 227 "//components/network_session_configurator/common", | 227 "//components/network_session_configurator/common", |
| 228 "//components/plugins/renderer", | 228 "//components/plugins/renderer", |
| 229 "//components/url_formatter", | 229 "//components/url_formatter", |
| 230 "//components/web_cache/renderer", | 230 "//components/web_cache/renderer", |
| 231 "//content:resources", | 231 "//content:resources", |
| 232 "//content/app/resources", | 232 "//content/app/resources", |
| 233 "//content/app/strings", | 233 "//content/app/strings", |
| 234 "//content/gpu", | 234 "//content/gpu", |
| 235 "//content/public/common:interfaces", | 235 "//content/public/common", |
| 236 "//content/public/common:service_names", | 236 "//content/public/common:service_names", |
| 237 "//content/shell/test_runner:test_runner", | 237 "//content/shell/test_runner:test_runner", |
| 238 "//content/test:content_test_mojo_bindings", | 238 "//content/test:content_test_mojo_bindings", |
| 239 "//content/test:layouttest_support", | 239 "//content/test:layouttest_support", |
| 240 "//content/test:mojo_layouttest_bindings", | 240 "//content/test:mojo_layouttest_bindings", |
| 241 "//content/test:test_support", | 241 "//content/test:test_support", |
| 242 "//device/bluetooth", | 242 "//device/bluetooth", |
| 243 "//device/bluetooth:fake_bluetooth", | 243 "//device/bluetooth:fake_bluetooth", |
| 244 "//device/bluetooth:mocks", | 244 "//device/bluetooth:mocks", |
| 245 "//device/geolocation", | 245 "//device/geolocation", |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 data_deps += [ | 815 data_deps += [ |
| 816 "//breakpad:dump_syms", | 816 "//breakpad:dump_syms", |
| 817 "//breakpad:microdump_stackwalk", | 817 "//breakpad:microdump_stackwalk", |
| 818 "//breakpad:minidump_dump", | 818 "//breakpad:minidump_dump", |
| 819 "//breakpad:minidump_stackwalk", | 819 "//breakpad:minidump_stackwalk", |
| 820 "//breakpad:symupload", | 820 "//breakpad:symupload", |
| 821 "//tools/android/forwarder2", | 821 "//tools/android/forwarder2", |
| 822 ] | 822 ] |
| 823 } | 823 } |
| 824 } | 824 } |
| OLD | NEW |