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

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

Issue 718383003: bindings: fixed incorrect dependency of SerializedScriptValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 472b8951efa3dce90144db8b44488849d1ecf283..6769a7c807422c5c783ffdd9de25a5c04187d64a 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -101,6 +101,8 @@
'SerializationTag.h',
'SerializedScriptValue.cpp',
'SerializedScriptValue.h',
+ 'SerializedScriptValueFactory.cpp',
+ 'SerializedScriptValueFactory.h',
'SharedPersistent.h',
'V8AbstractEventListener.cpp',
'V8AbstractEventListener.h',

Powered by Google App Engine
This is Rietveld 408576698