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

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: Fixed some callsites from bad 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 6b7157485c04ab1bea17626bc12114a12f167d6a..2bc7f2e55dbeb01ae5ad4ad326253314f2b6e45a 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',

Powered by Google App Engine
This is Rietveld 408576698