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

Unified Diff: Source/core/core.gypi

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and review changes Created 7 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/bindings/tests/results/V8TestCallback.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.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 e2e4717d5d5aec164a92f25edd6af28da980a837..420182424b30be4c278a858de7d5d23e0a446fe6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -24,6 +24,7 @@
'css/CSSValue.idl',
'css/CSSValueList.idl',
'css/CSSViewportRule.idl',
+ 'css/CSSVariablesMapForEachCallback.idl',
'css/CSSVariablesMap.idl',
'css/Counter.idl',
'css/FontFaceSet.idl',
@@ -673,8 +674,10 @@
'css/CSSValueList.cpp',
'css/CSSValuePool.cpp',
'css/CSSValuePool.h',
+ 'css/CSSVariablesIterator.h',
'css/CSSVariablesMap.cpp',
'css/CSSVariablesMap.h',
+ 'css/CSSVariablesMapForEachCallback.h',
'css/CSSVariableValue.h',
'css/CSSViewportRule.h',
'css/CSSViewportRule.cpp',
« no previous file with comments | « Source/bindings/tests/results/V8TestCallback.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698