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

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

Issue 2190543004: [Typed-OM] Add CSSResourceValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to global interface listing Created 4 years, 5 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 d9b2489151f1cdef9ea58da5b83160b0f364f5ff..49a3f24061487dde99c6b51d27e00abb65af5f0a 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -47,6 +47,7 @@
'css/cssom/CSSNumberValue.idl',
'css/cssom/CSSPerspective.idl',
'css/cssom/CSSPositionValue.idl',
+ 'css/cssom/CSSResourceValue.idl',
'css/cssom/CSSRotation.idl',
'css/cssom/CSSScale.idl',
'css/cssom/CSSSimpleLength.idl',
@@ -1352,6 +1353,7 @@
'css/cssom/CSSPerspective.h',
'css/cssom/CSSPositionValue.cpp',
'css/cssom/CSSPositionValue.h',
+ 'css/cssom/CSSResourceValue.h',
'css/cssom/CSSRotation.cpp',
'css/cssom/CSSRotation.h',
'css/cssom/CSSScale.cpp',
@@ -4027,6 +4029,7 @@
'css/RuleFeatureSetTest.cpp',
'css/RuleSetTest.cpp',
'css/StyleSheetContentsTest.cpp',
+ 'css/cssom/CSSResourceValueTest.cpp',
'css/cssom/CSSTokenStreamValueTest.cpp',
'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
'css/invalidation/InvalidationSetTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698