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

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

Issue 2140523002: Remove WebURLRequest::initialize() and simplify WebURLRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mutable ref Created 4 years, 5 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'exported/WebStorageQuotaCallbacks.cpp', 369 'exported/WebStorageQuotaCallbacks.cpp',
370 'exported/WebTextRun.cpp', 370 'exported/WebTextRun.cpp',
371 'exported/WebThreadSafeData.cpp', 371 'exported/WebThreadSafeData.cpp',
372 'exported/WebTraceLocation.cpp', 372 'exported/WebTraceLocation.cpp',
373 'exported/WebURL.cpp', 373 'exported/WebURL.cpp',
374 'exported/WebURLError.cpp', 374 'exported/WebURLError.cpp',
375 'exported/WebURLLoaderClient.cpp', 375 'exported/WebURLLoaderClient.cpp',
376 'exported/WebURLLoaderTestDelegate.cpp', 376 'exported/WebURLLoaderTestDelegate.cpp',
377 'exported/WebURLLoadTiming.cpp', 377 'exported/WebURLLoadTiming.cpp',
378 'exported/WebURLRequest.cpp', 378 'exported/WebURLRequest.cpp',
379 'exported/WebURLRequestPrivate.h',
380 'exported/WebURLResponse.cpp', 379 'exported/WebURLResponse.cpp',
381 'exported/WrappedResourceRequest.h', 380 'exported/WrappedResourceRequest.h',
382 'exported/WrappedResourceResponse.h', 381 'exported/WrappedResourceResponse.h',
383 'fonts/AcceptLanguagesResolver.cpp', 382 'fonts/AcceptLanguagesResolver.cpp',
384 'fonts/AcceptLanguagesResolver.h', 383 'fonts/AcceptLanguagesResolver.h',
385 'fonts/AlternateFontFamily.h', 384 'fonts/AlternateFontFamily.h',
386 'fonts/CharacterRange.h', 385 'fonts/CharacterRange.h',
387 'fonts/CustomFontData.h', 386 'fonts/CustomFontData.h',
388 'fonts/Font.cpp', 387 'fonts/Font.cpp',
389 'fonts/Font.h', 388 'fonts/Font.h',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 ['use_default_render_theme==1', 1348 ['use_default_render_theme==1',
1350 { 1349 {
1351 'platform_test_files': [ 1350 'platform_test_files': [
1352 'scroll/ScrollbarThemeAuraTest.cpp', 1351 'scroll/ScrollbarThemeAuraTest.cpp',
1353 ], 1352 ],
1354 } 1353 }
1355 ], 1354 ],
1356 ], 1355 ],
1357 }, 1356 },
1358 } 1357 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/url_request_info_util.cc ('k') | third_party/WebKit/Source/platform/exported/WebURLRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698