| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'platform_generated.gypi', | 3 'platform_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 'platform_files': [ | 6 'platform_files': [ |
| 7 'AsyncFileSystemCallbacks.h', | 7 'AsyncFileSystemCallbacks.h', |
| 8 'CalculationValue.h', | 8 'CalculationValue.h', |
| 9 'CheckedInt.h', | 9 'CheckedInt.h', |
| 10 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'Theme.h', | 124 'Theme.h', |
| 125 'ThemeTypes.h', | 125 'ThemeTypes.h', |
| 126 'ThreadedDataReceiver.h', | 126 'ThreadedDataReceiver.h', |
| 127 'ThreadTimers.cpp', | 127 'ThreadTimers.cpp', |
| 128 'ThreadTimers.h', | 128 'ThreadTimers.h', |
| 129 'Timer.cpp', | 129 'Timer.cpp', |
| 130 'Timer.h', | 130 'Timer.h', |
| 131 'TraceEvent.h', | 131 'TraceEvent.h', |
| 132 'TracedValue.cpp', | 132 'TracedValue.cpp', |
| 133 'TracedValue.h', | 133 'TracedValue.h', |
| 134 'URLPatternMatcher.cpp', | |
| 135 'URLPatternMatcher.h', | |
| 136 'UUID.cpp', | 134 'UUID.cpp', |
| 137 'UUID.h', | 135 'UUID.h', |
| 138 'UserGestureIndicator.cpp', | 136 'UserGestureIndicator.cpp', |
| 139 'UserGestureIndicator.h', | 137 'UserGestureIndicator.h', |
| 140 'WebThread.cpp', | 138 'WebThread.cpp', |
| 141 'WebThreadSupportingGC.cpp', | 139 'WebThreadSupportingGC.cpp', |
| 142 'WebThreadSupportingGC.h', | 140 'WebThreadSupportingGC.h', |
| 143 'Widget.cpp', | 141 'Widget.cpp', |
| 144 'Widget.h', | 142 'Widget.h', |
| 145 'WindowsKeyboardCodes.h', | 143 'WindowsKeyboardCodes.h', |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 997 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 1000 ], | 998 ], |
| 1001 'platform_unittest_support_files': [ | 999 'platform_unittest_support_files': [ |
| 1002 'testing/URLTestHelpers.cpp', | 1000 'testing/URLTestHelpers.cpp', |
| 1003 'testing/URLTestHelpers.h', | 1001 'testing/URLTestHelpers.h', |
| 1004 'testing/UnitTestHelpers.cpp', | 1002 'testing/UnitTestHelpers.cpp', |
| 1005 'testing/UnitTestHelpers.h', | 1003 'testing/UnitTestHelpers.h', |
| 1006 ], | 1004 ], |
| 1007 }, | 1005 }, |
| 1008 } | 1006 } |
| OLD | NEW |