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

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

Issue 1957163002: Rename KeywordValue to CSSKeywordValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 8b480523de889737cf5b4724043ddb9c93981ae8..cba3821b5d95e0af31eb92a153ef839ec3239af1 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -39,8 +39,8 @@
'css/StyleSheet.idl',
'css/StyleSheetList.idl',
'css/WebKitCSSMatrix.idl',
+ 'css/cssom/CSSKeywordValue.idl',
meade_UTC10 2016/05/09 04:55:02 I think CS should still go after Ca?
'css/cssom/CalcLength.idl',
- 'css/cssom/KeywordValue.idl',
'css/cssom/LengthValue.idl',
'css/cssom/Matrix.idl',
'css/cssom/NumberValue.idl',
@@ -1324,6 +1324,8 @@
'css/StyleSheetContents.h',
'css/StyleSheetList.cpp',
'css/StyleSheetList.h',
+ 'css/cssom/CSSKeywordValue.cpp',
+ 'css/cssom/CSSKeywordValue.h',
'css/cssom/CSSOMKeywords.h',
'css/cssom/CSSOMTypes.h',
'css/cssom/ImmutableStylePropertyMap.h',
@@ -1331,8 +1333,6 @@
'css/cssom/InlineStylePropertyMap.h',
'css/cssom/StyleCalcLength.cpp',
'css/cssom/StyleCalcLength.h',
- 'css/cssom/KeywordValue.cpp',
- 'css/cssom/KeywordValue.h',
'css/cssom/LengthValue.cpp',
'css/cssom/LengthValue.h',
'css/cssom/MatrixTransformComponent.cpp',

Powered by Google App Engine
This is Rietveld 408576698