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

Unified Diff: tools/clang/blink_gc_plugin/Makefile

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: Reverted gyp setup restructuring 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: tools/clang/blink_gc_plugin/Makefile
diff --git a/tools/clang/plugins/Makefile b/tools/clang/blink_gc_plugin/Makefile
similarity index 93%
copy from tools/clang/plugins/Makefile
copy to tools/clang/blink_gc_plugin/Makefile
index 0cfec71159cd37b884593af6e2684ab4521f6553..ee17a0ef0fef91a09faec7d4326fd25af26b5ddf 100644
--- a/tools/clang/plugins/Makefile
+++ b/tools/clang/blink_gc_plugin/Makefile
@@ -7,7 +7,7 @@
# make
CLANG_LEVEL := ../..
-LIBRARYNAME = FindBadConstructs
+LIBRARYNAME = BlinkGCPlugin
LINK_LIBS_IN_SHARED = 0
SHARED_LIBRARY = 1

Powered by Google App Engine
This is Rietveld 408576698