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

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

Issue 660863002: [DevTools] Added public method for async execution of scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: platform/WebExecuteScriptCallback -> web/WebScriptCallback Created 6 years, 2 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: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 020275cbb71b21c214a0fe40041b6c7945422939..dd7ad1c0f9d43b1cf52dcbd93825c0816d3cef2b 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -52,6 +52,10 @@
'RetainedObjectInfo.h',
'ScheduledAction.cpp',
'ScheduledAction.h',
+ 'ScheduledActionBase.cpp',
+ 'ScheduledActionBase.h',
+ 'ScheduledActionWithCallback.cpp',
+ 'ScheduledActionWithCallback.h',
'ScopedPersistent.h',
'ScriptCallStackFactory.cpp',
'ScriptCallStackFactory.h',

Powered by Google App Engine
This is Rietveld 408576698