Index: third_party/WebKit/Source/core/core_generated.gyp |
diff --git a/third_party/WebKit/Source/core/core_generated.gyp b/third_party/WebKit/Source/core/core_generated.gyp |
index 8f4d6fc446f4c4c1fb7a3b37669981ea480fd5bf..6d4ec04d453421a30e0898fa5a4bc88a8617e1d7 100644 |
--- a/third_party/WebKit/Source/core/core_generated.gyp |
+++ b/third_party/WebKit/Source/core/core_generated.gyp |
@@ -730,6 +730,25 @@ |
], |
}, |
{ |
+ 'action_name': 'CSSPrimitiveValueUnitTrie', |
+ 'inputs': [ |
+ '<@(scripts_for_in_files)', |
+ '../build/scripts/make_css_primitive_value_unit_trie.py', |
+ '../build/scripts/templates/CSSPrimitiveValueUnitTrie.cpp.tmpl', |
+ 'css/CSSPrimitiveValueUnits.in', |
+ ], |
+ 'outputs': [ |
+ '<(blink_core_output_dir)/CSSPrimitiveValueUnitTrie.cpp', |
+ ], |
+ 'action': [ |
+ 'python', |
+ '../build/scripts/make_css_primitive_value_unit_trie.py', |
+ 'css/CSSPrimitiveValueUnits.in', |
+ '--output_dir', |
+ '<(blink_core_output_dir)', |
+ ], |
+ }, |
+ { |
'action_name': 'HTMLElementLookupTrie', |
'inputs': [ |
'<@(scripts_for_in_files)', |