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

Unified Diff: tools/gn/substitution_type.h

Issue 1326053003: port cfi to gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable CFI when targeting nacl Created 5 years, 3 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
Index: tools/gn/substitution_type.h
diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
index e0f3a26e554011f62c679e73431adc10343b2b8b..2430c69ab619d37b701fd8d41047a79c82679e14 100644
--- a/tools/gn/substitution_type.h
+++ b/tools/gn/substitution_type.h
@@ -41,6 +41,7 @@ enum SubstitutionType {
SUBSTITUTION_TARGET_OUTPUT_NAME, // {{target_output_name}}
// Valid for compiler tools.
+ SUBSTITUTION_ARFLAGS, // {{arflags}}
SUBSTITUTION_CFLAGS, // {{cflags}}
SUBSTITUTION_CFLAGS_C, // {{cflags_c}}
SUBSTITUTION_CFLAGS_CC, // {{cflags_cc}}

Powered by Google App Engine
This is Rietveld 408576698