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

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

Issue 2323413002: Support ImageData cloning in the V8-based structured clone path. (Closed)
Patch Set: does win_clang like the other order better? Created 4 years, 3 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/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index d9711cb432f0f3143b249e25e46bee9150755536..07f591cd990b2cf21831af9a20637678750f272e 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -236,6 +236,7 @@ bindings_unittest_files =
"core/v8/V8BindingForTesting.h",
"core/v8/V8BindingTest.cpp",
"core/v8/V8ScriptRunnerTest.cpp",
+ "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
],
"abspath")
bindings_unittest_files += bindings_modules_v8_unittest_files

Powered by Google App Engine
This is Rietveld 408576698