| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'platform_files': [ | 3 'platform_files': [ |
| 4 'clipboard/ClipboardMimeTypes.cpp', | 4 'clipboard/ClipboardMimeTypes.cpp', |
| 5 'clipboard/ClipboardMimeTypes.h', | 5 'clipboard/ClipboardMimeTypes.h', |
| 6 'clipboard/ClipboardUtilitiesPosix.cpp', | 6 'clipboard/ClipboardUtilitiesPosix.cpp', |
| 7 'clipboard/ClipboardUtilitiesWin.cpp', | 7 'clipboard/ClipboardUtilitiesWin.cpp', |
| 8 'clipboard/ClipboardUtilities.cpp', | 8 'clipboard/ClipboardUtilities.cpp', |
| 9 'clipboard/ClipboardUtilities.h', | 9 'clipboard/ClipboardUtilities.h', |
| 10 'exported/Platform.cpp', | 10 'exported/Platform.cpp', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 'network/SocketStreamHandle.cpp', | 41 'network/SocketStreamHandle.cpp', |
| 42 'network/SocketStreamHandle.h', | 42 'network/SocketStreamHandle.h', |
| 43 'network/SocketStreamHandleClient.h', | 43 'network/SocketStreamHandleClient.h', |
| 44 'network/SocketStreamHandleInternal.h', | 44 'network/SocketStreamHandleInternal.h', |
| 45 'transforms/AffineTransform.cpp', | 45 'transforms/AffineTransform.cpp', |
| 46 'transforms/AffineTransform.h', | 46 'transforms/AffineTransform.h', |
| 47 'transforms/TransformationMatrix.cpp', | 47 'transforms/TransformationMatrix.cpp', |
| 48 'transforms/TransformationMatrix.h', | 48 'transforms/TransformationMatrix.h', |
| 49 'text/BidiContext.cpp', | 49 'text/BidiContext.cpp', |
| 50 'text/BidiContext.h', | 50 'text/BidiContext.h', |
| 51 'text/TextStream.cpp', |
| 52 'text/TextStream.h', |
| 51 'Clock.cpp', | 53 'Clock.cpp', |
| 52 'Clock.h', | 54 'Clock.h', |
| 53 'DateComponents.cpp', | 55 'DateComponents.cpp', |
| 54 'DateComponents.h', | 56 'DateComponents.h', |
| 55 'Decimal.cpp', | 57 'Decimal.cpp', |
| 56 'Decimal.h', | 58 'Decimal.h', |
| 57 'EventTracer.cpp', | 59 'EventTracer.cpp', |
| 58 'EventTracer.h', | 60 'EventTracer.h', |
| 59 'FileChooser.cpp', | 61 'FileChooser.cpp', |
| 60 'FileChooser.h', | 62 'FileChooser.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 91 'platform_test_files': [ | 93 'platform_test_files': [ |
| 92 'clipboard/ClipboardUtilitiesTest.cpp', | 94 'clipboard/ClipboardUtilitiesTest.cpp', |
| 93 'text/DateTimeFormatTest.cpp', | 95 'text/DateTimeFormatTest.cpp', |
| 94 'ClockTest.cpp', | 96 'ClockTest.cpp', |
| 95 'DecimalTest.cpp', | 97 'DecimalTest.cpp', |
| 96 'LayoutUnitTest.cpp', | 98 'LayoutUnitTest.cpp', |
| 97 'SharedBufferTest.cpp', | 99 'SharedBufferTest.cpp', |
| 98 ], | 100 ], |
| 99 }, | 101 }, |
| 100 } | 102 } |
| OLD | NEW |