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

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: cleanup 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
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..62ea65bb33bb92e72f2545e423ab4880ba5c3d7d 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',

Powered by Google App Engine
This is Rietveld 408576698