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

Unified Diff: tools/gn/misc/emacs/gn-mode.el

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/function_toolchain.cc ('k') | tools/gn/misc/tm/GN.tmLanguage » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/misc/emacs/gn-mode.el
diff --git a/tools/gn/misc/emacs/gn-mode.el b/tools/gn/misc/emacs/gn-mode.el
index 14bcd93bae12363f7ed3d72574c0c9e857730dad..d86756724b9b2b693127e524911303aaaf247def 100644
--- a/tools/gn/misc/emacs/gn-mode.el
+++ b/tools/gn/misc/emacs/gn-mode.el
@@ -70,13 +70,13 @@ variable name or the '{{' and '}}' which surround it."
"root_out_dir" "target_cpu" "target_gen_dir" "target_os" "target_out_dir"))
(defvar gn-font-lock-var-keywords
- '("all_dependent_configs" "allow_circular_includes_from" "args" "cflags"
- "cflags_c" "cflags_cc" "cflags_objc" "cflags_objcc" "check_includes"
- "complete_static_lib" "configs" "data" "data_deps" "defines" "depfile"
- "deps" "forward_dependent_configs_from" "include_dirs" "inputs"
- "ldflags" "lib_dirs" "libs" "output_extension" "output_name" "outputs"
- "public" "public_configs" "public_deps" "script" "sources" "testonly"
- "visibility"))
+ '("all_dependent_configs" "allow_circular_includes_from" "args" "asmflags"
+ "cflags" "cflags_c" "cflags_cc" "cflags_objc" "cflags_objcc"
+ "check_includes" "complete_static_lib" "configs" "data" "data_deps"
+ "defines" "depfile" "deps" "forward_dependent_configs_from" "include_dirs"
+ "inputs" "ldflags" "lib_dirs" "libs" "output_extension" "output_name"
+ "outputs" "public" "public_configs" "public_deps" "script" "sources"
+ "testonly" "visibility"))
(defconst gn-font-lock-keywords
`((,(regexp-opt gn-font-lock-target-declaration-keywords 'words) .
« no previous file with comments | « tools/gn/function_toolchain.cc ('k') | tools/gn/misc/tm/GN.tmLanguage » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698