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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'transforms/TransformTestHelper.h', 995 'transforms/TransformTestHelper.h',
996 'transforms/TransformationMatrixTest.cpp', 996 'transforms/TransformationMatrixTest.cpp',
997 'weborigin/DatabaseIdentifierTest.cpp', 997 'weborigin/DatabaseIdentifierTest.cpp',
998 'weborigin/KnownPortsTest.cpp', 998 'weborigin/KnownPortsTest.cpp',
999 'weborigin/KURLTest.cpp', 999 'weborigin/KURLTest.cpp',
1000 'weborigin/OriginAccessEntryTest.cpp', 1000 'weborigin/OriginAccessEntryTest.cpp',
1001 'weborigin/SchemeRegistryTest.cpp', 1001 'weborigin/SchemeRegistryTest.cpp',
1002 'weborigin/SecurityOriginTest.cpp', 1002 'weborigin/SecurityOriginTest.cpp',
1003 'weborigin/SecurityPolicyTest.cpp', 1003 'weborigin/SecurityPolicyTest.cpp',
1004 ], 1004 ],
1005 # NOTE: these are legacy unit tests, do not add more! 1005 # 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.
1006 # object and are a part of the web:webkit_unit_tests binary.
1007 # Do not add more unless the test requires a Platform object.
1006 'platform_web_unittest_files': [ 1008 'platform_web_unittest_files': [
1009 'fonts/FontPlatformDataTest.cpp',
1010 'fonts/TestFontSelector.h',
1007 'graphics/BitmapImageTest.cpp', 1011 'graphics/BitmapImageTest.cpp',
1008 'graphics/Canvas2DLayerBridgeTest.cpp', 1012 'graphics/Canvas2DLayerBridgeTest.cpp',
1009 'graphics/Canvas2DLayerManagerTest.cpp', 1013 'graphics/Canvas2DLayerManagerTest.cpp',
1010 'graphics/DeferredImageDecoderTest.cpp', 1014 'graphics/DeferredImageDecoderTest.cpp',
1011 'graphics/GraphicsLayerTest.cpp', 1015 'graphics/GraphicsLayerTest.cpp',
1012 'graphics/ImageDecodingStoreTest.cpp', 1016 'graphics/ImageDecodingStoreTest.cpp',
1013 'graphics/ImageFrameGeneratorTest.cpp', 1017 'graphics/ImageFrameGeneratorTest.cpp',
1014 'graphics/ImageLayerChromiumTest.cpp', 1018 'graphics/ImageLayerChromiumTest.cpp',
1015 'graphics/test/MockImageDecoder.h', 1019 'graphics/test/MockImageDecoder.h',
1016 'graphics/test/MockWebGraphicsContext3D.h', 1020 'graphics/test/MockWebGraphicsContext3D.h',
(...skipping 26 matching lines...) Expand all
1043 ['os_posix==1 and OS!="mac"', 1047 ['os_posix==1 and OS!="mac"',
1044 { 1048 {
1045 'platform_test_files': [ 1049 'platform_test_files': [
1046 'text/LocaleICUTest.cpp', 1050 'text/LocaleICUTest.cpp',
1047 ], 1051 ],
1048 } 1052 }
1049 ], 1053 ],
1050 ], 1054 ],
1051 }, 1055 },
1052 } 1056 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/fonts/FontPlatformData.cpp » ('j') | Source/platform/fonts/FontPlatformData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698