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

Unified Diff: third_party/WebKit/Source/bindings/scripts/code_generator.py

Issue 2568403002: [Bindings][Refactoring] Remove attribute filters from .tmpl files (Closed)
Patch Set: Created 4 years 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 | « no previous file | third_party/WebKit/Source/bindings/scripts/v8_attributes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/scripts/code_generator.py
diff --git a/third_party/WebKit/Source/bindings/scripts/code_generator.py b/third_party/WebKit/Source/bindings/scripts/code_generator.py
index 2b66cea3f28b5fa4da2b670c5182b1bb06d9b5a8..ad78bd34654651c03363d924814bcbcc56389540 100644
--- a/third_party/WebKit/Source/bindings/scripts/code_generator.py
+++ b/third_party/WebKit/Source/bindings/scripts/code_generator.py
@@ -12,7 +12,6 @@ import re
import sys
from idl_types import set_ancestors, IdlType
-from v8_attributes import attribute_filters
from v8_globals import includes
from v8_interface import constant_filters
from v8_types import set_component_dirs
@@ -89,7 +88,6 @@ def initialize_jinja_env(cache_dir):
'runtime_enabled': runtime_enabled_if,
'secure_context': secure_context_if,
'unique_by': unique_by})
- jinja_env.filters.update(attribute_filters())
jinja_env.filters.update(constant_filters())
jinja_env.filters.update(method_filters())
return jinja_env
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/scripts/v8_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698