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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "//components/omnibox/common", | 72 "//components/omnibox/common", |
73 "//components/policy:policy_component_common", | 73 "//components/policy:policy_component_common", |
74 "//components/strings", | 74 "//components/strings", |
75 "//components/translate/core/common", | 75 "//components/translate/core/common", |
76 "//components/url_formatter", | 76 "//components/url_formatter", |
77 "//components/variations", | 77 "//components/variations", |
78 "//components/version_info", | 78 "//components/version_info", |
79 "//content/public/common", | 79 "//content/public/common", |
80 "//crypto", | 80 "//crypto", |
81 "//extensions/common:common_constants", | 81 "//extensions/common:common_constants", |
| 82 "//media/base:media_resources", |
82 "//net", | 83 "//net", |
83 "//skia", | 84 "//skia", |
84 "//third_party/icu", | 85 "//third_party/icu", |
85 "//third_party/zlib:zip", | 86 "//third_party/zlib:zip", |
86 "//ui/resources:resources", | 87 "//ui/resources:resources", |
87 "//url", | 88 "//url", |
88 ] | 89 ] |
89 | 90 |
90 if (is_ios) { | 91 if (is_ios) { |
91 sources += [ | 92 sources += [ |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 ":constants", | 358 ":constants", |
358 "//base", | 359 "//base", |
359 ] | 360 ] |
360 } | 361 } |
361 | 362 |
362 mojom("mojo_bindings") { | 363 mojom("mojo_bindings") { |
363 sources = [ | 364 sources = [ |
364 "resource_usage_reporter.mojom", | 365 "resource_usage_reporter.mojom", |
365 ] | 366 ] |
366 } | 367 } |
OLD | NEW |