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

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

Issue 2218933003: Revert of Make WebTraceLocation be an alias of tracked_objects::Location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'exported/WebSocketHandshakeRequestInfo.cpp', 362 'exported/WebSocketHandshakeRequestInfo.cpp',
363 'exported/WebSocketHandshakeResponseInfo.cpp', 363 'exported/WebSocketHandshakeResponseInfo.cpp',
364 'exported/WebSourceInfo.cpp', 364 'exported/WebSourceInfo.cpp',
365 'exported/WebSpeechSynthesisUtterance.cpp', 365 'exported/WebSpeechSynthesisUtterance.cpp',
366 'exported/WebSpeechSynthesisVoice.cpp', 366 'exported/WebSpeechSynthesisVoice.cpp',
367 'exported/WebSpeechSynthesizerClientImpl.cpp', 367 'exported/WebSpeechSynthesizerClientImpl.cpp',
368 'exported/WebSpeechSynthesizerClientImpl.h', 368 'exported/WebSpeechSynthesizerClientImpl.h',
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/WebURL.cpp', 373 'exported/WebURL.cpp',
373 'exported/WebURLError.cpp', 374 'exported/WebURLError.cpp',
374 'exported/WebURLLoaderClient.cpp', 375 'exported/WebURLLoaderClient.cpp',
375 'exported/WebURLLoaderTestDelegate.cpp', 376 'exported/WebURLLoaderTestDelegate.cpp',
376 'exported/WebURLLoadTiming.cpp', 377 'exported/WebURLLoadTiming.cpp',
377 'exported/WebURLRequest.cpp', 378 'exported/WebURLRequest.cpp',
378 'exported/WebURLResponse.cpp', 379 'exported/WebURLResponse.cpp',
379 'exported/WrappedResourceRequest.h', 380 'exported/WrappedResourceRequest.h',
380 'exported/WrappedResourceResponse.h', 381 'exported/WrappedResourceResponse.h',
381 'fonts/AcceptLanguagesResolver.cpp', 382 'fonts/AcceptLanguagesResolver.cpp',
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 ['use_default_render_theme==1', 1349 ['use_default_render_theme==1',
1349 { 1350 {
1350 'platform_test_files': [ 1351 'platform_test_files': [
1351 'scroll/ScrollbarThemeAuraTest.cpp', 1352 'scroll/ScrollbarThemeAuraTest.cpp',
1352 ], 1353 ],
1353 } 1354 }
1354 ], 1355 ],
1355 ], 1356 ],
1356 }, 1357 },
1357 } 1358 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/Timer.cpp ('k') | third_party/WebKit/Source/platform/exported/WebTraceLocation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698