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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 deps = [ | 208 deps = [ |
209 ":mojo_bindings", | 209 ":mojo_bindings", |
210 ":resources", | 210 ":resources", |
211 "//base", | 211 "//base", |
212 "//base:base_static", | 212 "//base:base_static", |
213 "//base/third_party/dynamic_annotations", | 213 "//base/third_party/dynamic_annotations", |
214 "//cc", | 214 "//cc", |
215 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", | 215 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", |
216 "//components/devtools_discovery", | 216 "//components/devtools_discovery", |
217 "//components/devtools_http_handler", | 217 "//components/devtools_http_handler", |
| 218 "//components/network_session_configurator:switches", |
218 "//components/plugins/renderer", | 219 "//components/plugins/renderer", |
219 "//components/test_runner:test_runner", | 220 "//components/test_runner:test_runner", |
220 "//components/url_formatter", | 221 "//components/url_formatter", |
221 "//components/web_cache/renderer", | 222 "//components/web_cache/renderer", |
222 "//content:resources", | 223 "//content:resources", |
223 "//content/app/resources", | 224 "//content/app/resources", |
224 "//content/app/strings", | 225 "//content/app/strings", |
225 "//content/gpu", | 226 "//content/gpu", |
226 "//content/test:layouttest_support", | 227 "//content/test:layouttest_support", |
227 "//content/test:test_support", | 228 "//content/test:test_support", |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 ] | 535 ] |
535 info_plist = "app/helper-Info.plist" | 536 info_plist = "app/helper-Info.plist" |
536 } | 537 } |
537 } | 538 } |
538 | 539 |
539 mojom("mojo_bindings") { | 540 mojom("mojo_bindings") { |
540 sources = [ | 541 sources = [ |
541 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 542 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
542 ] | 543 ] |
543 } | 544 } |
OLD | NEW |