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

Unified Diff: Source/core/core.gypi

Issue 1317523002: Changed Pair to be a CSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add_const_to_primvalue
Patch Set: Rebase Created 5 years, 4 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/LengthPairStyleInterpolationTest.cpp ('k') | Source/core/css/BasicShapeFunctions.cpp » ('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 24e84acc1d496b5ffcb5f3c28c95d501e4821d13..af2f8700069bd0a58f609fb53616260c107703ac 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1113,6 +1113,8 @@
'css/CSSUnsetValue.h',
'css/CSSValue.cpp',
'css/CSSValueList.cpp',
+ 'css/CSSValuePair.cpp',
+ 'css/CSSValuePair.h',
'css/CSSValuePool.cpp',
'css/CSSValuePool.h',
'css/CSSViewportRule.cpp',
@@ -1165,8 +1167,6 @@
'css/MediaValuesDynamic.cpp',
'css/PageRuleCollector.cpp',
'css/PageRuleCollector.h',
- 'css/Pair.cpp',
- 'css/Pair.h',
'css/PropertySetCSSStyleDeclaration.cpp',
'css/PropertySetCSSStyleDeclaration.h',
'css/PseudoStyleRequest.h',
« no previous file with comments | « Source/core/animation/LengthPairStyleInterpolationTest.cpp ('k') | Source/core/css/BasicShapeFunctions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698