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

Unified Diff: build/config/clang/clang.gni

Issue 2081543002: Add gn Blink GC plugin options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing 'import's Created 4 years, 6 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: build/config/clang/clang.gni
diff --git a/build/config/clang/clang.gni b/build/config/clang/clang.gni
index 610dd4118a66c8fe777706cf8234d33a07d78900..7026f65207f3b089234ee67bc4b4582f12182c7e 100644
--- a/build/config/clang/clang.gni
+++ b/build/config/clang/clang.gni
@@ -8,4 +8,6 @@ declare_args() {
# Indicates if the build should use the Chrome-specific plugins for enforcing
# coding guidelines, etc. Only used when compiling with Clang.
clang_use_chrome_plugins = is_clang && !is_nacl && !use_xcode_clang
+
+ clang_base_path = "//third_party/llvm-build/Release+Asserts"
}

Powered by Google App Engine
This is Rietveld 408576698