Chromium Code Reviews| Index: Source/platform/blink_platform.gypi |
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
| index be2940e8301ecb1d14182630d34a7622d2e69cc8..53632769d04641730f0ee1d771448e65dbee5195 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 |
|
leviw_travelin_and_unemployed
2015/07/16 00:01:39
This comment is a little confusing to me.
eae
2015/07/16 00:21:54
will reword, thanks.
|
| + # object and are a part of the web:webkit_unit_tests binary. |
| + # Do not add more unless the test requires a Platform object. |
| 'platform_web_unittest_files': [ |
| + 'fonts/FontPlatformDataTest.cpp', |
| + 'fonts/TestFontSelector.h', |
| 'graphics/BitmapImageTest.cpp', |
| 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 'graphics/Canvas2DLayerManagerTest.cpp', |