| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 'exported/WebMediaStreamSource.cpp', | 298 'exported/WebMediaStreamSource.cpp', |
| 299 'exported/WebMediaStreamTrack.cpp', | 299 'exported/WebMediaStreamTrack.cpp', |
| 300 'exported/WebMediaStreamTrackSourcesRequest.cpp', | 300 'exported/WebMediaStreamTrackSourcesRequest.cpp', |
| 301 'exported/WebMemoryAllocatorDump.cpp', | 301 'exported/WebMemoryAllocatorDump.cpp', |
| 302 'exported/WebMemoryDumpProvider.cpp', | 302 'exported/WebMemoryDumpProvider.cpp', |
| 303 'exported/WebMessagePortChannelClient.cpp', | 303 'exported/WebMessagePortChannelClient.cpp', |
| 304 'exported/WebPrerender.cpp', | 304 'exported/WebPrerender.cpp', |
| 305 'exported/WebPrerenderingSupport.cpp', | 305 'exported/WebPrerenderingSupport.cpp', |
| 306 'exported/WebPresentationController.cpp', | 306 'exported/WebPresentationController.cpp', |
| 307 'exported/WebProcessMemoryDump.cpp', | 307 'exported/WebProcessMemoryDump.cpp', |
| 308 'exported/WebPushSubscription.cpp', |
| 308 'exported/WebRTCConfiguration.cpp', | 309 'exported/WebRTCConfiguration.cpp', |
| 309 'exported/WebRTCICECandidate.cpp', | 310 'exported/WebRTCICECandidate.cpp', |
| 310 'exported/WebRTCOfferOptions.cpp', | 311 'exported/WebRTCOfferOptions.cpp', |
| 311 'exported/WebRTCSessionDescription.cpp', | 312 'exported/WebRTCSessionDescription.cpp', |
| 312 'exported/WebRTCSessionDescriptionRequest.cpp', | 313 'exported/WebRTCSessionDescriptionRequest.cpp', |
| 313 'exported/WebRTCStatsRequest.cpp', | 314 'exported/WebRTCStatsRequest.cpp', |
| 314 'exported/WebRTCStatsResponse.cpp', | 315 'exported/WebRTCStatsResponse.cpp', |
| 315 'exported/WebRTCVoidRequest.cpp', | 316 'exported/WebRTCVoidRequest.cpp', |
| 316 'exported/WebScrollbarImpl.cpp', | 317 'exported/WebScrollbarImpl.cpp', |
| 317 'exported/WebScrollbarImpl.h', | 318 'exported/WebScrollbarImpl.h', |
| (...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1031 ['os_posix==1 and OS!="mac"', | 1032 ['os_posix==1 and OS!="mac"', |
| 1032 { | 1033 { |
| 1033 'platform_test_files': [ | 1034 'platform_test_files': [ |
| 1034 'text/LocaleICUTest.cpp', | 1035 'text/LocaleICUTest.cpp', |
| 1035 ], | 1036 ], |
| 1036 } | 1037 } |
| 1037 ], | 1038 ], |
| 1038 ], | 1039 ], |
| 1039 }, | 1040 }, |
| 1040 } | 1041 } |
| OLD | NEW |