| OLD | NEW |
| 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', |
| 11 'ColorChooser.h', | 11 'ColorChooser.h', |
| 12 'ColorChooserClient.cpp', | 12 'ColorChooserClient.cpp', |
| 13 'ColorChooserClient.h', | 13 'ColorChooserClient.h', |
| 14 'ContentType.cpp', | 14 'ContentType.cpp', |
| 15 'ContentType.h', | 15 'ContentType.h', |
| 16 'ContextMenu.cpp', | 16 'ContextMenu.cpp', |
| 17 'ContextMenu.h', | 17 'ContextMenu.h', |
| 18 'ContextMenuItem.cpp', | 18 'ContextMenuItem.cpp', |
| 19 'ContextMenuItem.h', | 19 'ContextMenuItem.h', |
| 20 'Cookie.h', | 20 'Cookie.h', |
| 21 'CrossThreadCopier.cpp', | 21 'CrossThreadCopier.cpp', |
| 22 'CrossThreadCopier.h', | 22 'CrossThreadCopier.h', |
| 23 'CryptoResult.h', | 23 'CryptoResult.h', |
| 24 'CryptoUtilities.cpp', |
| 25 'CryptoUtilities.h', |
| 24 'Cursor.cpp', | 26 'Cursor.cpp', |
| 25 'Cursor.h', | 27 'Cursor.h', |
| 26 'DateComponents.cpp', | 28 'DateComponents.cpp', |
| 27 'DateComponents.h', | 29 'DateComponents.h', |
| 28 'DateTimeChooser.cpp', | 30 'DateTimeChooser.cpp', |
| 29 'DateTimeChooser.h', | 31 'DateTimeChooser.h', |
| 30 'DateTimeChooserClient.cpp', | 32 'DateTimeChooserClient.cpp', |
| 31 'DateTimeChooserClient.h', | 33 'DateTimeChooserClient.h', |
| 32 'Decimal.cpp', | 34 'Decimal.cpp', |
| 33 'Decimal.h', | 35 'Decimal.h', |
| (...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 # NOTE: these are legacy unit tests, do not add more! | 915 # NOTE: these are legacy unit tests, do not add more! |
| 914 'platform_web_unittest_files': [ | 916 'platform_web_unittest_files': [ |
| 915 'animation/TimingFunctionTest.cpp', | 917 'animation/TimingFunctionTest.cpp', |
| 916 'graphics/DeferredImageDecoderTest.cpp', | 918 'graphics/DeferredImageDecoderTest.cpp', |
| 917 'graphics/ImageDecodingStoreTest.cpp', | 919 'graphics/ImageDecodingStoreTest.cpp', |
| 918 'graphics/ImageFrameGeneratorTest.cpp', | 920 'graphics/ImageFrameGeneratorTest.cpp', |
| 919 'graphics/test/MockImageDecoder.h', | 921 'graphics/test/MockImageDecoder.h', |
| 920 ], | 922 ], |
| 921 }, | 923 }, |
| 922 } | 924 } |
| OLD | NEW |