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

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: Add webkit-highlight parsing 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/parser/CSSParserImpl.cpp » ('j') | Source/core/css/parser/CSSParserToken.cpp » ('J')
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 f188c4b0fa252825ad2f3d2827f8120f30088830..71fb81911649f3c60d49745cdea617fa7b61732c 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/parser/CSSParserImpl.cpp » ('j') | Source/core/css/parser/CSSParserToken.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698