| 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 565d535ac12238ce1667a57cf81ac64c4bba6a12..17e9e2e1b733de665aa72e7e570af17cc00fbd8d 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': [
|
| + '<@(make_trie_helpers_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': [
|
| '<@(make_trie_helpers_files)',
|
|
|