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

Unified Diff: Source/bindings/bindings.gypi

Issue 16925002: XMLHttpRequest#responseText should use a rope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer feedback Created 7 years, 6 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/bindings/v8/ScriptString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index f8218dfcaa5f27f4d87ad94a867ff469b5c234e6..1bd48a49b259630e1c41ac3c3dab5936dc37e547 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -59,6 +59,8 @@
'v8/ScriptSourceCode.h',
'v8/ScriptState.cpp',
'v8/ScriptState.h',
+ 'v8/ScriptString.cpp',
+ 'v8/ScriptString.h',
'v8/ScriptValue.cpp',
'v8/ScriptValue.h',
'v8/ScriptWrappable.h',
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698