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

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

Issue 1603813002: CSS Typed OM: Add TranslationTransformComponent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cssValueAndCssString
Patch Set: Remove unnecessary class declaraion Created 4 years, 10 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 2239e39c1b4e15a3df2123d66b430a1a3673bd46..430ea7de14b4f129598725dae3d91943744b1b56 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -54,6 +54,7 @@
'css/cssom/StyleValue.idl',
'css/cssom/TransformComponent.idl',
'css/cssom/TransformValue.idl',
+ 'css/cssom/Translation.idl',
'dom/ArrayBuffer.idl',
'dom/ArrayBufferView.idl',
'dom/Attr.idl',
@@ -1296,6 +1297,8 @@
'css/cssom/TransformComponent.h',
'css/cssom/TransformValue.cpp',
'css/cssom/TransformValue.h',
+ 'css/cssom/TranslationTransformComponent.cpp',
+ 'css/cssom/TranslationTransformComponent.h',
'css/invalidation/InvalidationSet.cpp',
'css/invalidation/InvalidationSet.h',
'css/invalidation/PendingInvalidations.h',

Powered by Google App Engine
This is Rietveld 408576698