| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'SecureTextInput.cpp', | 106 'SecureTextInput.cpp', |
| 107 'SecureTextInput.h', | 107 'SecureTextInput.h', |
| 108 'SerializedResource.h', | 108 'SerializedResource.h', |
| 109 'SharedBuffer.cpp', | 109 'SharedBuffer.cpp', |
| 110 'SharedBuffer.h', | 110 'SharedBuffer.h', |
| 111 'SharedBufferChunkReader.cpp', | 111 'SharedBufferChunkReader.cpp', |
| 112 'SharedBufferChunkReader.h', | 112 'SharedBufferChunkReader.h', |
| 113 'StorageQuotaCallbacks.h', | 113 'StorageQuotaCallbacks.h', |
| 114 'Supplementable.cpp', | 114 'Supplementable.cpp', |
| 115 'Supplementable.h', | 115 'Supplementable.h', |
| 116 'Task.h', | |
| 117 'TaskSynchronizer.cpp', | 116 'TaskSynchronizer.cpp', |
| 118 'TaskSynchronizer.h', | 117 'TaskSynchronizer.h', |
| 119 'Theme.cpp', | 118 'Theme.cpp', |
| 120 'Theme.h', | 119 'Theme.h', |
| 121 'ThemeTypes.h', | 120 'ThemeTypes.h', |
| 122 'Timer.cpp', | 121 'Timer.cpp', |
| 123 'Timer.h', | 122 'Timer.h', |
| 124 'TraceEvent.h', | 123 'TraceEvent.h', |
| 125 'TraceEventCommon.h', | 124 'TraceEventCommon.h', |
| 126 'TracedValue.cpp', | 125 'TracedValue.cpp', |
| (...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1322 ['OS!="mac"', | 1321 ['OS!="mac"', |
| 1323 { | 1322 { |
| 1324 'platform_test_files': [ | 1323 'platform_test_files': [ |
| 1325 'scroll/ScrollAnimatorTest.cpp', | 1324 'scroll/ScrollAnimatorTest.cpp', |
| 1326 ], | 1325 ], |
| 1327 } | 1326 } |
| 1328 ], | 1327 ], |
| 1329 ], | 1328 ], |
| 1330 }, | 1329 }, |
| 1331 } | 1330 } |
| OLD | NEW |