| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/favicon_base", | 67 "//components/favicon_base", |
| 68 "//components/gcm_driver/common", | 68 "//components/gcm_driver/common", |
| 69 "//components/json_schema", | 69 "//components/json_schema", |
| 70 "//components/metrics", | 70 "//components/metrics", |
| 71 "//components/omnibox/common", | 71 "//components/omnibox/common", |
| 72 "//components/policy:policy_component_common", | 72 "//components/policy:policy_component_common", |
| 73 "//components/translate/core/common", | 73 "//components/translate/core/common", |
| 74 "//components/url_formatter", | |
| 75 "//components/variations", | 74 "//components/variations", |
| 76 "//components/version_info", | 75 "//components/version_info", |
| 77 "//content/public/common", | 76 "//content/public/common", |
| 78 "//crypto", | 77 "//crypto", |
| 79 "//extensions/common:common_constants", | 78 "//extensions/common:common_constants", |
| 80 "//net", | 79 "//net", |
| 81 "//skia", | 80 "//skia", |
| 82 "//third_party/icu", | 81 "//third_party/icu", |
| 83 "//third_party/zlib:zip", | 82 "//third_party/zlib:zip", |
| 84 "//ui/resources:resources", | 83 "//ui/resources:resources", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 ":constants", | 353 ":constants", |
| 355 "//base", | 354 "//base", |
| 356 ] | 355 ] |
| 357 } | 356 } |
| 358 | 357 |
| 359 mojom("mojo_bindings") { | 358 mojom("mojo_bindings") { |
| 360 sources = [ | 359 sources = [ |
| 361 "resource_usage_reporter.mojom", | 360 "resource_usage_reporter.mojom", |
| 362 ] | 361 ] |
| 363 } | 362 } |
| OLD | NEW |