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

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: rebase 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 437a5d9ee9fed9050185a5e37d41350581115c7b..960a8748f790e8c1beffae2a5173017f70b9c26a 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',
'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