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

Unified Diff: Source/core/core.gypi

Issue 18311002: Partial implementation of CSSVariablesMap for CSS Variables CSSOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased webexposed tests Created 7 years, 6 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index f05128a279760bbedaea1ef15c584d467723e1b9..c55ce679b29a7e0f9d1da317c6e09d53611eeada 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -22,6 +22,7 @@
'css/CSSValue.idl',
'css/CSSValueList.idl',
'css/CSSViewportRule.idl',
+ 'css/CSSVariablesMap.idl',
'css/Counter.idl',
'css/FontLoader.idl',
'css/MediaList.idl',
@@ -652,6 +653,7 @@
'css/CSSValueList.cpp',
'css/CSSValuePool.cpp',
'css/CSSValuePool.h',
+ 'css/CSSVariablesMap.h',
'css/CSSVariableValue.h',
'css/CSSViewportRule.h',
'css/CSSViewportRule.cpp',

Powered by Google App Engine
This is Rietveld 408576698