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 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", |
74 "//components/variations", | 75 "//components/variations", |
75 "//content/public/common", | 76 "//content/public/common", |
76 "//crypto", | 77 "//crypto", |
77 "//extensions/common:common_constants", | 78 "//extensions/common:common_constants", |
78 "//net", | 79 "//net", |
79 "//skia", | 80 "//skia", |
80 "//third_party/icu", | 81 "//third_party/icu", |
81 "//third_party/zlib:zip", | 82 "//third_party/zlib:zip", |
82 "//ui/resources:resources", | 83 "//ui/resources:resources", |
83 "//url", | 84 "//url", |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 ":constants", | 360 ":constants", |
360 "//base", | 361 "//base", |
361 ] | 362 ] |
362 } | 363 } |
363 | 364 |
364 mojom("mojo_bindings") { | 365 mojom("mojo_bindings") { |
365 sources = [ | 366 sources = [ |
366 "resource_usage_reporter.mojom", | 367 "resource_usage_reporter.mojom", |
367 ] | 368 ] |
368 } | 369 } |
OLD | NEW |