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

Unified Diff: tools/gn/misc/vim/syntax/gn.vim

Issue 1375023003: tools/gn: Remove code for forward_dependent_configs_from variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forward_dependent_configs Created 5 years, 2 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/misc/vim/syntax/gn.vim
diff --git a/tools/gn/misc/vim/syntax/gn.vim b/tools/gn/misc/vim/syntax/gn.vim
index d9757e35c85492456669ecd2f1247080228642b5..b7cef23ec04878d30455fc819c1030d52990d9bc 100644
--- a/tools/gn/misc/vim/syntax/gn.vim
+++ b/tools/gn/misc/vim/syntax/gn.vim
@@ -44,10 +44,10 @@ syn keyword gnVariable all_dependent_configs allow_circular_includes_from
syn keyword gnVariable args asmflags cflags cflags_c cflags_cc cflags_objc
syn keyword gnVariable cflags_objcc check_includes complete_static_lib
syn keyword gnVariable configs data data_deps defines depfile deps
-syn keyword gnVariable forward_dependent_configs_from include_dirs inputs
-syn keyword gnVariable ldflags lib_dirs libs output_extension output_name
-syn keyword gnVariable outputs public public_configs public_deps script
-syn keyword gnVariable sources testonly visibility
+syn keyword gnVariable include_dirs inputs ldflags lib_dirs libs
+syn keyword gnVariable output_extension output_name outputs public
+syn keyword gnVariable public_configs public_deps scripte sources testonly
+syn keyword gnVariable visibility
hi def link gnVariable Keyword
" Strings
« no previous file with comments | « tools/gn/misc/tm/GN.tmLanguage ('k') | tools/gn/target.h » ('j') | tools/gn/target_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698