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

Unified Diff: build/common.gypi

Issue 133463002: Stub clang plugin to check consistency of the Blink GC infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restructured gyp setup Created 6 years, 11 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index fac1a9e80a39449f91bec51eafc8c451240ea106..af255d220f9b51ebc009f2b171f094e8c5162343 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1753,6 +1753,9 @@
'clang_chrome_plugins_flags': [
'<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
],
+ 'clang_blink_gc_plugin_flags': [
+ '<!@(<(DEPTH)/tools/clang/scripts/blink_gc_plugin_flags.sh)'
+ ],
}],
['asan==1 and OS!="win"', {
« no previous file with comments | « no previous file | tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp » ('j') | tools/clang/blink_gc_plugin/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698