| 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 9c8f81c14fd285daadee464cccd586e85baf51ba..ec1153b1036c31c5fc1fdf5f1830a4924cf3802f 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1039,6 +1039,8 @@
|
| 'css/CSSCrossfadeValue.h',
|
| 'css/CSSCursorImageValue.cpp',
|
| 'css/CSSCustomFontData.h',
|
| + 'css/CSSCustomIdentValue.cpp',
|
| + 'css/CSSCustomIdentValue.h',
|
| 'css/CSSDefaultStyleSheets.cpp',
|
| 'css/CSSDefaultStyleSheets.h',
|
| 'css/CSSFontFace.cpp',
|
| @@ -1109,6 +1111,8 @@
|
| 'css/CSSSelectorList.h',
|
| 'css/CSSShadowValue.cpp',
|
| 'css/CSSShadowValue.h',
|
| + 'css/CSSStringValue.cpp',
|
| + 'css/CSSStringValue.h',
|
| 'css/CSSStyleDeclaration.h',
|
| 'css/CSSStyleRule.cpp',
|
| 'css/CSSStyleRule.h',
|
| @@ -1124,6 +1128,8 @@
|
| 'css/CSSUnicodeRangeValue.h',
|
| 'css/CSSUnsetValue.cpp',
|
| 'css/CSSUnsetValue.h',
|
| + 'css/CSSURIValue.cpp',
|
| + 'css/CSSURIValue.h',
|
| 'css/CSSValue.cpp',
|
| 'css/CSSValueList.cpp',
|
| 'css/CSSValuePair.cpp',
|
|
|