| 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 81ea4225130e600a45f51c088aff6cd6f2aef13b..737b8ec7fc37b53db3068c1668b264bf22758eea 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',
|
|
|