| 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 18 matching lines...) Expand all Loading... |
| 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 'text/DateTimeFormat.cpp', | 33 'text/DateTimeFormat.cpp', |
| 34 'text/DateTimeFormat.h', | 34 'text/DateTimeFormat.h', |
| 35 'transforms/AffineTransform.cpp', | 35 'transforms/AffineTransform.cpp', |
| 36 'transforms/AffineTransform.h', | 36 'transforms/AffineTransform.h', |
| 37 'transforms/TransformationMatrix.cpp', | 37 'transforms/TransformationMatrix.cpp', |
| 38 'transforms/TransformationMatrix.h', | 38 'transforms/TransformationMatrix.h', |
| 39 'text/BidiContext.cpp', |
| 40 'text/BidiContext.h', |
| 39 'Clock.cpp', | 41 'Clock.cpp', |
| 40 'Clock.h', | 42 'Clock.h', |
| 41 'DateComponents.cpp', | 43 'DateComponents.cpp', |
| 42 'DateComponents.h', | 44 'DateComponents.h', |
| 43 'Decimal.cpp', | 45 'Decimal.cpp', |
| 44 'Decimal.h', | 46 'Decimal.h', |
| 45 'EventTracer.cpp', | 47 'EventTracer.cpp', |
| 46 'EventTracer.h', | 48 'EventTracer.h', |
| 47 'FileChooser.cpp', | 49 'FileChooser.cpp', |
| 48 'FileChooser.h', | 50 'FileChooser.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 79 'platform_test_files': [ | 81 'platform_test_files': [ |
| 80 'clipboard/ClipboardUtilitiesTest.cpp', | 82 'clipboard/ClipboardUtilitiesTest.cpp', |
| 81 'text/DateTimeFormatTest.cpp', | 83 'text/DateTimeFormatTest.cpp', |
| 82 'ClockTest.cpp', | 84 'ClockTest.cpp', |
| 83 'DecimalTest.cpp', | 85 'DecimalTest.cpp', |
| 84 'LayoutUnitTest.cpp', | 86 'LayoutUnitTest.cpp', |
| 85 'SharedBufferTest.cpp', | 87 'SharedBufferTest.cpp', |
| 86 ], | 88 ], |
| 87 }, | 89 }, |
| 88 } | 90 } |
| OLD | NEW |