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

Unified Diff: Source/core/core_generated.gyp

Issue 209503003: Convert MediaQueryTokenizer's codepoints array to be static data (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Refactored python code Created 6 years, 9 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: 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)',

Powered by Google App Engine
This is Rietveld 408576698