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

Unified Diff: Source/core/core.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: 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
« no previous file with comments | « no previous file | Source/core/dom/ScriptExecutionCallback.h » ('j') | Source/core/dom/SuspendableScriptRunner.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 3671241f03f31af6d72cd6c0c25d95ac7f935a52..ac922d0bceeda2c87f0295a10f651aadc9ffa6d1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2220,6 +2220,8 @@
'dom/RequestAnimationFrameCallback.h',
'dom/SandboxFlags.cpp',
'dom/SandboxFlags.h',
+ 'dom/ScriptExecutionCallback.cpp',
+ 'dom/ScriptExecutionCallback.h',
'dom/ScriptLoader.cpp',
'dom/ScriptLoader.h',
'dom/ScriptRunner.cpp',
@@ -2249,6 +2251,8 @@
'dom/StyleSheetCandidate.h',
'dom/StyleSheetCollection.cpp',
'dom/StyleSheetCollection.h',
+ 'dom/SuspendableScriptRunner.cpp',
+ 'dom/SuspendableScriptRunner.h',
'dom/TagCollection.cpp',
'dom/TagCollection.h',
'dom/Text.cpp',
« no previous file with comments | « no previous file | Source/core/dom/ScriptExecutionCallback.h » ('j') | Source/core/dom/SuspendableScriptRunner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698