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

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

Issue 2133693002: Remove class blink::WebURLResponsePrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restrict the unowned constructor to WebURLResponse 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/exported/WebURLResponse.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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 379 'exported/WebURLRequestPrivate.h',
380 'exported/WebURLResponse.cpp', 380 'exported/WebURLResponse.cpp',
381 'exported/WebURLResponsePrivate.h',
382 'exported/WrappedResourceRequest.h', 381 'exported/WrappedResourceRequest.h',
383 'exported/WrappedResourceResponse.h', 382 'exported/WrappedResourceResponse.h',
384 'fonts/AcceptLanguagesResolver.cpp', 383 'fonts/AcceptLanguagesResolver.cpp',
385 'fonts/AcceptLanguagesResolver.h', 384 'fonts/AcceptLanguagesResolver.h',
386 'fonts/AlternateFontFamily.h', 385 'fonts/AlternateFontFamily.h',
387 'fonts/CharacterRange.h', 386 'fonts/CharacterRange.h',
388 'fonts/CustomFontData.h', 387 'fonts/CustomFontData.h',
389 'fonts/Font.cpp', 388 'fonts/Font.cpp',
390 'fonts/Font.h', 389 'fonts/Font.h',
391 'fonts/FontBaseline.h', 390 'fonts/FontBaseline.h',
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ['use_default_render_theme==1', 1349 ['use_default_render_theme==1',
1351 { 1350 {
1352 'platform_test_files': [ 1351 'platform_test_files': [
1353 'scroll/ScrollbarThemeAuraTest.cpp', 1352 'scroll/ScrollbarThemeAuraTest.cpp',
1354 ], 1353 ],
1355 } 1354 }
1356 ], 1355 ],
1357 ], 1356 ],
1358 }, 1357 },
1359 } 1358 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/exported/WebURLResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698