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

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: renaming Created 6 years, 4 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 ab2e03483e7133a75b66539511a4dc923bed9d40..e670353407117c90e0765fa1bfd1ce28461f234c 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -144,6 +144,10 @@
'V8RecursionScope.h',
'V8ScriptRunner.cpp',
'V8ScriptRunner.h',
+ 'V8ScriptStreamer.cpp',
+ 'V8ScriptStreamer.h',
+ 'V8ScriptStreamerThread.cpp',
+ 'V8ScriptStreamerThread.h',
'V8StringResource.cpp',
'V8StringResource.h',
'V8ThrowException.cpp',

Powered by Google App Engine
This is Rietveld 408576698