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

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

Issue 2140073002: [Typed-OM] Add compound type of CSSVariableReferenceValue and String with some tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSTokenStreamValue
Patch Set: Removed unused variables 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 d7b32f6ad2420c75df7d53cb0fd4deca7264650f..5185f71eaeeba7a87a9c394ffc6d2ce198c6c44e 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1369,6 +1369,7 @@
'css/cssom/CSSTranslation.h',
'css/cssom/CSSUnsupportedStyleValue.cpp',
'css/cssom/CSSUnsupportedStyleValue.h',
+ 'css/cssom/CSSStyleVariableReferenceValue.h',
'css/cssom/ComputedStylePropertyMap.cpp',
'css/cssom/ComputedStylePropertyMap.h',
'css/cssom/FilteredComputedStylePropertyMap.cpp',
@@ -3999,6 +4000,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