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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/installer/util", | 59 "//chrome/installer/util", |
60 "//components/cloud_devices/common", | 60 "//components/cloud_devices/common", |
61 "//components/component_updater", | 61 "//components/component_updater", |
62 "//components/content_settings/core/common", | 62 "//components/content_settings/core/common", |
63 "//components/favicon_base", | 63 "//components/favicon_base", |
64 "//components/json_schema", | 64 "//components/json_schema", |
65 "//components/metrics", | 65 "//components/metrics", |
| 66 "//components/omnibox/common", |
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", |
69 "//content/public/common", | 70 "//content/public/common", |
70 "//crypto", | 71 "//crypto", |
71 "//extensions/common:common_constants", | 72 "//extensions/common:common_constants", |
72 "//net", | 73 "//net", |
73 "//skia", | 74 "//skia", |
74 "//third_party/icu", | 75 "//third_party/icu", |
75 "//third_party/libxml", | 76 "//third_party/libxml", |
(...skipping 280 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 |