| 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 "//content/public/renderer", | 213 "//content/public/renderer", |
| 214 "//content/public/utility", | 214 "//content/public/utility", |
| 215 ] | 215 ] |
| 216 deps = [ | 216 deps = [ |
| 217 ":mojo_bindings", | 217 ":mojo_bindings", |
| 218 ":resources", | 218 ":resources", |
| 219 "//base", | 219 "//base", |
| 220 "//base:base_static", | 220 "//base:base_static", |
| 221 "//base/third_party/dynamic_annotations", | 221 "//base/third_party/dynamic_annotations", |
| 222 "//cc", | 222 "//cc", |
| 223 "//components/cdm/renderer", |
| 223 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", | 224 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", |
| 224 "//components/devtools_discovery", | 225 "//components/devtools_discovery", |
| 225 "//components/devtools_http_handler", | 226 "//components/devtools_http_handler", |
| 226 "//components/plugins/renderer", | 227 "//components/plugins/renderer", |
| 227 "//components/test_runner:test_runner", | 228 "//components/test_runner:test_runner", |
| 228 "//components/url_formatter", | 229 "//components/url_formatter", |
| 229 "//components/web_cache/renderer", | 230 "//components/web_cache/renderer", |
| 230 "//content:resources", | 231 "//content:resources", |
| 231 "//content/app/resources", | 232 "//content/app/resources", |
| 232 "//content/app/strings", | 233 "//content/app/strings", |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 "{{bundle_resources_dir}}/{{source_file_part}}", | 744 "{{bundle_resources_dir}}/{{source_file_part}}", |
| 744 ] | 745 ] |
| 745 } | 746 } |
| 746 } | 747 } |
| 747 | 748 |
| 748 mojom("mojo_bindings") { | 749 mojom("mojo_bindings") { |
| 749 sources = [ | 750 sources = [ |
| 750 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 751 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
| 751 ] | 752 ] |
| 752 } | 753 } |
| OLD | NEW |