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

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

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
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 590a3b7e4ddee49ec0430f5371b78865be324883..560bd0fd751055a60dd553e1a7a94eeb719057cd 100644
--- a/tools/clang/blink_gc_plugin/CMakeLists.txt
+++ b/tools/clang/blink_gc_plugin/CMakeLists.txt
@@ -2,6 +2,14 @@ set(LIBRARYNAME BlinkGCPlugin)
set(plugin_sources
BlinkGCPlugin.cpp
+ BlinkGCPluginConsumer.cpp
+ CheckDispatchVisitor.cpp
+ CheckFieldsVisitor.cpp
+ CheckFinalizerVisitor.cpp
+ CheckGCRootsVisitor.cpp
+ CheckTraceVisitor.cpp
+ CollectVisitor.cpp
+ Config.cpp
Edge.cpp
RecordInfo.cpp)
« no previous file with comments | « tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h ('k') | tools/clang/blink_gc_plugin/CheckDispatchVisitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698