| 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/plugins/renderer", | 225 "//components/plugins/renderer", |
| 225 "//components/test_runner:test_runner", | 226 "//components/test_runner:test_runner", |
| 226 "//components/url_formatter", | 227 "//components/url_formatter", |
| 227 "//components/web_cache/renderer", | 228 "//components/web_cache/renderer", |
| 228 "//content:resources", | 229 "//content:resources", |
| 229 "//content/app/resources", | 230 "//content/app/resources", |
| 230 "//content/app/strings", | 231 "//content/app/strings", |
| 231 "//content/gpu", | 232 "//content/gpu", |
| 232 "//content/test:content_test_mojo_bindings", | 233 "//content/test:content_test_mojo_bindings", |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 "{{bundle_resources_dir}}/{{source_file_part}}", | 742 "{{bundle_resources_dir}}/{{source_file_part}}", |
| 742 ] | 743 ] |
| 743 } | 744 } |
| 744 } | 745 } |
| 745 | 746 |
| 746 mojom("mojo_bindings") { | 747 mojom("mojo_bindings") { |
| 747 sources = [ | 748 sources = [ |
| 748 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 749 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
| 749 ] | 750 ] |
| 750 } | 751 } |
| OLD | NEW |