| Index: third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| index a181350f4317cdd9e5071746d0333e3497525437..0169baf2c5397118145e0a2c6f59d98116a1636c 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| @@ -377,7 +377,6 @@ class ComputedStyleBaseWriter(make_style_builder.StyleBuilderWriter):
|
| self._include_paths = _get_include_paths(all_properties)
|
| self._outputs = {
|
| 'ComputedStyleBase.h': self.generate_base_computed_style_h,
|
| - 'ComputedStyleBase.cpp': self.generate_base_computed_style_cpp,
|
| 'ComputedStyleBaseConstants.h': self.generate_base_computed_style_constants,
|
| }
|
|
|
| @@ -390,14 +389,6 @@ class ComputedStyleBaseWriter(make_style_builder.StyleBuilderWriter):
|
| 'computed_style': self._root_group,
|
| }
|
|
|
| - @template_expander.use_jinja('ComputedStyleBase.cpp.tmpl', tests={'in': lambda a, b: a in b})
|
| - def generate_base_computed_style_cpp(self):
|
| - return {
|
| - 'properties': self._properties,
|
| - 'enums': self._generated_enums,
|
| - 'computed_style': self._root_group,
|
| - }
|
| -
|
| @template_expander.use_jinja('ComputedStyleBaseConstants.h.tmpl')
|
| def generate_base_computed_style_constants(self):
|
| return {
|
|
|