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

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

Issue 2709983004: WIP bindings: Add support for the record<K,V> WebIDL type. (Closed)
Patch Set: Rebased patch using NativeValueTraits for IDL types 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
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 dd95e1da4a8e494f6fcbf1c619d82216442df687..89b141edf03ea1e38104703f5b8fad4e700229cd 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -64,6 +64,7 @@ bindings_core_v8_files =
"core/v8/GeneratedCodeHelper.h",
"core/v8/IDLDictionaryBase.cpp",
"core/v8/IDLDictionaryBase.h",
+ "core/v8/IDLTypes.h",
"core/v8/Iterable.h",
"core/v8/LocalWindowProxy.cpp",
"core/v8/LocalWindowProxy.h",

Powered by Google App Engine
This is Rietveld 408576698