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