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

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 default return value 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 c704acf8b5b76570b4a4a5acea9b72ecd4242486..42874317696744e856f9b96b06c8110c01c4d858 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',
@@ -1354,6 +1355,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/CSSVariableReferenceValueTest.cpp',
'css/cssom/FilteredComputedStylePropertyMapTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698