| 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', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'SerializedResource.h', | 119 'SerializedResource.h', |
| 120 'SharedBuffer.cpp', | 120 'SharedBuffer.cpp', |
| 121 'SharedBuffer.h', | 121 'SharedBuffer.h', |
| 122 'SharedBufferChunkReader.cpp', | 122 'SharedBufferChunkReader.cpp', |
| 123 'SharedBufferChunkReader.h', | 123 'SharedBufferChunkReader.h', |
| 124 'SharedTimer.cpp', | 124 'SharedTimer.cpp', |
| 125 'SharedTimer.h', | 125 'SharedTimer.h', |
| 126 'StorageQuotaCallbacks.h', | 126 'StorageQuotaCallbacks.h', |
| 127 'Supplementable.h', | 127 'Supplementable.h', |
| 128 'Task.h', | 128 'Task.h', |
| 129 'TaskSynchronizer.cpp', |
| 130 'TaskSynchronizer.h', |
| 129 'ThemeTypes.h', | 131 'ThemeTypes.h', |
| 130 'Theme.cpp', | 132 'Theme.cpp', |
| 131 'Theme.h', | 133 'Theme.h', |
| 132 'ThreadTimers.cpp', | 134 'ThreadTimers.cpp', |
| 133 'ThreadTimers.h', | 135 'ThreadTimers.h', |
| 134 'Timer.cpp', | 136 'Timer.cpp', |
| 135 'Timer.h', | 137 'Timer.h', |
| 136 'TraceEvent.h', | 138 'TraceEvent.h', |
| 137 'UserGestureIndicator.cpp', | 139 'UserGestureIndicator.cpp', |
| 138 'UserGestureIndicator.h', | 140 'UserGestureIndicator.h', |
| (...skipping 774 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 |