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

Unified Diff: Source/build/scripts/make_element_factory.py

Issue 330093002: Add support in generate scripts to handle Conditional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Also add support for make_names.py script to handle Conditional Created 6 years, 6 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: Source/build/scripts/make_element_factory.py
diff --git a/Source/build/scripts/make_element_factory.py b/Source/build/scripts/make_element_factory.py
index f5dd0622ad66dc0a35fa05eb35d54c63589269e7..dcbffb385aba08c9989808a88af3a2e1a76ed39c 100755
--- a/Source/build/scripts/make_element_factory.py
+++ b/Source/build/scripts/make_element_factory.py
@@ -47,6 +47,7 @@ class MakeElementFactoryWriter(MakeQualifiedNamesWriter):
'noConstructor': None,
'noTypeHelpers': None,
'runtimeEnabled': None,
+ 'Conditional': None,
Nils Barth (inactive) 2014/06/16 06:27:52 However, could you put this *first*, for alphabeti
})
default_parameters = dict(MakeQualifiedNamesWriter.default_parameters, **{
'fallbackInterfaceName': '',
« no previous file with comments | « no previous file | Source/build/scripts/make_element_type_helpers.py » ('j') | Source/build/scripts/make_element_type_helpers.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698