| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "//base:base", | 66 "//base:base", |
| 67 "//base:base_static", | 67 "//base:base_static", |
| 68 "//base:i18n", | 68 "//base:i18n", |
| 69 "//chrome:resources", | 69 "//chrome:resources", |
| 70 "//chrome:strings", | 70 "//chrome:strings", |
| 71 "//chrome/app/theme:theme_resources", | 71 "//chrome/app/theme:theme_resources", |
| 72 "//chrome/common:constants", | 72 "//chrome/common:constants", |
| 73 "//chrome/common/safe_browsing:proto", | 73 "//chrome/common/safe_browsing:proto", |
| 74 "//chrome/common/variations:fieldtrial_testing_config", | 74 "//chrome/common/variations:fieldtrial_testing_config", |
| 75 "//chrome/installer/util:with_no_strings", | 75 "//chrome/installer/util:with_no_strings", |
| 76 "//components/cdm/common", |
| 76 "//components/cloud_devices/common", | 77 "//components/cloud_devices/common", |
| 77 "//components/component_updater", | 78 "//components/component_updater", |
| 78 "//components/content_settings/core/common", | 79 "//components/content_settings/core/common", |
| 79 "//components/crash/core/common", | 80 "//components/crash/core/common", |
| 80 "//components/data_reduction_proxy/content/common", | 81 "//components/data_reduction_proxy/content/common", |
| 81 "//components/dom_distiller/core", | 82 "//components/dom_distiller/core", |
| 82 "//components/error_page/common", | 83 "//components/error_page/common", |
| 83 "//components/favicon_base", | 84 "//components/favicon_base", |
| 84 "//components/flags_ui:switches", | 85 "//components/flags_ui:switches", |
| 85 "//components/gcm_driver/common", | 86 "//components/gcm_driver/common", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 mojom("mojo_bindings") { | 429 mojom("mojo_bindings") { |
| 429 sources = [ | 430 sources = [ |
| 430 "image_decoder.mojom", | 431 "image_decoder.mojom", |
| 431 "resource_usage_reporter.mojom", | 432 "resource_usage_reporter.mojom", |
| 432 ] | 433 ] |
| 433 | 434 |
| 434 public_deps = [ | 435 public_deps = [ |
| 435 "//skia/public/interfaces", | 436 "//skia/public/interfaces", |
| 436 ] | 437 ] |
| 437 } | 438 } |
| OLD | NEW |