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

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

Issue 2126713002: [Typed-OM] Add CSSVariableReferenceValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test 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 ec5438346245d42a85cbfd2a001dc037969af5ca..a8c605a915f71c81a73937a9b96190bf791636d6 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -48,6 +48,7 @@
'css/cssom/CSSPerspective.idl',
'css/cssom/CSSPositionValue.idl',
'css/cssom/CSSRotation.idl',
+ 'css/cssom/CSSVariableReferenceValue.idl',
meade_UTC10 2016/07/06 05:40:11 This isn't in alphabetical order.
'css/cssom/CSSScale.idl',
'css/cssom/CSSSimpleLength.idl',
'css/cssom/CSSSkew.idl',
@@ -1363,6 +1364,8 @@
'css/cssom/CSSSkew.h',
'css/cssom/CSSStyleValue.cpp',
'css/cssom/CSSStyleValue.h',
+ 'css/cssom/CSSStyleVariableReferenceValue.cpp',
+ 'css/cssom/CSSStyleVariableReferenceValue.h',
'css/cssom/CSSTransformComponent.cpp',
'css/cssom/CSSTransformComponent.h',
'css/cssom/CSSTransformValue.cpp',

Powered by Google App Engine
This is Rietveld 408576698