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

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

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update more union types Created 4 years, 6 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 8cc52c2c4fb07b2c37884ee6ecc8434a04943be9..e5513e73a63aa54f0be41900430a26ab106be7a6 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -51,9 +51,9 @@
'css/cssom/CSSScale.idl',
'css/cssom/CSSSimpleLength.idl',
'css/cssom/CSSSkew.idl',
+ 'css/cssom/CSSStyleValue.idl',
'css/cssom/CSSTranslation.idl',
'css/cssom/StylePropertyMap.idl',
- 'css/cssom/StyleValue.idl',
'css/cssom/TransformComponent.idl',
'css/cssom/TransformValue.idl',
'dom/ArrayBuffer.idl',
@@ -1357,6 +1357,8 @@
'css/cssom/CSSSimpleLength.h',
'css/cssom/CSSSkew.cpp',
'css/cssom/CSSSkew.h',
+ 'css/cssom/CSSStyleValue.cpp',
+ 'css/cssom/CSSStyleValue.h',
'css/cssom/CSSTranslation.cpp',
'css/cssom/CSSTranslation.h',
'css/cssom/ComputedStylePropertyMap.cpp',
@@ -1367,8 +1369,6 @@
'css/cssom/MutableStylePropertyMap.h',
'css/cssom/StylePropertyMap.cpp',
'css/cssom/StylePropertyMap.h',
- 'css/cssom/StyleValue.cpp',
- 'css/cssom/StyleValue.h',
'css/cssom/StyleValueFactory.cpp',
'css/cssom/StyleValueFactory.h',
'css/cssom/TransformComponent.h',

Powered by Google App Engine
This is Rietveld 408576698