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

Unified Diff: tools/gn/substitution_type.h

Issue 1361173004: [GN]: Add asmflags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Brett’s comments 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
« no previous file with comments | « tools/gn/ninja_binary_target_writer.cc ('k') | tools/gn/substitution_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/substitution_type.h
diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
index e3aa3a537f771f9cb5b2c3612126740797887b03..42040c9c0be0da5b3428f3113cb3da57a37eba5d 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_ASMFLAGS, // {{asmflags}}
SUBSTITUTION_CFLAGS, // {{cflags}}
SUBSTITUTION_CFLAGS_C, // {{cflags_c}}
SUBSTITUTION_CFLAGS_CC, // {{cflags_cc}}
« no previous file with comments | « tools/gn/ninja_binary_target_writer.cc ('k') | tools/gn/substitution_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698