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

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

Issue 2732093003: bindings: Add support for the record<K,V> WebIDL type. (Closed)
Patch Set: s/isolate->GetCurrentContext()/context/ Created 3 years, 9 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 19b58f8c55c0d32d3da343dd6c27c3e4e129bb1f..057f2118490fbe78c81d1cc311801ea11e966462 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -233,6 +233,7 @@ bindings_unittest_files =
get_path_info([
"core/v8/DocumentWriteEvaluatorTest.cpp",
"core/v8/IDLTypesTest.cpp",
+ "core/v8/NativeValueTraitsImplTest.cpp",
"core/v8/NativeValueTraitsTest.cpp",
"core/v8/ScriptPromisePropertyTest.cpp",
"core/v8/ScriptPromiseResolverTest.cpp",
« no previous file with comments | « third_party/WebKit/LayoutTests/bindings/record-type.html ('k') | third_party/WebKit/Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698