Chromium Code Reviews| 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', |