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

Unified Diff: Source/core/core.gypi

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 | « Source/build/scripts/make_mediaquery_tokenizer_codepoints.py ('k') | Source/core/css/MediaValues.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d74f42764e3d2b3338281eedfc324bf91e3f0663..8a78aaa6d801bf421aa433e77ff6b5824f73f975 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -906,6 +906,7 @@
'css/parser/MediaQueryBlockWatcher.cpp',
'css/parser/MediaQueryInputStream.cpp',
'css/parser/MediaQueryParser.cpp',
+ 'css/parser/SizesCalcParser.cpp',
'css/parser/MediaQueryToken.cpp',
'css/parser/MediaQueryTokenizer.cpp',
'css/parser/SizesAttributeParser.cpp',
@@ -3366,6 +3367,7 @@
'css/RuleSetTest.cpp',
'css/invalidation/DescendantInvalidationSetTest.cpp',
'css/parser/BisonCSSParserTest.cpp',
+ 'css/parser/SizesCalcParserTest.cpp',
'css/parser/MediaQueryTokenizerTest.cpp',
'css/parser/SizesAttributeParserTest.cpp',
'css/parser/MediaConditionTest.cpp',
« no previous file with comments | « Source/build/scripts/make_mediaquery_tokenizer_codepoints.py ('k') | Source/core/css/MediaValues.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698