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

Unified Diff: third_party/WebKit/Source/build/scripts/scripts.gypi

Issue 1978703002: Factor and simplify generation of the lookup trie used for HTMLLookupTrie. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove newlines Created 4 years, 7 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: 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',

Powered by Google App Engine
This is Rietveld 408576698