diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-09-28 23:56:55 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-09-28 23:56:55 +0200 |
| commit | 6e08a69d34fb37192f12f9204e2d536035e0cd5c (patch) | |
| tree | 5db432b824139e6feb89a4c4f6d425dc9ec4ff12 | |
| parent | e1f12f424a2f1701fa9b1fcc974e75c0f224cfa3 (diff) | |
Add re2 to chromium includes
| -rw-r--r-- | emacs-blue | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
