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

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: Minor optimisation to clearVariables Created 7 years, 5 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 17af36e65e4a7f0e96f53a130086c41578e16b15..963e8f6261b38609c28ec3cf0128d05761e2b4a0 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',
@@ -654,6 +655,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