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

Unified Diff: Source/bindings/templates/templates.gni

Issue 765673005: IDL: Null values should be converted for non-nullable dictionary members (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: GN fix Created 6 years 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 | « Source/bindings/templates/dictionary_v8.cpp ('k') | Source/bindings/tests/results/core/TestDictionary.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/templates/templates.gni
diff --git a/Source/bindings/templates/templates.gni b/Source/bindings/templates/templates.gni
index f056923e2bc0ec68b509204fe180c1841299390c..69dcdc752fdd73c0084d9bdc51b78f0dd6de7318 100644
--- a/Source/bindings/templates/templates.gni
+++ b/Source/bindings/templates/templates.gni
@@ -10,9 +10,17 @@ code_generator_template_files =
"callback_interface.cpp",
"callback_interface.h",
"constants.cpp",
+ "dictionary_impl.cpp",
+ "dictionary_impl.h",
+ "dictionary_v8.cpp",
+ "dictionary_v8.h",
"interface_base.cpp",
"interface.cpp",
"interface.h",
"methods.cpp",
+ "partial_interface.cpp",
+ "partial_interface.h",
+ "union.cpp",
+ "union.h",
],
"abspath")
« no previous file with comments | « Source/bindings/templates/dictionary_v8.cpp ('k') | Source/bindings/tests/results/core/TestDictionary.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698