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

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

Issue 1285413007: Unify geometry test printers in a test support target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: PrintTo instead of operator<< Created 5 years, 4 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 | Annotate | Revision Log
« 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 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 'graphics/ImageFrameGeneratorTest.cpp', 1014 'graphics/ImageFrameGeneratorTest.cpp',
1015 'graphics/ImageLayerChromiumTest.cpp', 1015 'graphics/ImageLayerChromiumTest.cpp',
1016 'graphics/test/MockImageDecoder.h', 1016 'graphics/test/MockImageDecoder.h',
1017 'graphics/test/MockWebGraphicsContext3D.h', 1017 'graphics/test/MockWebGraphicsContext3D.h',
1018 'image-decoders/ImageDecoderTestHelpers.cpp', 1018 'image-decoders/ImageDecoderTestHelpers.cpp',
1019 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1019 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1020 'image-decoders/gif/GIFImageDecoderTest.cpp', 1020 'image-decoders/gif/GIFImageDecoderTest.cpp',
1021 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1021 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1022 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1022 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1023 ], 1023 ],
1024 # TODO(jbroman): Move these into platform_test_support_files.
1024 'platform_unittest_support_files': [ 1025 'platform_unittest_support_files': [
1025 'testing/URLTestHelpers.cpp', 1026 'testing/URLTestHelpers.cpp',
1026 'testing/URLTestHelpers.h', 1027 'testing/URLTestHelpers.h',
1027 'testing/UnitTestHelpers.cpp', 1028 'testing/UnitTestHelpers.cpp',
1028 'testing/UnitTestHelpers.h', 1029 'testing/UnitTestHelpers.h',
1029 ], 1030 ],
1031 'platform_test_support_files': [
1032 'testing/GeometryPrinters.cpp',
1033 'testing/GeometryPrinters.h',
1034 ],
1030 'conditions': [ 1035 'conditions': [
1031 ['OS=="win"', 1036 ['OS=="win"',
1032 { 1037 {
1033 'platform_test_files': [ 1038 'platform_test_files': [
1034 'text/LocaleWinTest.cpp', 1039 'text/LocaleWinTest.cpp',
1035 ], 1040 ],
1036 } 1041 }
1037 ], 1042 ],
1038 ['OS=="mac"', 1043 ['OS=="mac"',
1039 { 1044 {
1040 'platform_test_files': [ 1045 'platform_test_files': [
1041 'text/LocaleMacTest.cpp', 1046 'text/LocaleMacTest.cpp',
1042 ] 1047 ]
1043 } 1048 }
1044 ], 1049 ],
1045 ['os_posix==1 and OS!="mac"', 1050 ['os_posix==1 and OS!="mac"',
1046 { 1051 {
1047 'platform_test_files': [ 1052 'platform_test_files': [
1048 'text/LocaleICUTest.cpp', 1053 'text/LocaleICUTest.cpp',
1049 ], 1054 ],
1050 } 1055 }
1051 ], 1056 ],
1052 ], 1057 ],
1053 }, 1058 },
1054 } 1059 }
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