| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//chrome/common/features.gni") | 6 import("//chrome/common/features.gni") |
| 7 import("//chrome/version.gni") | 7 import("//chrome/version.gni") |
| 8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
| 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "//components/dom_distiller/core", | 83 "//components/dom_distiller/core", |
| 84 "//components/error_page/common", | 84 "//components/error_page/common", |
| 85 "//components/favicon_base", | 85 "//components/favicon_base", |
| 86 "//components/flags_ui:switches", | 86 "//components/flags_ui:switches", |
| 87 "//components/gcm_driver/common", | 87 "//components/gcm_driver/common", |
| 88 "//components/json_schema", | 88 "//components/json_schema", |
| 89 "//components/metrics", | 89 "//components/metrics", |
| 90 "//components/metrics:net", | 90 "//components/metrics:net", |
| 91 "//components/nacl/common:process_type", | 91 "//components/nacl/common:process_type", |
| 92 "//components/nacl/common:switches", | 92 "//components/nacl/common:switches", |
| 93 "//components/network_session_configurator:switches", |
| 93 "//components/offline_pages:switches", | 94 "//components/offline_pages:switches", |
| 94 "//components/omnibox/common", | 95 "//components/omnibox/common", |
| 95 "//components/policy", | 96 "//components/policy", |
| 96 "//components/policy:policy_component_common", | 97 "//components/policy:policy_component_common", |
| 97 "//components/prefs", | 98 "//components/prefs", |
| 98 "//components/strings", | 99 "//components/strings", |
| 99 "//components/translate/core/common", | 100 "//components/translate/core/common", |
| 100 "//components/url_formatter", | 101 "//components/url_formatter", |
| 101 "//components/variations", | 102 "//components/variations", |
| 102 "//components/version_info", | 103 "//components/version_info", |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 mojom("mojo_bindings") { | 441 mojom("mojo_bindings") { |
| 441 sources = [ | 442 sources = [ |
| 442 "image_decoder.mojom", | 443 "image_decoder.mojom", |
| 443 "resource_usage_reporter.mojom", | 444 "resource_usage_reporter.mojom", |
| 444 ] | 445 ] |
| 445 | 446 |
| 446 public_deps = [ | 447 public_deps = [ |
| 447 "//skia/public/interfaces", | 448 "//skia/public/interfaces", |
| 448 ] | 449 ] |
| 449 } | 450 } |
| OLD | NEW |