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

Unified Diff: third_party/WebKit/Source/bindings/templates/templates.gypi

Issue 1961883002: Generate separate files for union type containers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/templates/templates.gypi
diff --git a/third_party/WebKit/Source/bindings/templates/templates.gypi b/third_party/WebKit/Source/bindings/templates/templates.gypi
index e1fd7ad8e2552fb94d8936ef8f16a361acbe88c5..8e5e28d86661b49727afa63af5a62bb676f36c19 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gypi
+++ b/third_party/WebKit/Source/bindings/templates/templates.gypi
@@ -21,8 +21,8 @@
'methods.cpp',
'partial_interface.cpp',
'partial_interface.h',
- 'union.cpp',
- 'union.h',
+ 'union_container.cpp',
+ 'union_container.h',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698