| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index be2940e8301ecb1d14182630d34a7622d2e69cc8..ea9c130eb41d9715c77bac3f5194a270714c9a88 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -1002,8 +1002,12 @@
|
| 'weborigin/SecurityOriginTest.cpp',
|
| 'weborigin/SecurityPolicyTest.cpp',
|
| ],
|
| - # NOTE: these are legacy unit tests, do not add more!
|
| + # NOTE: These are legacy unit tests and tests that require a Platform
|
| + # object. Do not add more unless the test requires a Platform object.
|
| + # These tests are a part of the web:webkit_unit_tests binary.
|
| 'platform_web_unittest_files': [
|
| + 'fonts/FontPlatformDataTest.cpp',
|
| + 'fonts/TestFontSelector.h',
|
| 'graphics/BitmapImageTest.cpp',
|
| 'graphics/Canvas2DLayerBridgeTest.cpp',
|
| 'graphics/Canvas2DLayerManagerTest.cpp',
|
|
|