| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'exported/WebSpeechSynthesizerClientImpl.cpp', | 334 'exported/WebSpeechSynthesizerClientImpl.cpp', |
| 335 'exported/WebSpeechSynthesizerClientImpl.h', | 335 'exported/WebSpeechSynthesizerClientImpl.h', |
| 336 'exported/WebStorageQuotaCallbacks.cpp', | 336 'exported/WebStorageQuotaCallbacks.cpp', |
| 337 'exported/WebThreadSafeData.cpp', | 337 'exported/WebThreadSafeData.cpp', |
| 338 'exported/WebThreadedDataReceiver.cpp', | 338 'exported/WebThreadedDataReceiver.cpp', |
| 339 'exported/WebTraceLocation.cpp', | 339 'exported/WebTraceLocation.cpp', |
| 340 'exported/WebTransformKeyframe.cpp', | 340 'exported/WebTransformKeyframe.cpp', |
| 341 'exported/WebURL.cpp', | 341 'exported/WebURL.cpp', |
| 342 'exported/WebURLError.cpp', | 342 'exported/WebURLError.cpp', |
| 343 'exported/WebURLLoaderClient.cpp', | 343 'exported/WebURLLoaderClient.cpp', |
| 344 'exported/WebURLLoaderTestDelegate.cpp', |
| 344 'exported/WebURLLoadTiming.cpp', | 345 'exported/WebURLLoadTiming.cpp', |
| 345 'exported/WebURLRequest.cpp', | 346 'exported/WebURLRequest.cpp', |
| 346 'exported/WebURLRequestPrivate.h', | 347 'exported/WebURLRequestPrivate.h', |
| 347 'exported/WebURLResponse.cpp', | 348 'exported/WebURLResponse.cpp', |
| 348 'exported/WebURLResponsePrivate.h', | 349 'exported/WebURLResponsePrivate.h', |
| 349 'exported/WrappedResourceRequest.h', | 350 'exported/WrappedResourceRequest.h', |
| 350 'exported/WrappedResourceResponse.h', | 351 'exported/WrappedResourceResponse.h', |
| 351 'exported/linux/WebFontInfo.cpp', | 352 'exported/linux/WebFontInfo.cpp', |
| 352 'exported/linux/WebFontRenderStyle.cpp', | 353 'exported/linux/WebFontRenderStyle.cpp', |
| 353 'fonts/AlternateFontFamily.h', | 354 'fonts/AlternateFontFamily.h', |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 ['os_posix==1 and OS!="mac"', | 1055 ['os_posix==1 and OS!="mac"', |
| 1055 { | 1056 { |
| 1056 'platform_test_files': [ | 1057 'platform_test_files': [ |
| 1057 'text/LocaleICUTest.cpp', | 1058 'text/LocaleICUTest.cpp', |
| 1058 ], | 1059 ], |
| 1059 } | 1060 } |
| 1060 ], | 1061 ], |
| 1061 ], | 1062 ], |
| 1062 }, | 1063 }, |
| 1063 } | 1064 } |
| OLD | NEW |