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

Side by Side Diff: tools/clang/BindMigrate/CMakeLists.txt

Issue 7886056: Clang plugin that rewrites PostTask(_, NewRunnableMethod(...)) to PostTask(_, base::Bind(...)); (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break into files and make saner Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 set(MODULE TRUE)
2
3 set( LLVM_USED_LIBS
4 clangFrontend
5 clangAST
6 )
7
8 set( LLVM_LINK_COMPONENTS support mc)
9
10 add_clang_library(TaskToBind TaskToBind.cpp)
11
12 set_target_properties(TaskToBind
13 PROPERTIES
14 LINKER_LANGUAGE CXX
15 PREFIX "")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698