| 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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'SecureTextInput.cpp', | 112 'SecureTextInput.cpp', |
| 113 'SecureTextInput.h', | 113 'SecureTextInput.h', |
| 114 'SerializedResource.h', | 114 'SerializedResource.h', |
| 115 'SharedBuffer.cpp', | 115 'SharedBuffer.cpp', |
| 116 'SharedBuffer.h', | 116 'SharedBuffer.h', |
| 117 'SharedBufferChunkReader.cpp', | 117 'SharedBufferChunkReader.cpp', |
| 118 'SharedBufferChunkReader.h', | 118 'SharedBufferChunkReader.h', |
| 119 'StorageQuotaCallbacks.h', | 119 'StorageQuotaCallbacks.h', |
| 120 'Supplementable.cpp', | 120 'Supplementable.cpp', |
| 121 'Supplementable.h', | 121 'Supplementable.h', |
| 122 'TaskSynchronizer.cpp', | |
| 123 'TaskSynchronizer.h', | |
| 124 'Theme.cpp', | 122 'Theme.cpp', |
| 125 'Theme.h', | 123 'Theme.h', |
| 126 'ThemeTypes.h', | 124 'ThemeTypes.h', |
| 127 'Timer.cpp', | 125 'Timer.cpp', |
| 128 'Timer.h', | 126 'Timer.h', |
| 129 'TraceEvent.h', | 127 'TraceEvent.h', |
| 130 'TraceEventCommon.h', | 128 'TraceEventCommon.h', |
| 131 'TracedValue.cpp', | 129 'TracedValue.cpp', |
| 132 'TracedValue.h', | 130 'TracedValue.h', |
| 133 'UUID.cpp', | 131 'UUID.cpp', |
| (...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1458 ['use_default_render_theme==1', | 1456 ['use_default_render_theme==1', |
| 1459 { | 1457 { |
| 1460 'platform_test_files': [ | 1458 'platform_test_files': [ |
| 1461 'scroll/ScrollbarThemeAuraTest.cpp', | 1459 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1462 ], | 1460 ], |
| 1463 } | 1461 } |
| 1464 ], | 1462 ], |
| 1465 ], | 1463 ], |
| 1466 }, | 1464 }, |
| 1467 } | 1465 } |
| OLD | NEW |