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

Unified Diff: Source/core/core.gypi

Issue 1304993002: Change Rect and Quad to be CSSValues (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@split_counter_out_attempt_3
Patch Set: Small change to generated style builder functions 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 0a597ac54c23b44bcd3544520a9579453476440a..6b7157485c04ab1bea17626bc12114a12f167d6a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1080,6 +1080,8 @@
'css/CSSPrimitiveValueMappings.h',
'css/CSSProperty.cpp',
'css/CSSPropertySourceData.cpp',
+ 'css/CSSQuadValue.cpp',
+ 'css/CSSQuadValue.h',
'css/CSSReflectValue.cpp',
'css/CSSRule.cpp',
'css/CSSRule.h',
@@ -1168,8 +1170,6 @@
'css/PropertySetCSSStyleDeclaration.cpp',
'css/PropertySetCSSStyleDeclaration.h',
'css/PseudoStyleRequest.h',
- 'css/Rect.cpp',
- 'css/Rect.h',
'css/RemoteFontFaceSource.cpp',
'css/RemoteFontFaceSource.h',
'css/RuleFeature.cpp',
« no previous file with comments | « Source/core/animation/LengthBoxStyleInterpolationTest.cpp ('k') | Source/core/css/CSSBorderImageSliceValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698