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

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2686113002: Remove ScriptValueSerializer. (Closed)
Patch Set: Created 3 years, 10 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 | third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index ad3994a0842deafd94462fbb0d6935d7f4dce3dd..a4ba87919865418bfd9c916f374034bba99d4188 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -114,8 +114,6 @@ bindings_core_v8_files =
"core/v8/ScriptString.h",
"core/v8/ScriptValue.cpp",
"core/v8/ScriptValue.h",
- "core/v8/ScriptValueSerializer.cpp",
- "core/v8/ScriptValueSerializer.h",
"core/v8/ScriptWrappable.cpp",
"core/v8/ScriptWrappable.h",
"core/v8/ScriptWrappableVisitor.cpp",
@@ -231,7 +229,6 @@ bindings_unittest_files =
"core/v8/ScriptPromiseResolverTest.cpp",
"core/v8/ScriptPromiseTest.cpp",
"core/v8/ScriptStreamerTest.cpp",
- "core/v8/ScriptValueSerializerTest.cpp",
"core/v8/ScriptWrappableVisitorTest.cpp",
"core/v8/SerializedScriptValueTest.cpp",
"core/v8/ToV8Test.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698