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

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: sort by alpha 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
« no previous file with comments | « Source/build/scripts/make_names.py ('k') | Source/build/scripts/templates/ElementFactory.cpp.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..76a908550ed539ce744d6c68aa3abd9559e9e89d 100755
--- a/Source/build/scripts/make_qualified_names.py
+++ b/Source/build/scripts/make_qualified_names.py
@@ -55,8 +55,9 @@ class MakeQualifiedNamesWriter(in_generator.Writer):
}
filters = {
'hash': hasher.hash,
- 'to_macro_style': name_utilities.to_macro_style,
+ 'enable_conditional': name_utilities.enable_conditional_if_endif,
'symbol': _symbol,
+ 'to_macro_style': name_utilities.to_macro_style,
}
def __init__(self, in_file_paths):
« no previous file with comments | « Source/build/scripts/make_names.py ('k') | Source/build/scripts/templates/ElementFactory.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698