Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Unified Diff: build/secondary/tools/grit/grit_rule.gni

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/json_schema_api.gni ('k') | build/toolchain/gcc_toolchain.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/tools/grit/grit_rule.gni
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index 9d8d60488eb9c9bbe7f1a0d07b518654e2300672..cdaf0f272282f693ecd36763f2cae92f8e275097 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -54,7 +54,8 @@
# If set, output_dir is not added to include_dirs.
#
# deps (optional)
-# data_deps (optional)
+# inputs (optional)
+# List of additional files, required for grit to process source file.
# visibility (optional)
# Normal meaning.
#
@@ -414,8 +415,8 @@ template("grit") {
if (defined(invoker.deps)) {
deps += invoker.deps
}
- if (defined(invoker.data_deps)) {
- data_deps = invoker.data_deps
+ if (defined(invoker.inputs)) {
+ inputs += invoker.inputs
}
}
« no previous file with comments | « build/json_schema_api.gni ('k') | build/toolchain/gcc_toolchain.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698