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

Unified Diff: Source/core/core.gypi

Issue 1319343004: Add property parser code path based on CSSParserTokenRange (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 3 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/css/MediaQueryExp.cpp » ('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 2daf64f0f98de6bf9f30bae6a3d9b74389bf6e82..13438a590604e0e1ada239840f65c43289b265bf 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1232,6 +1232,7 @@
'css/parser/CSSSupportsParser.h',
'css/parser/CSSTokenizer.cpp',
'css/parser/CSSTokenizerInputStream.cpp',
+ 'css/parser/LegacyCSSPropertyParser.cpp',
'css/parser/MediaQueryBlockWatcher.cpp',
'css/parser/MediaQueryParser.cpp',
'css/parser/SizesAttributeParser.cpp',
« no previous file with comments | « no previous file | Source/core/css/MediaQueryExp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698