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

Unified Diff: Source/core/scripts/make_runtime_features.py

Issue 18578007: Add a public API to enable/disable blink runtime features by name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Require a 'command_line_flag' option in RuntimeEnabledFeatures.in Created 7 years, 5 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/core/scripts/make_runtime_features.py
diff --git a/Source/core/scripts/make_runtime_features.py b/Source/core/scripts/make_runtime_features.py
index 1454f09f1b98a97bd424c63bb8b9490462c8b41e..d5f46fc47816b3fe44c07bb0545f1a87751f9c91 100755
--- a/Source/core/scripts/make_runtime_features.py
+++ b/Source/core/scripts/make_runtime_features.py
@@ -44,6 +44,7 @@ class RuntimeFeatureWriter(in_generator.Writer):
}
defaults = {
'condition' : None,
+ 'command_line_flag': False,
'depends_on' : [],
'custom': False,
'status': None,
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/core/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698