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

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

Issue 718383003: bindings: fixed incorrect dependency of SerializedScriptValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added fast/js/structured-clone.html 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/modules/v8/v8.gni ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/v8.gypi
diff --git a/Source/bindings/modules/v8/v8.gypi b/Source/bindings/modules/v8/v8.gypi
index 96a7bd7a851035e5ab60f2114a35c2385febb6ac..75e7a2a95120ccca834f6e94b1f59598b5751e5b 100644
--- a/Source/bindings/modules/v8/v8.gypi
+++ b/Source/bindings/modules/v8/v8.gypi
@@ -15,6 +15,10 @@
'IDBBindingUtilities.h',
'ModuleBindingsInitializer.cpp',
'ModuleBindingsInitializer.h',
+ 'ScriptValueSerializerForModules.cpp',
+ 'ScriptValueSerializerForModules.h',
+ 'SerializedScriptValueForModulesFactory.cpp',
+ 'SerializedScriptValueForModulesFactory.h',
],
# Note: list duplicated in v8.gni.
'bindings_modules_v8_unittest_files': [
« no previous file with comments | « Source/bindings/modules/v8/v8.gni ('k') | Source/bindings/scripts/v8_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698