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

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

Issue 206373007: Pull GN binary at r258987 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pull binary Created 6 years, 9 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 | « tools/gn/secondary/device/usb/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/tools/grit/grit_rule.gni
diff --git a/tools/gn/secondary/tools/grit/grit_rule.gni b/tools/gn/secondary/tools/grit/grit_rule.gni
index 06cee4a637d6c3ec96add7ec9d2ef2469c0fc974..6dc7f70dc05fcf8886990063fe82b962cb9627bc 100644
--- a/tools/gn/secondary/tools/grit/grit_rule.gni
+++ b/tools/gn/secondary/tools/grit/grit_rule.gni
@@ -56,7 +56,7 @@ template("grit") {
}
grit_custom_target = target_name + "_grit"
- custom(grit_custom_target) {
+ action(grit_custom_target) {
script = "//tools/grit/grit.py"
source_prereqs = grit_inputs
outputs = grit_outputs
« no previous file with comments | « tools/gn/secondary/device/usb/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698