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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use m_unit Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index e16344559d7001d5c8cb82c5d65e193b942c0fc9..5aaad68275e888f41042180c1b8326c80431128f 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1035,6 +1035,8 @@
'css/CSSCustomFontData.h',
'css/CSSCustomIdentValue.cpp',
'css/CSSCustomIdentValue.h',
+ 'css/CSSCustomPropertyDeclaration.cpp',
+ 'css/CSSCustomPropertyDeclaration.h',
'css/CSSDefaultStyleSheets.cpp',
'css/CSSDefaultStyleSheets.h',
'css/CSSFontFace.cpp',
@@ -1130,6 +1132,10 @@
'css/CSSValuePair.h',
'css/CSSValuePool.cpp',
'css/CSSValuePool.h',
+ 'css/CSSVariableData.cpp',
+ 'css/CSSVariableData.h',
+ 'css/CSSVariableReferenceValue.cpp',
+ 'css/CSSVariableReferenceValue.h',
'css/CSSViewportRule.cpp',
'css/CSSViewportRule.h',
'css/DOMWindowCSS.cpp',
@@ -1249,6 +1255,8 @@
'css/parser/CSSSupportsParser.h',
'css/parser/CSSTokenizer.cpp',
'css/parser/CSSTokenizerInputStream.cpp',
+ 'css/parser/CSSVariableParser.cpp',
+ 'css/parser/CSSVariableParser.h',
'css/parser/LegacyCSSPropertyParser.cpp',
'css/parser/MediaQueryBlockWatcher.cpp',
'css/parser/MediaQueryParser.cpp',
@@ -1258,6 +1266,8 @@
'css/resolver/AnimatedStyleBuilder.h',
'css/resolver/CSSToStyleMap.cpp',
'css/resolver/CSSToStyleMap.h',
+ 'css/resolver/CSSVariableResolver.cpp',
+ 'css/resolver/CSSVariableResolver.h',
'css/resolver/ElementResolveContext.cpp',
'css/resolver/ElementResolveContext.h',
'css/resolver/ElementStyleResources.cpp',

Powered by Google App Engine
This is Rietveld 408576698