| Index: third_party/WebKit/Source/platform/blink_platform.gypi
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| index 83444b320e0a4e64a275168ff8ac0dc24ca8a6b7..24353ce06a016d18a8b4aa37b32b0956bc56527b 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -388,6 +388,8 @@
|
| 'exported/WrappedResourceResponse.h',
|
| 'exported/linux/WebFontInfo.cpp',
|
| 'exported/linux/WebFontRenderStyle.cpp',
|
| + 'fonts/AcceptLanguagesResolver.cpp',
|
| + 'fonts/AcceptLanguagesResolver.h',
|
| 'fonts/AlternateFontFamily.h',
|
| 'fonts/Character.cpp',
|
| 'fonts/Character.h',
|
| @@ -1050,6 +1052,7 @@
|
| 'animation/CompositorFloatAnimationCurveTest.cpp',
|
| 'blob/BlobDataTest.cpp',
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| + 'fonts/AcceptLanguagesResolverTest.cpp',
|
| 'fonts/CharacterTest.cpp',
|
| 'fonts/FontCacheTest.cpp',
|
| 'fonts/FontDescriptionTest.cpp',
|
|
|