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

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

Issue 2122193003: [Typed-OM] Add CSSTokenStreamValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test for CSSTokenStreamValue 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 054231885476bd52fae37d3b54561c89401bccb1..232e9e0a31368b23f95a2790df93bddbace3ae83 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -52,6 +52,7 @@
'css/cssom/CSSSimpleLength.idl',
'css/cssom/CSSSkew.idl',
'css/cssom/CSSStyleValue.idl',
+ 'css/cssom/CSSTokenStreamValue.idl',
'css/cssom/CSSTransformComponent.idl',
'css/cssom/CSSTransformValue.idl',
'css/cssom/CSSTranslation.idl',
@@ -1360,6 +1361,8 @@
'css/cssom/CSSStyleValue.cpp',
'css/cssom/CSSStyleValue.h',
'css/cssom/CSSStyleVariableReferenceValue.h',
+ 'css/cssom/CSSTokenStreamValue.cpp',
+ 'css/cssom/CSSTokenStreamValue.h',
'css/cssom/CSSTransformComponent.cpp',
'css/cssom/CSSTransformComponent.h',
'css/cssom/CSSTransformValue.cpp',
@@ -4009,6 +4012,7 @@
'css/RuleFeatureSetTest.cpp',
'css/RuleSetTest.cpp',
'css/StyleSheetContentsTest.cpp',
+ 'css/cssom/CSSTokenStreamValueTest.cpp',
'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
'css/invalidation/InvalidationSetTest.cpp',
'css/parser/CSSParserFastPathsTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698