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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2199703002: [Typed-OM] Add CSSStyleImageValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSResourceValue
Patch Set: Return null if the image has invalid ratio Created 4 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 49a3f24061487dde99c6b51d27e00abb65af5f0a..ac535fba2d13c6104cb19bcfbee8eba93db922c5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -41,6 +41,7 @@
'css/WebKitCSSMatrix.idl',
'css/cssom/CSSAngleValue.idl',
'css/cssom/CSSCalcLength.idl',
+ 'css/cssom/CSSImageValue.idl',
'css/cssom/CSSKeywordValue.idl',
'css/cssom/CSSLengthValue.idl',
'css/cssom/CSSMatrixTransformComponent.idl',
@@ -1340,6 +1341,7 @@
'css/cssom/CSSAngleValue.h',
'css/cssom/CSSCalcLength.cpp',
'css/cssom/CSSCalcLength.h',
+ 'css/cssom/CSSImageValue.h',
'css/cssom/CSSKeywordValue.cpp',
'css/cssom/CSSKeywordValue.h',
'css/cssom/CSSLengthValue.cpp',
@@ -4030,6 +4032,7 @@
'css/RuleSetTest.cpp',
'css/StyleSheetContentsTest.cpp',
'css/cssom/CSSResourceValueTest.cpp',
+ 'css/cssom/CSSStyleImageValueTest.cpp',
'css/cssom/CSSTokenStreamValueTest.cpp',
'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
'css/invalidation/InvalidationSetTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698