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

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

Issue 721133002: bindings: preparation for fixing incorrect dependency of SerializedScriptValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 1 month 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/SerializedScriptValue.cpp ('k') | no next file » | 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 8522328873f31499e841368c83679231bc73a40c..472b8951efa3dce90144db8b44488849d1ecf283 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -94,8 +94,11 @@
'ScriptString.h',
'ScriptValue.cpp',
'ScriptValue.h',
+ 'ScriptValueSerializer.cpp',
+ 'ScriptValueSerializer.h',
'ScriptWrappable.cpp',
'ScriptWrappable.h',
+ 'SerializationTag.h',
'SerializedScriptValue.cpp',
'SerializedScriptValue.h',
'SharedPersistent.h',
« no previous file with comments | « Source/bindings/core/v8/SerializedScriptValue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698