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

Side by Side Diff: tools/clang/TaskToBind/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: 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
« no previous file with comments | « no previous file | tools/clang/TaskToBind/Makefile » ('j') | tools/clang/TaskToBind/README.txt » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | tools/clang/TaskToBind/Makefile » ('j') | tools/clang/TaskToBind/README.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698