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

Unified Diff: tools/gn/substitution_type.h

Issue 1430043002: Support script response files in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: tools/gn/substitution_type.h
diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
index 42040c9c0be0da5b3428f3113cb3da57a37eba5d..8940a1e76a53b6c07b762c279110f10dd21b39d2 100644
--- a/tools/gn/substitution_type.h
+++ b/tools/gn/substitution_type.h
@@ -58,6 +58,9 @@ enum SubstitutionType {
SUBSTITUTION_OUTPUT_EXTENSION, // {{output_extension}}
SUBSTITUTION_SOLIBS, // {{solibs}}
+ // Used only for the args of actions.
+ SUBSTITUTION_RSP_FILE_NAME, // {{response_file_name}}
+
SUBSTITUTION_NUM_TYPES // Must be last.
};

Powered by Google App Engine
This is Rietveld 408576698