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

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

Issue 57813007: CSS property names and value keywords no longer requires conditions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Julien's review on removing enabled_conditions param Created 7 years, 1 month 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_runtime_features.py ('k') | Source/build/scripts/make_style_builder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/make_settings.py
diff --git a/Source/build/scripts/make_settings.py b/Source/build/scripts/make_settings.py
index fbf06607241c9be57177248330c8b52e1bac4cd1..e4905a3077ac8edc2b902ec842c37173a3638c38 100755
--- a/Source/build/scripts/make_settings.py
+++ b/Source/build/scripts/make_settings.py
@@ -67,8 +67,8 @@ class MakeSettingsWriter(in_generator.Writer):
'to_idl_type': to_idl_type,
}
- def __init__(self, in_file_path, enabled_conditions):
- super(MakeSettingsWriter, self).__init__(in_file_path, enabled_conditions)
+ def __init__(self, in_file_path):
+ super(MakeSettingsWriter, self).__init__(in_file_path)
self.in_file.name_dictionaries.sort(key=lambda entry: entry['name'])
« no previous file with comments | « Source/build/scripts/make_runtime_features.py ('k') | Source/build/scripts/make_style_builder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698