| 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 983a43ee570cc2bf67fd3e7d1b67c5353d5088bf..64592f1de7a00009faeb0e868d21a2763c0d6248 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -32,6 +32,7 @@
|
| 'css/FontFace.idl',
|
| 'css/FontFaceSet.idl',
|
| 'css/FontFaceSetLoadEvent.idl',
|
| + 'css/LocalFontFace.idl',
|
| 'css/MediaList.idl',
|
| 'css/MediaQueryList.idl',
|
| 'css/MediaQueryListEvent.idl',
|
| @@ -1207,6 +1208,8 @@
|
| 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
|
| 'css/ComputedStyleCSSValueMapping.h',
|
| 'css/ComputedStyleCSSValueMapping.cpp',
|
| + 'css/LocalFontFace.cpp',
|
| + 'css/LocalFontFace.h',
|
| 'css/LocalFontFaceSource.cpp',
|
| 'css/LocalFontFaceSource.h',
|
| 'css/MediaList.cpp',
|
|
|