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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1088093005: Unit tests for HarfBuzzShaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: w/test fixture Created 5 years, 8 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
« no previous file with comments | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'WebVectorTest.cpp', 929 'WebVectorTest.cpp',
930 'animation/TimingFunctionTest.cpp', 930 'animation/TimingFunctionTest.cpp',
931 'animation/UnitBezierTest.cpp', 931 'animation/UnitBezierTest.cpp',
932 'clipboard/ClipboardUtilitiesTest.cpp', 932 'clipboard/ClipboardUtilitiesTest.cpp',
933 'fonts/FontCacheTest.cpp', 933 'fonts/FontCacheTest.cpp',
934 'fonts/FontDescriptionTest.cpp', 934 'fonts/FontDescriptionTest.cpp',
935 'fonts/FontTest.cpp', 935 'fonts/FontTest.cpp',
936 'fonts/GlyphBufferTest.cpp', 936 'fonts/GlyphBufferTest.cpp',
937 'fonts/GlyphPageTreeNodeTest.cpp', 937 'fonts/GlyphPageTreeNodeTest.cpp',
938 'fonts/android/FontCacheAndroidTest.cpp', 938 'fonts/android/FontCacheAndroidTest.cpp',
939 'fonts/shaping/HarfBuzzShaperTest.cpp',
939 'geometry/FloatBoxTest.cpp', 940 'geometry/FloatBoxTest.cpp',
940 'geometry/FloatBoxTestHelpers.cpp', 941 'geometry/FloatBoxTestHelpers.cpp',
941 'geometry/FloatPointTest.cpp', 942 'geometry/FloatPointTest.cpp',
942 'geometry/FloatPolygonTest.cpp', 943 'geometry/FloatPolygonTest.cpp',
943 'geometry/FloatRoundedRectTest.cpp', 944 'geometry/FloatRoundedRectTest.cpp',
944 'geometry/FloatSizeTest.cpp', 945 'geometry/FloatSizeTest.cpp',
945 'geometry/GeometryTestHelpers.cpp', 946 'geometry/GeometryTestHelpers.cpp',
946 'geometry/LayoutRectOutsetsTest.cpp', 947 'geometry/LayoutRectOutsetsTest.cpp',
947 'geometry/RegionTest.cpp', 948 'geometry/RegionTest.cpp',
948 'graphics/GraphicsContextTest.cpp', 949 'graphics/GraphicsContextTest.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'image-decoders/webp/WEBPImageDecoderTest.cpp', 998 'image-decoders/webp/WEBPImageDecoderTest.cpp',
998 ], 999 ],
999 'platform_unittest_support_files': [ 1000 'platform_unittest_support_files': [
1000 'testing/URLTestHelpers.cpp', 1001 'testing/URLTestHelpers.cpp',
1001 'testing/URLTestHelpers.h', 1002 'testing/URLTestHelpers.h',
1002 'testing/UnitTestHelpers.cpp', 1003 'testing/UnitTestHelpers.cpp',
1003 'testing/UnitTestHelpers.h', 1004 'testing/UnitTestHelpers.h',
1004 ], 1005 ],
1005 }, 1006 },
1006 } 1007 }
OLDNEW
« no previous file with comments | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698