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

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

Issue 1893983002: Simplify handling of Transferable objects while (de)serializing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove Transferable.cpp, not needed after all. Created 4 years, 8 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: third_party/WebKit/Source/bindings/core/v8/v8.gypi
diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
index 8afb8bc848782d181734039edcad37bebfc54ea8..a748fb09c3cc1967ad7d7081796fdbb978201e84 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -102,10 +102,7 @@
'SerializedScriptValueFactory.cpp',
'SerializedScriptValueFactory.h',
'SharedPersistent.h',
- 'Transferable.h',
- 'TransferableArrayBuffer.h',
- 'TransferableImageBitmap.h',
- 'TransferableMessagePort.h',
+ 'Transferables.h',
'ToV8.cpp',
'ToV8.h',
'V8AbstractEventListener.cpp',

Powered by Google App Engine
This is Rietveld 408576698