| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 deps = [ | 213 deps = [ |
| 214 ":mojo_bindings", | 214 ":mojo_bindings", |
| 215 ":resources", | 215 ":resources", |
| 216 "//base", | 216 "//base", |
| 217 "//base:base_static", | 217 "//base:base_static", |
| 218 "//base/third_party/dynamic_annotations", | 218 "//base/third_party/dynamic_annotations", |
| 219 "//cc", | 219 "//cc", |
| 220 "//components/cdm/renderer", | 220 "//components/cdm/renderer", |
| 221 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", | 221 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", |
| 222 "//components/keyed_service/content", | 222 "//components/keyed_service/content", |
| 223 "//components/network_session_configurator/common", |
| 223 "//components/plugins/renderer", | 224 "//components/plugins/renderer", |
| 224 "//components/url_formatter", | 225 "//components/url_formatter", |
| 225 "//components/web_cache/renderer", | 226 "//components/web_cache/renderer", |
| 226 "//content:resources", | 227 "//content:resources", |
| 227 "//content/app/resources", | 228 "//content/app/resources", |
| 228 "//content/app/strings", | 229 "//content/app/strings", |
| 229 "//content/gpu", | 230 "//content/gpu", |
| 230 "//content/public/common:interfaces", | 231 "//content/public/common:interfaces", |
| 231 "//content/public/common:service_names", | 232 "//content/public/common:service_names", |
| 232 "//content/shell/test_runner:test_runner", | 233 "//content/shell/test_runner:test_runner", |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 data_deps += [ | 806 data_deps += [ |
| 806 "//breakpad:dump_syms", | 807 "//breakpad:dump_syms", |
| 807 "//breakpad:microdump_stackwalk", | 808 "//breakpad:microdump_stackwalk", |
| 808 "//breakpad:minidump_dump", | 809 "//breakpad:minidump_dump", |
| 809 "//breakpad:minidump_stackwalk", | 810 "//breakpad:minidump_stackwalk", |
| 810 "//breakpad:symupload", | 811 "//breakpad:symupload", |
| 811 "//tools/android/forwarder2", | 812 "//tools/android/forwarder2", |
| 812 ] | 813 ] |
| 813 } | 814 } |
| 814 } | 815 } |
| OLD | NEW |