| OLD | NEW |
| 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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 'graphics/GraphicsLayerTest.cpp', | 1021 'graphics/GraphicsLayerTest.cpp', |
| 1022 'graphics/ImageDecodingStoreTest.cpp', | 1022 'graphics/ImageDecodingStoreTest.cpp', |
| 1023 'graphics/ImageFrameGeneratorTest.cpp', | 1023 'graphics/ImageFrameGeneratorTest.cpp', |
| 1024 'graphics/ImageLayerChromiumTest.cpp', | 1024 'graphics/ImageLayerChromiumTest.cpp', |
| 1025 'graphics/test/MockImageDecoder.h', | 1025 'graphics/test/MockImageDecoder.h', |
| 1026 'graphics/test/MockWebGraphicsContext3D.h', | 1026 'graphics/test/MockWebGraphicsContext3D.h', |
| 1027 'image-decoders/ImageDecoderTestHelpers.cpp', | 1027 'image-decoders/ImageDecoderTestHelpers.cpp', |
| 1028 'image-decoders/bmp/BMPImageDecoderTest.cpp', | 1028 'image-decoders/bmp/BMPImageDecoderTest.cpp', |
| 1029 'image-decoders/gif/GIFImageDecoderTest.cpp', | 1029 'image-decoders/gif/GIFImageDecoderTest.cpp', |
| 1030 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 1030 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
| 1031 'image-decoders/png/PNGImageDecoderTest.cpp', |
| 1031 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 1032 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 1032 ], | 1033 ], |
| 1033 # TODO(jbroman): Move these into platform_test_support_files. | 1034 # TODO(jbroman): Move these into platform_test_support_files. |
| 1034 'platform_unittest_support_files': [ | 1035 'platform_unittest_support_files': [ |
| 1035 'testing/URLTestHelpers.cpp', | 1036 'testing/URLTestHelpers.cpp', |
| 1036 'testing/URLTestHelpers.h', | 1037 'testing/URLTestHelpers.h', |
| 1037 'testing/UnitTestHelpers.cpp', | 1038 'testing/UnitTestHelpers.cpp', |
| 1038 'testing/UnitTestHelpers.h', | 1039 'testing/UnitTestHelpers.h', |
| 1039 ], | 1040 ], |
| 1040 'platform_test_support_files': [ | 1041 'platform_test_support_files': [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 1059 ['os_posix==1 and OS!="mac"', | 1060 ['os_posix==1 and OS!="mac"', |
| 1060 { | 1061 { |
| 1061 'platform_test_files': [ | 1062 'platform_test_files': [ |
| 1062 'text/LocaleICUTest.cpp', | 1063 'text/LocaleICUTest.cpp', |
| 1063 ], | 1064 ], |
| 1064 } | 1065 } |
| 1065 ], | 1066 ], |
| 1066 ], | 1067 ], |
| 1067 }, | 1068 }, |
| 1068 } | 1069 } |
| OLD | NEW |