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

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

Issue 328333003: Adding Blink-side 3d Box and Bounds calculations to TransformOperations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing android build Created 6 years, 6 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 | « no previous file | Source/platform/geometry/FloatBox.h » ('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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'TestingPlatformSupport.cpp', 888 'TestingPlatformSupport.cpp',
889 'TestingPlatformSupport.h', 889 'TestingPlatformSupport.h',
890 'animation/TimingFunctionTest.cpp', 890 'animation/TimingFunctionTest.cpp',
891 'animation/UnitBezierTest.cpp', 891 'animation/UnitBezierTest.cpp',
892 'clipboard/ClipboardUtilitiesTest.cpp', 892 'clipboard/ClipboardUtilitiesTest.cpp',
893 'fonts/FontCacheTest.cpp', 893 'fonts/FontCacheTest.cpp',
894 'fonts/FontDescriptionTest.cpp', 894 'fonts/FontDescriptionTest.cpp',
895 'fonts/FontTest.cpp', 895 'fonts/FontTest.cpp',
896 'fonts/GlyphPageTreeNodeTest.cpp', 896 'fonts/GlyphPageTreeNodeTest.cpp',
897 'fonts/android/FontCacheAndroidTest.cpp', 897 'fonts/android/FontCacheAndroidTest.cpp',
898 'geometry/FloatBoxTest.cpp',
899 'geometry/FloatBoxTestHelpers.cpp',
898 'geometry/FloatPolygonTest.cpp', 900 'geometry/FloatPolygonTest.cpp',
899 'geometry/FloatRoundedRectTest.cpp', 901 'geometry/FloatRoundedRectTest.cpp',
900 'geometry/RegionTest.cpp', 902 'geometry/RegionTest.cpp',
901 'geometry/RoundedRectTest.cpp', 903 'geometry/RoundedRectTest.cpp',
902 'graphics/GraphicsContextTest.cpp', 904 'graphics/GraphicsContextTest.cpp',
903 'graphics/ThreadSafeDataTransportTest.cpp', 905 'graphics/ThreadSafeDataTransportTest.cpp',
904 'graphics/filters/FilterOperationsTest.cpp', 906 'graphics/filters/FilterOperationsTest.cpp',
905 'graphics/filters/ImageFilterBuilderTest.cpp', 907 'graphics/filters/ImageFilterBuilderTest.cpp',
906 'graphics/gpu/DrawingBufferTest.cpp', 908 'graphics/gpu/DrawingBufferTest.cpp',
907 'graphics/test/MockDiscardablePixelRef.h', 909 'graphics/test/MockDiscardablePixelRef.h',
908 'mac/ScrollElasticityControllerTest.mm', 910 'mac/ScrollElasticityControllerTest.mm',
909 'image-decoders/ImageDecoderTest.cpp', 911 'image-decoders/ImageDecoderTest.cpp',
910 'network/HTTPParsersTest.cpp', 912 'network/HTTPParsersTest.cpp',
911 'testing/ArenaTestHelpers.h', 913 'testing/ArenaTestHelpers.h',
912 'testing/TreeTestHelpers.cpp', 914 'testing/TreeTestHelpers.cpp',
913 'testing/TreeTestHelpers.h', 915 'testing/TreeTestHelpers.h',
916 'transforms/TransformOperationsTest.cpp',
914 'text/BidiResolverTest.cpp', 917 'text/BidiResolverTest.cpp',
915 'text/DateTimeFormatTest.cpp', 918 'text/DateTimeFormatTest.cpp',
916 'text/SegmentedStringTest.cpp', 919 'text/SegmentedStringTest.cpp',
917 'text/UnicodeUtilitiesTest.cpp', 920 'text/UnicodeUtilitiesTest.cpp',
918 'weborigin/DatabaseIdentifierTest.cpp', 921 'weborigin/DatabaseIdentifierTest.cpp',
919 'weborigin/KURLTest.cpp', 922 'weborigin/KURLTest.cpp',
920 'weborigin/OriginAccessEntryTest.cpp', 923 'weborigin/OriginAccessEntryTest.cpp',
921 'weborigin/SecurityOriginTest.cpp', 924 'weborigin/SecurityOriginTest.cpp',
922 'weborigin/SecurityPolicyTest.cpp', 925 'weborigin/SecurityPolicyTest.cpp',
923 ], 926 ],
924 # NOTE: these are legacy unit tests, do not add more! 927 # NOTE: these are legacy unit tests, do not add more!
925 'platform_web_unittest_files': [ 928 'platform_web_unittest_files': [
926 'graphics/BitmapImageTest.cpp', 929 'graphics/BitmapImageTest.cpp',
927 'graphics/Canvas2DLayerBridgeTest.cpp', 930 'graphics/Canvas2DLayerBridgeTest.cpp',
928 'graphics/Canvas2DLayerManagerTest.cpp', 931 'graphics/Canvas2DLayerManagerTest.cpp',
929 'graphics/DeferredImageDecoderTest.cpp', 932 'graphics/DeferredImageDecoderTest.cpp',
930 'graphics/GraphicsLayerTest.cpp', 933 'graphics/GraphicsLayerTest.cpp',
931 'graphics/ImageDecodingStoreTest.cpp', 934 'graphics/ImageDecodingStoreTest.cpp',
932 'graphics/ImageFrameGeneratorTest.cpp', 935 'graphics/ImageFrameGeneratorTest.cpp',
933 'graphics/ImageLayerChromiumTest.cpp', 936 'graphics/ImageLayerChromiumTest.cpp',
934 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 937 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
935 'graphics/test/MockImageDecoder.h', 938 'graphics/test/MockImageDecoder.h',
936 'graphics/test/MockWebGraphicsContext3D.h', 939 'graphics/test/MockWebGraphicsContext3D.h',
937 'image-decoders/gif/GIFImageDecoderTest.cpp', 940 'image-decoders/gif/GIFImageDecoderTest.cpp',
938 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 941 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
939 'image-decoders/webp/WEBPImageDecoderTest.cpp', 942 'image-decoders/webp/WEBPImageDecoderTest.cpp',
940 ], 943 ],
941 }, 944 },
942 } 945 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/geometry/FloatBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698