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

Unified Diff: tools/clang/blink_gc_plugin/CMakeLists.txt

Issue 583233004: Bump BlinkGCPlugin version to 11 to force redownload of Clang 216630 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Magic whitespace Created 6 years, 3 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
« no previous file with comments | « no previous file | tools/whitespace.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/blink_gc_plugin/CMakeLists.txt
diff --git a/tools/clang/blink_gc_plugin/CMakeLists.txt b/tools/clang/blink_gc_plugin/CMakeLists.txt
index 54f79c965b65a240c78e0e55e21387c8049c0233..fe71dcbbf6b4dc34e5ea9b1f458a0dcfcddfc65d 100644
--- a/tools/clang/blink_gc_plugin/CMakeLists.txt
+++ b/tools/clang/blink_gc_plugin/CMakeLists.txt
@@ -37,7 +37,7 @@ include_directories("${LLVM_SRC_DIR}/include"
# This line is read by update.sh and other scripts in tools/clang/scripts
# Note: The spaces are significant.
-set(LIBRARYNAME BlinkGCPlugin_10)
+set(LIBRARYNAME BlinkGCPlugin_11)
add_llvm_loadable_module("lib${LIBRARYNAME}"
BlinkGCPlugin.cpp
« no previous file with comments | « no previous file | tools/whitespace.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698