| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'PlatformTouchPoint.h', | 95 'PlatformTouchPoint.h', |
| 96 'PlatformWheelEvent.h', | 96 'PlatformWheelEvent.h', |
| 97 'PluginScriptForbiddenScope.cpp', | 97 'PluginScriptForbiddenScope.cpp', |
| 98 'PluginScriptForbiddenScope.h', | 98 'PluginScriptForbiddenScope.h', |
| 99 'PopupMenu.h', | 99 'PopupMenu.h', |
| 100 'Prerender.cpp', | 100 'Prerender.cpp', |
| 101 'Prerender.h', | 101 'Prerender.h', |
| 102 'PrerenderClient.h', | 102 'PrerenderClient.h', |
| 103 'PurgeableVector.cpp', | 103 'PurgeableVector.cpp', |
| 104 'PurgeableVector.h', | 104 'PurgeableVector.h', |
| 105 'RefCountedSupplement.h', | |
| 106 'ScriptForbiddenScope.cpp', | 105 'ScriptForbiddenScope.cpp', |
| 107 'ScriptForbiddenScope.h', | 106 'ScriptForbiddenScope.h', |
| 108 'SecureTextInput.cpp', | 107 'SecureTextInput.cpp', |
| 109 'SecureTextInput.h', | 108 'SecureTextInput.h', |
| 110 'SerializedResource.h', | 109 'SerializedResource.h', |
| 111 'SharedBuffer.cpp', | 110 'SharedBuffer.cpp', |
| 112 'SharedBuffer.h', | 111 'SharedBuffer.h', |
| 113 'SharedBufferChunkReader.cpp', | 112 'SharedBufferChunkReader.cpp', |
| 114 'SharedBufferChunkReader.h', | 113 'SharedBufferChunkReader.h', |
| 115 'StorageQuotaCallbacks.h', | 114 'StorageQuotaCallbacks.h', |
| (...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1293 ['OS!="mac"', | 1292 ['OS!="mac"', |
| 1294 { | 1293 { |
| 1295 'platform_test_files': [ | 1294 'platform_test_files': [ |
| 1296 'scroll/ScrollAnimatorTest.cpp', | 1295 'scroll/ScrollAnimatorTest.cpp', |
| 1297 ], | 1296 ], |
| 1298 } | 1297 } |
| 1299 ], | 1298 ], |
| 1300 ], | 1299 ], |
| 1301 }, | 1300 }, |
| 1302 } | 1301 } |
| OLD | NEW |