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/refactor_message_loop/CMakeLists.txt

Issue 1010073002: clang: Add a tool for MessageLoop refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 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
« no previous file with comments | « no previous file | tools/clang/refactor_message_loop/RefactorMessageLoop.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/refactor_message_loop/CMakeLists.txt
diff --git a/tools/clang/translation_unit/CMakeLists.txt b/tools/clang/refactor_message_loop/CMakeLists.txt
similarity index 57%
copy from tools/clang/translation_unit/CMakeLists.txt
copy to tools/clang/refactor_message_loop/CMakeLists.txt
index 9b4fd8b2950a19f385230a48f45982e6303bb353..9dc78af33092c844feaa5590a47792d1e1f271ee 100644
--- a/tools/clang/translation_unit/CMakeLists.txt
+++ b/tools/clang/refactor_message_loop/CMakeLists.txt
@@ -4,11 +4,11 @@ set(LLVM_LINK_COMPONENTS
Option
)
-add_llvm_executable(translation_unit
- TranslationUnitGenerator.cpp
+add_llvm_executable(refactor_message_loop
+ RefactorMessageLoop.cpp
)
-target_link_libraries(translation_unit
+target_link_libraries(refactor_message_loop
clangAST
clangASTMatchers
clangAnalysis
@@ -23,4 +23,4 @@ target_link_libraries(translation_unit
clangTooling
)
-cr_install(TARGETS translation_unit RUNTIME DESTINATION bin)
+cr_install(TARGETS refactor_message_loop RUNTIME DESTINATION bin)
« no previous file with comments | « no previous file | tools/clang/refactor_message_loop/RefactorMessageLoop.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698