| 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 12 matching lines...) Expand all Loading... |
| 23 'geometry/IntRect.cpp', | 23 'geometry/IntRect.cpp', |
| 24 'geometry/IntRectExtent.h', | 24 'geometry/IntRectExtent.h', |
| 25 'geometry/IntRect.h', | 25 'geometry/IntRect.h', |
| 26 'geometry/IntSize.h', | 26 'geometry/IntSize.h', |
| 27 'geometry/LayoutBoxExtent.h', | 27 'geometry/LayoutBoxExtent.h', |
| 28 'geometry/LayoutBoxExtent.cpp', | 28 'geometry/LayoutBoxExtent.cpp', |
| 29 'geometry/LayoutPoint.h', | 29 'geometry/LayoutPoint.h', |
| 30 'geometry/LayoutRect.cpp', | 30 'geometry/LayoutRect.cpp', |
| 31 'geometry/LayoutRect.h', | 31 'geometry/LayoutRect.h', |
| 32 'geometry/LayoutSize.h', | 32 'geometry/LayoutSize.h', |
| 33 'graphics/angle/ANGLEPlatformBridge.cpp', |
| 34 'graphics/angle/ANGLEPlatformBridge.h', |
| 33 'transforms/AffineTransform.cpp', | 35 'transforms/AffineTransform.cpp', |
| 34 'transforms/AffineTransform.h', | 36 'transforms/AffineTransform.h', |
| 35 'transforms/TransformationMatrix.cpp', | 37 'transforms/TransformationMatrix.cpp', |
| 36 'transforms/TransformationMatrix.h', | 38 'transforms/TransformationMatrix.h', |
| 37 'Clock.cpp', | 39 'Clock.cpp', |
| 38 'Clock.h', | 40 'Clock.h', |
| 39 'DateComponents.cpp', | 41 'DateComponents.cpp', |
| 40 'DateComponents.h', | 42 'DateComponents.h', |
| 41 'Decimal.cpp', | 43 'Decimal.cpp', |
| 42 'Decimal.h', | 44 'Decimal.h', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 ], | 78 ], |
| 77 'platform_test_files': [ | 79 'platform_test_files': [ |
| 78 'clipboard/ClipboardUtilitiesTest.cpp', | 80 'clipboard/ClipboardUtilitiesTest.cpp', |
| 79 'ClockTest.cpp', | 81 'ClockTest.cpp', |
| 80 'DecimalTest.cpp', | 82 'DecimalTest.cpp', |
| 81 'LayoutUnitTest.cpp', | 83 'LayoutUnitTest.cpp', |
| 82 'SharedBufferTest.cpp', | 84 'SharedBufferTest.cpp', |
| 83 ], | 85 ], |
| 84 }, | 86 }, |
| 85 } | 87 } |
| OLD | NEW |