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

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

Issue 1128163007: Fix missing GN dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try without mojo Created 5 years, 7 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') | chrome/BUILD.gn » ('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 35bbed32734815ec67ecad23ccb411f5cd661a49..f256a8dcce75f6ff778638130bd721782d831300 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -446,8 +446,9 @@ template("grit") {
sources = grit_outputs
# Deps set on the template invocation will go on the grit script running
- # target rather than this library.
- deps = [
+ # target rather than this library. This needs to be a public deps so
Dirk Pranke 2015/05/19 19:59:22 nits .. what's a "grit script running target"? the
+ # other scripts can take the outputs from the grit script as inputs.
+ public_deps = [
":$grit_custom_target",
]
public_configs = [ ":$grit_config" ]
« no previous file with comments | « build/json_schema_api.gni ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698