Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1303953003: Expand the interface to WebURLLoaderTestDelegate. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing files. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/platform/exported/WebURLLoaderTestDelegate.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/exported/WebURLLoaderTestDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698