| 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("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
| 6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
| 7 | 7 |
| 8 gypi_values = exec_script("//build/gypi_to_gn.py", | 8 gypi_values = exec_script("//build/gypi_to_gn.py", |
| 9 [ rebase_path("../chrome_common.gypi") ], | 9 [ rebase_path("../chrome_common.gypi") ], |
| 10 "scope", | 10 "scope", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 ] | 49 ] |
| 50 deps = [ | 50 deps = [ |
| 51 ":version", | 51 ":version", |
| 52 "//base:base", | 52 "//base:base", |
| 53 "//base:i18n", | 53 "//base:i18n", |
| 54 "//base:prefs", | 54 "//base:prefs", |
| 55 "//base:base_static", | 55 "//base:base_static", |
| 56 "//chrome:resources", | 56 "//chrome:resources", |
| 57 "//chrome:strings", | 57 "//chrome:strings", |
| 58 "//chrome/app/theme:theme_resources", | 58 "//chrome/app/theme:theme_resources", |
| 59 "//chrome/common/variations:fieldtrial_testing_config", |
| 59 "//chrome/installer/util", | 60 "//chrome/installer/util", |
| 60 "//components/cloud_devices/common", | 61 "//components/cloud_devices/common", |
| 61 "//components/component_updater", | 62 "//components/component_updater", |
| 62 "//components/content_settings/core/common", | 63 "//components/content_settings/core/common", |
| 63 "//components/favicon_base", | 64 "//components/favicon_base", |
| 64 "//components/json_schema", | 65 "//components/json_schema", |
| 65 "//components/metrics", | 66 "//components/metrics", |
| 66 "//components/policy:policy_component_common", | 67 "//components/policy:policy_component_common", |
| 67 "//components/translate/core/common", | 68 "//components/translate/core/common", |
| 68 "//components/variations", | 69 "//components/variations", |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 ":constants", | 357 ":constants", |
| 357 "//base", | 358 "//base", |
| 358 ] | 359 ] |
| 359 } | 360 } |
| 360 | 361 |
| 361 mojom("mojo_bindings") { | 362 mojom("mojo_bindings") { |
| 362 sources = [ | 363 sources = [ |
| 363 "resource_usage_reporter.mojom", | 364 "resource_usage_reporter.mojom", |
| 364 ] | 365 ] |
| 365 } | 366 } |
| OLD | NEW |