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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'clipboard/ClipboardUtilities.h', | 282 'clipboard/ClipboardUtilities.h', |
283 'clipboard/ClipboardUtilitiesPosix.cpp', | 283 'clipboard/ClipboardUtilitiesPosix.cpp', |
284 'clipboard/ClipboardUtilitiesWin.cpp', | 284 'clipboard/ClipboardUtilitiesWin.cpp', |
285 'credentialmanager/PlatformCredential.cpp', | 285 'credentialmanager/PlatformCredential.cpp', |
286 'credentialmanager/PlatformCredential.h', | 286 'credentialmanager/PlatformCredential.h', |
287 'credentialmanager/PlatformFederatedCredential.cpp', | 287 'credentialmanager/PlatformFederatedCredential.cpp', |
288 'credentialmanager/PlatformFederatedCredential.h', | 288 'credentialmanager/PlatformFederatedCredential.h', |
289 'credentialmanager/PlatformPasswordCredential.cpp', | 289 'credentialmanager/PlatformPasswordCredential.cpp', |
290 'credentialmanager/PlatformPasswordCredential.h', | 290 'credentialmanager/PlatformPasswordCredential.h', |
291 'exported/Platform.cpp', | 291 'exported/Platform.cpp', |
| 292 'exported/ServiceRegistry.cpp', |
292 'exported/WebActiveGestureAnimation.cpp', | 293 'exported/WebActiveGestureAnimation.cpp', |
293 'exported/WebActiveGestureAnimation.h', | 294 'exported/WebActiveGestureAnimation.h', |
294 'exported/WebAudioBus.cpp', | 295 'exported/WebAudioBus.cpp', |
295 'exported/WebAudioDevice.cpp', | 296 'exported/WebAudioDevice.cpp', |
296 'exported/WebBlobData.cpp', | 297 'exported/WebBlobData.cpp', |
297 'exported/WebCanvasCaptureHandler.cpp', | 298 'exported/WebCanvasCaptureHandler.cpp', |
298 'exported/WebContentDecryptionModule.cpp', | 299 'exported/WebContentDecryptionModule.cpp', |
299 'exported/WebContentDecryptionModuleAccess.cpp', | 300 'exported/WebContentDecryptionModuleAccess.cpp', |
300 'exported/WebContentDecryptionModuleResult.cpp', | 301 'exported/WebContentDecryptionModuleResult.cpp', |
301 'exported/WebContentDecryptionModuleSession.cpp', | 302 'exported/WebContentDecryptionModuleSession.cpp', |
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1293 ['OS!="mac"', | 1294 ['OS!="mac"', |
1294 { | 1295 { |
1295 'platform_test_files': [ | 1296 'platform_test_files': [ |
1296 'scroll/ScrollAnimatorTest.cpp', | 1297 'scroll/ScrollAnimatorTest.cpp', |
1297 ], | 1298 ], |
1298 } | 1299 } |
1299 ], | 1300 ], |
1300 ], | 1301 ], |
1301 }, | 1302 }, |
1302 } | 1303 } |
OLD | NEW |