| 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 | 10 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "//base:base", | 65 "//base:base", |
| 66 "//base:base_static", | 66 "//base:base_static", |
| 67 "//base:i18n", | 67 "//base:i18n", |
| 68 "//chrome:resources", | 68 "//chrome:resources", |
| 69 "//chrome:strings", | 69 "//chrome:strings", |
| 70 "//chrome/app/theme:theme_resources", | 70 "//chrome/app/theme:theme_resources", |
| 71 "//chrome/common:constants", | 71 "//chrome/common:constants", |
| 72 "//chrome/common/safe_browsing:proto", | 72 "//chrome/common/safe_browsing:proto", |
| 73 "//chrome/common/variations:fieldtrial_testing_config", | 73 "//chrome/common/variations:fieldtrial_testing_config", |
| 74 "//chrome/installer/util:with_no_strings", | 74 "//chrome/installer/util:with_no_strings", |
| 75 "//components/cast_certificate", |
| 75 "//components/cloud_devices/common", | 76 "//components/cloud_devices/common", |
| 76 "//components/component_updater", | 77 "//components/component_updater", |
| 77 "//components/content_settings/core/common", | 78 "//components/content_settings/core/common", |
| 78 "//components/crash/core/common", | 79 "//components/crash/core/common", |
| 79 "//components/data_reduction_proxy/content/common", | 80 "//components/data_reduction_proxy/content/common", |
| 80 "//components/dom_distiller/core", | 81 "//components/dom_distiller/core", |
| 81 "//components/error_page/common", | 82 "//components/error_page/common", |
| 82 "//components/favicon_base", | 83 "//components/favicon_base", |
| 83 "//components/flags_ui:switches", | 84 "//components/flags_ui:switches", |
| 84 "//components/gcm_driver/common", | 85 "//components/gcm_driver/common", |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 mojom("mojo_bindings") { | 416 mojom("mojo_bindings") { |
| 416 sources = [ | 417 sources = [ |
| 417 "image_decoder.mojom", | 418 "image_decoder.mojom", |
| 418 "resource_usage_reporter.mojom", | 419 "resource_usage_reporter.mojom", |
| 419 ] | 420 ] |
| 420 | 421 |
| 421 public_deps = [ | 422 public_deps = [ |
| 422 "//skia/public/interfaces", | 423 "//skia/public/interfaces", |
| 423 ] | 424 ] |
| 424 } | 425 } |
| OLD | NEW |