| 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 import("//chrome/version.gni") | 7 import("//chrome/version.gni") |
| 8 | 8 |
| 9 gypi_values = exec_script("//build/gypi_to_gn.py", | 9 gypi_values = exec_script("//build/gypi_to_gn.py", |
| 10 [ rebase_path("../chrome_common.gypi") ], | 10 [ rebase_path("../chrome_common.gypi") ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "//base:prefs", | 57 "//base:prefs", |
| 58 "//base:base_static", | 58 "//base:base_static", |
| 59 "//chrome:resources", | 59 "//chrome:resources", |
| 60 "//chrome:strings", | 60 "//chrome:strings", |
| 61 "//chrome/app/theme:theme_resources", | 61 "//chrome/app/theme:theme_resources", |
| 62 "//chrome/common/variations:fieldtrial_testing_config", | 62 "//chrome/common/variations:fieldtrial_testing_config", |
| 63 "//chrome/installer/util", | 63 "//chrome/installer/util", |
| 64 "//components/cloud_devices/common", | 64 "//components/cloud_devices/common", |
| 65 "//components/component_updater", | 65 "//components/component_updater", |
| 66 "//components/content_settings/core/common", | 66 "//components/content_settings/core/common", |
| 67 "//components/crash_keys", |
| 67 "//components/favicon_base", | 68 "//components/favicon_base", |
| 68 "//components/gcm_driver/common", | 69 "//components/gcm_driver/common", |
| 69 "//components/json_schema", | 70 "//components/json_schema", |
| 70 "//components/metrics", | 71 "//components/metrics", |
| 71 "//components/omnibox/common", | 72 "//components/omnibox/common", |
| 72 "//components/policy:policy_component_common", | 73 "//components/policy:policy_component_common", |
| 73 "//components/translate/core/common", | 74 "//components/translate/core/common", |
| 74 "//components/url_formatter", | 75 "//components/url_formatter", |
| 75 "//components/variations", | 76 "//components/variations", |
| 76 "//components/version_info", | 77 "//components/version_info", |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 ":constants", | 355 ":constants", |
| 355 "//base", | 356 "//base", |
| 356 ] | 357 ] |
| 357 } | 358 } |
| 358 | 359 |
| 359 mojom("mojo_bindings") { | 360 mojom("mojo_bindings") { |
| 360 sources = [ | 361 sources = [ |
| 361 "resource_usage_reporter.mojom", | 362 "resource_usage_reporter.mojom", |
| 362 ] | 363 ] |
| 363 } | 364 } |
| OLD | NEW |