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

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

Issue 2208283002: [Typed-OM] Add CSSURLImageValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSProperties_Image
Patch Set: Rebase 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 e528fef1d1f30b33f40ee7db1e19d747b3725355..505a00cd32101cf2eeaefc6af3ba07776df8e3df 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -58,6 +58,7 @@
'css/cssom/CSSTransformComponent.idl',
'css/cssom/CSSTransformValue.idl',
'css/cssom/CSSTranslation.idl',
+ 'css/cssom/CSSURLImageValue.idl',
'css/cssom/CSSVariableReferenceValue.idl',
'css/cssom/StylePropertyMap.idl',
'dom/ArrayBuffer.idl',
@@ -1397,6 +1398,7 @@
'css/cssom/CSSTransformValue.h',
'css/cssom/CSSTranslation.cpp',
'css/cssom/CSSTranslation.h',
+ 'css/cssom/CSSURLImageValue.h',
'css/cssom/CSSUnsupportedStyleValue.cpp',
'css/cssom/CSSUnsupportedStyleValue.h',
'css/cssom/ComputedStylePropertyMap.cpp',
@@ -4065,6 +4067,7 @@
'css/cssom/CSSResourceValueTest.cpp',
'css/cssom/CSSStyleImageValueTest.cpp',
'css/cssom/CSSTokenStreamValueTest.cpp',
+ 'css/cssom/CSSURLImageValueTest.cpp',
'css/cssom/CSSVariableReferenceValueTest.cpp',
'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
'css/invalidation/InvalidationSetTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698