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

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

Issue 206473009: Move GraphicsContextTest to platform/ and fix the test environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove extra space Created 6 years, 9 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/TestingPlatformSupport.cpp ('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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'animation/UnitBezierTest.cpp', 887 'animation/UnitBezierTest.cpp',
888 'clipboard/ClipboardUtilitiesTest.cpp', 888 'clipboard/ClipboardUtilitiesTest.cpp',
889 'fonts/FontCacheTest.cpp', 889 'fonts/FontCacheTest.cpp',
890 'fonts/FontDescriptionTest.cpp', 890 'fonts/FontDescriptionTest.cpp',
891 'fonts/FontTest.cpp', 891 'fonts/FontTest.cpp',
892 'fonts/android/FontCacheAndroidTest.cpp', 892 'fonts/android/FontCacheAndroidTest.cpp',
893 'geometry/FloatPolygonTest.cpp', 893 'geometry/FloatPolygonTest.cpp',
894 'geometry/FloatRoundedRectTest.cpp', 894 'geometry/FloatRoundedRectTest.cpp',
895 'geometry/RegionTest.cpp', 895 'geometry/RegionTest.cpp',
896 'geometry/RoundedRectTest.cpp', 896 'geometry/RoundedRectTest.cpp',
897 'graphics/GraphicsContextTest.cpp',
897 'graphics/ThreadSafeDataTransportTest.cpp', 898 'graphics/ThreadSafeDataTransportTest.cpp',
898 'graphics/test/MockDiscardablePixelRef.h', 899 'graphics/test/MockDiscardablePixelRef.h',
899 'image-decoders/ImageDecoderTest.cpp', 900 'image-decoders/ImageDecoderTest.cpp',
900 'testing/ArenaTestHelpers.h', 901 'testing/ArenaTestHelpers.h',
901 'testing/TreeTestHelpers.cpp', 902 'testing/TreeTestHelpers.cpp',
902 'testing/TreeTestHelpers.h', 903 'testing/TreeTestHelpers.h',
903 'text/BidiResolverTest.cpp', 904 'text/BidiResolverTest.cpp',
904 'text/DateTimeFormatTest.cpp', 905 'text/DateTimeFormatTest.cpp',
905 'text/SegmentedStringTest.cpp', 906 'text/SegmentedStringTest.cpp',
906 'text/UnicodeUtilitiesTest.cpp', 907 'text/UnicodeUtilitiesTest.cpp',
(...skipping 13 matching lines...) Expand all
920 'graphics/ImageDecodingStoreTest.cpp', 921 'graphics/ImageDecodingStoreTest.cpp',
921 'graphics/ImageFrameGeneratorTest.cpp', 922 'graphics/ImageFrameGeneratorTest.cpp',
922 'graphics/gpu/DrawingBufferTest.cpp', 923 'graphics/gpu/DrawingBufferTest.cpp',
923 'graphics/test/MockImageDecoder.h', 924 'graphics/test/MockImageDecoder.h',
924 'graphics/test/MockWebGraphicsContext3D.h', 925 'graphics/test/MockWebGraphicsContext3D.h',
925 'image-decoders/gif/GIFImageDecoderTest.cpp', 926 'image-decoders/gif/GIFImageDecoderTest.cpp',
926 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 927 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
927 ], 928 ],
928 }, 929 },
929 } 930 }
OLDNEW
« no previous file with comments | « Source/platform/TestingPlatformSupport.cpp ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698