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

Unified Diff: Source/build/scripts/make_qualified_names.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_qualified_names.py
diff --git a/Source/build/scripts/make_qualified_names.py b/Source/build/scripts/make_qualified_names.py
index 9b35bddb1ec8ee4c421ff0d672939e294293d3ac..6ceaf9824b2ba8bebe5b56e9aa4dee43b9c6bb3d 100755
--- a/Source/build/scripts/make_qualified_names.py
+++ b/Source/build/scripts/make_qualified_names.py
@@ -57,6 +57,7 @@ class MakeQualifiedNamesWriter(in_generator.Writer):
'hash': hasher.hash,
'to_macro_style': name_utilities.to_macro_style,
'symbol': _symbol,
+ 'enable_conditional': name_utilities.enable_conditional_if_endif,
Nils Barth (inactive) 2014/06/16 06:27:52 alpha (fix existing)
}
def __init__(self, in_file_paths):

Powered by Google App Engine
This is Rietveld 408576698