Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: Source/platform/blink_platform.gypi

Issue 1238753005: Add unit tests for FontPlatformData::hasSpaceInLigaturesOrKerning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase w/HEAD Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/FontPlatformData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/fonts/FontPlatformData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698