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

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: Remove unused headers, renaming 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 c635ed9a9364b45914af7716c28b542faaf8704a..1a5bf29e9a783e2838c28c92d86baf0bd8533c92 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',
@@ -1358,6 +1359,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',

Powered by Google App Engine
This is Rietveld 408576698