Index: third_party/WebKit/Source/build/scripts/scripts.gypi |
diff --git a/third_party/WebKit/Source/build/scripts/scripts.gypi b/third_party/WebKit/Source/build/scripts/scripts.gypi |
index 797876c42d60af1117b944f6661b1f71514098b4..6c95ebb56e58554afb7f96c2f27135d336cb4bd7 100644 |
--- a/third_party/WebKit/Source/build/scripts/scripts.gypi |
+++ b/third_party/WebKit/Source/build/scripts/scripts.gypi |
@@ -12,6 +12,7 @@ |
'license.py', |
'name_utilities.py', |
'template_expander.py', |
+ 'trie_builder.py', |
'templates/macros.tmpl', |
], |
'css_properties_files': [ |
@@ -47,6 +48,10 @@ |
'make_element_type_helpers.py', |
'templates/ElementTypeHelpers.h.tmpl', |
], |
+ 'make_trie_helpers_files': [ |
+ '<@(scripts_for_in_files)', |
+ 'trie_builder.py', |
+ ], |
'conditions': [ |
['OS=="win"', { |
'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe', |