summaryrefslogtreecommitdiff
path: root/emacs-stark
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2018-06-08 10:22:56 +0200
committerJoel Klinghed <the_jk@opera.com>2018-06-08 10:22:56 +0200
commit6b7f7331b22eb7150662eb0616837f3feb4acc68 (patch)
tree9107d72c95e8db4a4e1792e39fe23deeafbdfe8d /emacs-stark
parenta041d40074553ce18420e8d7ce355b018795ab5d (diff)
Chromium gradle project has no Dev
Diffstat (limited to 'emacs-stark')
-rw-r--r--emacs-stark8
1 files changed, 4 insertions, 4 deletions
diff --git a/emacs-stark b/emacs-stark
index 9b197ce..0b1f194 100644
--- a/emacs-stark
+++ b/emacs-stark
@@ -282,8 +282,8 @@
flycheck-clang-definitions (list "OS_ANDROID")
flycheck-clang-warnings (list "no-unused-parameter")
flycheck-clang-include-path (list base
- (concat base "/out_gradle/DevArm7Debug/gen")
- (concat base "/out_gradle/DevArm7Release/gen"))))
+ (concat base "/out_gradle/BetaArm7Debug/gen")
+ (concat base "/out_gradle/BetaArm7Release/gen"))))
(require 'google-c-style)
(c-add-style "Google" google-c-style t))
;; ofa hook
@@ -298,8 +298,8 @@
(concat base "/../../chromium/src/google/re2/src")
(concat base "../../chromium/src/third_party/googlemock/src/googlemock/include")
(concat base "../../chromium/src/third_party/googletest/src/googletest/include")
- (concat base "/../../chromium/src/out_gradle/DevArm7Debug/gen")
- (concat base "/../../chromium/src/out_gradle/DevArm7Release/gen"))))
+ (concat base "/../../chromium/src/out_gradle/BetaArm7Debug/gen")
+ (concat base "/../../chromium/src/out_gradle/BetaArm7Release/gen"))))
(require 'google-c-style)
(c-add-style "Google" google-c-style t))))