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

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

Issue 368283002: Stream scripts to V8 as they load - Blink side. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed untrue assert Created 6 years, 3 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 | « Source/bindings/core/v8/WorkerScriptController.cpp ('k') | Source/core/Init.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index c14d6f4c69b3ea001b116b59a88593bf815a0cd8..020275cbb71b21c214a0fe40041b6c7945422939 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -86,6 +86,10 @@
'ScriptSourceCode.h',
'ScriptState.cpp',
'ScriptState.h',
+ 'ScriptStreamer.cpp',
+ 'ScriptStreamer.h',
+ 'ScriptStreamerThread.cpp',
+ 'ScriptStreamerThread.h',
'ScriptString.cpp',
'ScriptString.h',
'ScriptValue.cpp',
@@ -165,6 +169,7 @@
'ScriptPromiseResolverTest.cpp',
'ScriptPromiseTest.cpp',
'ScriptPromisePropertyTest.cpp',
+ 'ScriptStreamerTest.cpp',
'SerializedScriptValueTest.cpp',
'V8BindingTest.cpp',
'V8ScriptRunnerTest.cpp',
« no previous file with comments | « Source/bindings/core/v8/WorkerScriptController.cpp ('k') | Source/core/Init.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698