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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/v8.gypi

Issue 1876383003: Introduce infrastructure for tracing ScriptWrappables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert to traceActiveScriptWrappables - C++ is happier Created 4 years, 8 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: third_party/WebKit/Source/bindings/core/v8/v8.gypi
diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
index dbab681ab034c070c1b4bb8412e1fd822781de50..99b27be91d3807a5a16aa97ee51b7e29e7e68c4a 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -126,6 +126,10 @@
'V8EventListenerList.h',
'V8GCController.cpp',
'V8GCController.h',
+ 'ScriptWrappableVisitor.cpp',
+ 'ScriptWrappableVisitor.h',
+ 'ScriptWrappableHeapTracer.cpp',
+ 'ScriptWrappableHeapTracer.h',
'V8GCForContextDispose.cpp',
'V8GCForContextDispose.h',
'V8GlobalValueMap.h',

Powered by Google App Engine
This is Rietveld 408576698