Index: Source/core/core_generated.gyp |
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp |
index 7272fe133b607a06cb645822e2166def0aa13b75..45ecff6f9a8eeb561793c64dde0ff25fd67e3fb2 100644 |
--- a/Source/core/core_generated.gyp |
+++ b/Source/core/core_generated.gyp |
@@ -254,6 +254,22 @@ |
], |
}, |
{ |
+ 'action_name': 'MediaQueryTokenizerCodepoints', |
+ 'inputs': [ |
+ '../build/scripts/make_mediaquery_tokenizer_codepoints.py', |
+ ], |
+ 'outputs': [ |
+ '<(SHARED_INTERMEDIATE_DIR)/blink/MediaQueryTokenizerCodepoints.cpp', |
+ ], |
+ 'action': [ |
+ 'python', |
+ '../build/scripts/make_mediaquery_tokenizer_codepoints.py', |
+ '--output_dir', |
+ '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '--defines', '<(feature_defines)', |
+ ], |
+ }, |
+ { |
'action_name': 'StylePropertyShorthand', |
'inputs': [ |
'<@(scripts_for_in_files)', |