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

Unified Diff: Source/core/core.gypi

Issue 790593004: CSS Parser: Implement selector parsing [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/CSSParser.cpp » ('j') | Source/core/css/parser/CSSParserValues.h » ('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 594d9f21be342cdf6fea8c737ebb3a8a09324bcd..7ee1d4d5f2c73d87e260d269b452336b1ef7815b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -879,6 +879,8 @@
'css/parser/CSSParserValues.cpp',
'css/parser/CSSPropertyParser.cpp',
'css/parser/CSSPropertyParser.h',
+ 'css/parser/CSSSelectorParser.cpp',
+ 'css/parser/CSSSelectorParser.h',
'css/parser/CSSTokenizer.cpp',
'css/parser/CSSTokenizerInputStream.cpp',
'css/parser/MediaQueryBlockWatcher.cpp',
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParser.cpp » ('j') | Source/core/css/parser/CSSParserValues.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698