summaryrefslogtreecommitdiff
path: root/emacs-blue
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-09-28 23:56:55 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-09-28 23:56:55 +0200
commit6e08a69d34fb37192f12f9204e2d536035e0cd5c (patch)
tree5db432b824139e6feb89a4c4f6d425dc9ec4ff12 /emacs-blue
parente1f12f424a2f1701fa9b1fcc974e75c0f224cfa3 (diff)
Add re2 to chromium includes
Diffstat (limited to 'emacs-blue')
-rw-r--r--emacs-blue1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-blue b/emacs-blue
index d8a7e93..6f378c7 100644
--- a/emacs-blue
+++ b/emacs-blue
@@ -305,6 +305,7 @@
flycheck-clang-definitions (list "OS_ANDROID")
flycheck-clang-warnings (list "no-unused-parameter")
flycheck-clang-include-path (list base (concat base "/../../chromium/src")
+ (concat base "/../../chromium/src/third_party/re2/src")
(concat base "/../../chromium/src/out_gradle/BetaArm7Debug/gen")
(concat base "/../../chromium/src/out_gradle/BetaArm7Release/gen"))))
(require 'google-c-style)