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

Unified Diff: core/scripts/make_runtime_features.py

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/scripts/make_css_property_names.py ('k') | core/scripts/make_token_matcher.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/scripts/make_runtime_features.py
diff --git a/core/scripts/make_runtime_features.py b/core/scripts/make_runtime_features.py
index 1454f09f1b98a97bd424c63bb8b9490462c8b41e..6ec681b7119ac825019b7ca8df76e05916cc7323 100755
--- a/core/scripts/make_runtime_features.py
+++ b/core/scripts/make_runtime_features.py
@@ -47,6 +47,7 @@ class RuntimeFeatureWriter(in_generator.Writer):
'depends_on' : [],
'custom': False,
'status': None,
+ 'writeable': False,
}
def __init__(self, in_file_path, enabled_conditions):
@@ -72,6 +73,7 @@ class RuntimeFeatureWriter(in_generator.Writer):
lowered = lowered.replace("cSS", "css")
lowered = lowered.replace("iME", "ime")
lowered = lowered.replace("hTML", "html")
+ lowered = lowered.replace("sVG", "svg")
lowered = lowered.replace("wOFF", "woff")
return lowered
« no previous file with comments | « core/scripts/make_css_property_names.py ('k') | core/scripts/make_token_matcher.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698