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

Unified Diff: Source/build/scripts/make_mediaquery_tokenizer_codepoints.py

Issue 252743004: A thread safe CSS calc parser for sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed CSSCalc tests that assert Created 6 years, 8 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
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/make_mediaquery_tokenizer_codepoints.py
diff --git a/Source/build/scripts/make_mediaquery_tokenizer_codepoints.py b/Source/build/scripts/make_mediaquery_tokenizer_codepoints.py
index 73a33ac11b25ed5f0528651ea8e295dad43e71eb..69a96f7fab9ad72e7891eddab2c09e22e496f3c3 100755
--- a/Source/build/scripts/make_mediaquery_tokenizer_codepoints.py
+++ b/Source/build/scripts/make_mediaquery_tokenizer_codepoints.py
@@ -35,6 +35,7 @@ def token_type(i):
'+': 'plusOrFullStop',
'.': 'plusOrFullStop',
'-': 'hyphenMinus',
+ '*': 'asterisk',
',': 'comma',
'/': 'solidus',
'\\': 'reverseSolidus',
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698