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

Unified Diff: Source/core/core.gypi

Issue 1317743006: Move CSSParserSelector out of CSSParserValues.h/cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « Source/core/animation/DoubleStyleInterpolation.cpp ('k') | Source/core/css/CSSCalculationValue.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 7bc9ac1fe53dc8b8cba671cf0adad1b098c625c8..43b8782b6bace454f864d435a975719a8904c1e1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1217,6 +1217,8 @@
'css/parser/CSSParserTokenRange.cpp',
'css/parser/CSSParserTokenRange.h',
'css/parser/CSSParserValues.cpp',
+ 'css/parser/CSSParserSelector.h',
+ 'css/parser/CSSParserSelector.cpp',
'css/parser/CSSPropertyParser.cpp',
'css/parser/CSSPropertyParser.h',
'css/parser/CSSSelectorParser.cpp',
« no previous file with comments | « Source/core/animation/DoubleStyleInterpolation.cpp ('k') | Source/core/css/CSSCalculationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698