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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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
« no previous file with comments | « tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp ('k') | tools/clang/blink_gc_plugin/Config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This line is read by update.sh and other scripts in tools/clang/scripts 1 # This line is read by update.sh and other scripts in tools/clang/scripts
2 # Note: The spaces are significant. 2 # Note: The spaces are significant.
3 set(LIBRARYNAME BlinkGCPlugin_14) 3 set(LIBRARYNAME BlinkGCPlugin)
4 4
5 add_llvm_loadable_module("lib${LIBRARYNAME}" 5 add_llvm_loadable_module("lib${LIBRARYNAME}"
6 BlinkGCPlugin.cpp 6 BlinkGCPlugin.cpp
7 Edge.cpp 7 Edge.cpp
8 RecordInfo.cpp 8 RecordInfo.cpp
9 ) 9 )
10 10
11 add_dependencies("lib${LIBRARYNAME}" clang) 11 add_dependencies("lib${LIBRARYNAME}" clang)
12 12
13 cr_install(TARGETS "lib${LIBRARYNAME}" LIBRARY DESTINATION lib) 13 cr_install(TARGETS "lib${LIBRARYNAME}" LIBRARY DESTINATION lib)
14 14
15 cr_add_test(blink_gc_plugin_test 15 cr_add_test(blink_gc_plugin_test
16 ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.sh 16 ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.sh
17 ${CMAKE_BINARY_DIR}/bin/clang 17 ${CMAKE_BINARY_DIR}/bin/clang
18 $<TARGET_FILE:lib${LIBRARYNAME}> 18 $<TARGET_FILE:lib${LIBRARYNAME}>
19 ) 19 )
OLDNEW
« no previous file with comments | « tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp ('k') | tools/clang/blink_gc_plugin/Config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698