Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / metrics / histograms / print_style.py
index ed8dc3a..e09f762 100644 (file)
@@ -20,11 +20,7 @@ ATTRIBUTE_ORDER = {
   'int': ['value', 'label'],
   'histogram_suffixes': ['name', 'separator', 'ordering'],
   'suffix': ['name', 'label'],
-  # TODO(yiyaoliu): Remove fieldtrial related pieces when it is not used.
-  'fieldtrial': ['name', 'separator', 'ordering'],
-  'group': ['name', 'label'],
   'affected-histogram': ['name'],
-  'with-group': ['name'],
   'with-suffix': ['name'],
 }
 
@@ -33,8 +29,6 @@ TAGS_THAT_DONT_INDENT = [
   'histogram-configuration',
   'histograms',
   'histogram_suffixes_list',
-  # TODO(yiyaoliu): Remove fieldtrial related pieces when it is not used.
-  'fieldtrials',
   'enums'
 ]
 
@@ -43,14 +37,11 @@ TAGS_THAT_DONT_INDENT = [
 TAGS_THAT_HAVE_EXTRA_NEWLINE = {
   'histogram-configuration': (2, 1, 1),
   'histograms': (2, 1, 1),
-  # TODO(yiyaoliu): Remove fieldtrial related pieces when it is not used.
-  'fieldtrials': (2, 1, 1),
+  'histogram': (1, 1, 1),
   'histogram_suffixes_list': (2, 1, 1),
   'histogram_suffixes': (1, 1, 1),
   'enums': (2, 1, 1),
-  'histogram': (1, 1, 1),
   'enum': (1, 1, 1),
-  'fieldtrial': (1, 1, 1),
 }
 
 # Tags that we allow to be squished into a single line for brevity.