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

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

Issue 2230433002: Add MemoryCoordinatorClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'LinkHash.cpp', 69 'LinkHash.cpp',
70 'LinkHash.h', 70 'LinkHash.h',
71 'Logging.cpp', 71 'Logging.cpp',
72 'Logging.h', 72 'Logging.h',
73 'MIMETypeFromURL.cpp', 73 'MIMETypeFromURL.cpp',
74 'MIMETypeFromURL.h', 74 'MIMETypeFromURL.h',
75 'MIMETypeRegistry.cpp', 75 'MIMETypeRegistry.cpp',
76 'MIMETypeRegistry.h', 76 'MIMETypeRegistry.h',
77 'MemoryCacheDumpProvider.cpp', 77 'MemoryCacheDumpProvider.cpp',
78 'MemoryCacheDumpProvider.h', 78 'MemoryCacheDumpProvider.h',
79 'MemoryCoordinator.cpp',
80 'MemoryCoordinator.h',
79 'PartitionAllocMemoryDumpProvider.cpp', 81 'PartitionAllocMemoryDumpProvider.cpp',
80 'PartitionAllocMemoryDumpProvider.h', 82 'PartitionAllocMemoryDumpProvider.h',
81 'PODArena.h', 83 'PODArena.h',
82 'PODFreeListArena.h', 84 'PODFreeListArena.h',
83 'PODInterval.h', 85 'PODInterval.h',
84 'PODIntervalTree.h', 86 'PODIntervalTree.h',
85 'PODRedBlackTree.h', 87 'PODRedBlackTree.h',
86 'PasteMode.h', 88 'PasteMode.h',
87 'PlatformEvent.h', 89 'PlatformEvent.h',
88 'PlatformGestureEvent.h', 90 'PlatformGestureEvent.h',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'exported/WebMediaConstraints.cpp', 329 'exported/WebMediaConstraints.cpp',
328 'exported/WebMediaDeviceInfo.cpp', 330 'exported/WebMediaDeviceInfo.cpp',
329 'exported/WebMediaPlayerClient.cpp', 331 'exported/WebMediaPlayerClient.cpp',
330 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 332 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
331 'exported/WebMediaPlayerSource.cpp', 333 'exported/WebMediaPlayerSource.cpp',
332 'exported/WebMediaRecorderHandler.cpp', 334 'exported/WebMediaRecorderHandler.cpp',
333 'exported/WebMediaStream.cpp', 335 'exported/WebMediaStream.cpp',
334 'exported/WebMediaStreamSource.cpp', 336 'exported/WebMediaStreamSource.cpp',
335 'exported/WebMediaStreamTrack.cpp', 337 'exported/WebMediaStreamTrack.cpp',
336 'exported/WebMediaStreamTrackSourcesRequest.cpp', 338 'exported/WebMediaStreamTrackSourcesRequest.cpp',
339 'exported/WebMemoryCoordinator.cpp',
337 'exported/WebMessagePortChannelClient.cpp', 340 'exported/WebMessagePortChannelClient.cpp',
338 'exported/WebMixedContent.cpp', 341 'exported/WebMixedContent.cpp',
339 'exported/WebPasswordCredential.cpp', 342 'exported/WebPasswordCredential.cpp',
340 'exported/WebPrerender.cpp', 343 'exported/WebPrerender.cpp',
341 'exported/WebPrerenderingSupport.cpp', 344 'exported/WebPrerenderingSupport.cpp',
342 'exported/WebPresentationAvailabilityObserver.cpp', 345 'exported/WebPresentationAvailabilityObserver.cpp',
343 'exported/WebPresentationController.cpp', 346 'exported/WebPresentationController.cpp',
344 'exported/WebRTCAnswerOptions.cpp', 347 'exported/WebRTCAnswerOptions.cpp',
345 'exported/WebRTCConfiguration.cpp', 348 'exported/WebRTCConfiguration.cpp',
346 'exported/WebRTCICECandidate.cpp', 349 'exported/WebRTCICECandidate.cpp',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 ['use_default_render_theme==1', 1461 ['use_default_render_theme==1',
1459 { 1462 {
1460 'platform_test_files': [ 1463 'platform_test_files': [
1461 'scroll/ScrollbarThemeAuraTest.cpp', 1464 'scroll/ScrollbarThemeAuraTest.cpp',
1462 ], 1465 ],
1463 } 1466 }
1464 ], 1467 ],
1465 ], 1468 ],
1466 }, 1469 },
1467 } 1470 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698