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

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

Issue 1386783003: [GN]: Support for loadable modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/emacs/gn-mode.el
diff --git a/tools/gn/misc/emacs/gn-mode.el b/tools/gn/misc/emacs/gn-mode.el
index e61dec5cab679d632a5a6db2f30f093afc44f568..3cb7341d2ca7a2b76c68cd23bbb7767a70bbc57f 100644
--- a/tools/gn/misc/emacs/gn-mode.el
+++ b/tools/gn/misc/emacs/gn-mode.el
@@ -54,7 +54,7 @@ variable name or the '{{' and '}}' which surround it."
:group 'gn-faces)
(defvar gn-font-lock-target-declaration-keywords
- '("action" "action_foreach" "copy" "executable" "group"
+ '("action" "action_foreach" "copy" "executable" "group" "loadable_module"
"shared_library" "source_set" "static_library" "if" "else"))
(defvar gn-font-lock-buildfile-fun-keywords

Powered by Google App Engine
This is Rietveld 408576698