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

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

Issue 2251853005: Reland: Add MemoryCoordinatorClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'LifecycleNotifier.h', 67 'LifecycleNotifier.h',
68 'LifecycleObserver.h', 68 'LifecycleObserver.h',
69 'LinkHash.cpp', 69 'LinkHash.cpp',
70 'LinkHash.h', 70 'LinkHash.h',
71 'MIMETypeFromURL.cpp', 71 'MIMETypeFromURL.cpp',
72 'MIMETypeFromURL.h', 72 'MIMETypeFromURL.h',
73 'MIMETypeRegistry.cpp', 73 'MIMETypeRegistry.cpp',
74 'MIMETypeRegistry.h', 74 'MIMETypeRegistry.h',
75 'MemoryCacheDumpProvider.cpp', 75 'MemoryCacheDumpProvider.cpp',
76 'MemoryCacheDumpProvider.h', 76 'MemoryCacheDumpProvider.h',
77 'MemoryCoordinator.cpp',
78 'MemoryCoordinator.h',
77 'PartitionAllocMemoryDumpProvider.cpp', 79 'PartitionAllocMemoryDumpProvider.cpp',
78 'PartitionAllocMemoryDumpProvider.h', 80 'PartitionAllocMemoryDumpProvider.h',
79 'PODArena.h', 81 'PODArena.h',
80 'PODFreeListArena.h', 82 'PODFreeListArena.h',
81 'PODInterval.h', 83 'PODInterval.h',
82 'PODIntervalTree.h', 84 'PODIntervalTree.h',
83 'PODRedBlackTree.h', 85 'PODRedBlackTree.h',
84 'PasteMode.h', 86 'PasteMode.h',
85 'PlatformEvent.h', 87 'PlatformEvent.h',
86 'PlatformGestureEvent.h', 88 'PlatformGestureEvent.h',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'exported/WebMediaConstraints.cpp', 330 'exported/WebMediaConstraints.cpp',
329 'exported/WebMediaDeviceInfo.cpp', 331 'exported/WebMediaDeviceInfo.cpp',
330 'exported/WebMediaPlayerClient.cpp', 332 'exported/WebMediaPlayerClient.cpp',
331 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 333 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
332 'exported/WebMediaPlayerSource.cpp', 334 'exported/WebMediaPlayerSource.cpp',
333 'exported/WebMediaRecorderHandler.cpp', 335 'exported/WebMediaRecorderHandler.cpp',
334 'exported/WebMediaStream.cpp', 336 'exported/WebMediaStream.cpp',
335 'exported/WebMediaStreamSource.cpp', 337 'exported/WebMediaStreamSource.cpp',
336 'exported/WebMediaStreamTrack.cpp', 338 'exported/WebMediaStreamTrack.cpp',
337 'exported/WebMediaStreamTrackSourcesRequest.cpp', 339 'exported/WebMediaStreamTrackSourcesRequest.cpp',
340 'exported/WebMemoryCoordinator.cpp',
338 'exported/WebMessagePortChannelClient.cpp', 341 'exported/WebMessagePortChannelClient.cpp',
339 'exported/WebMixedContent.cpp', 342 'exported/WebMixedContent.cpp',
340 'exported/WebPasswordCredential.cpp', 343 'exported/WebPasswordCredential.cpp',
341 'exported/WebPrerender.cpp', 344 'exported/WebPrerender.cpp',
342 'exported/WebPrerenderingSupport.cpp', 345 'exported/WebPrerenderingSupport.cpp',
343 'exported/WebPresentationAvailabilityObserver.cpp', 346 'exported/WebPresentationAvailabilityObserver.cpp',
344 'exported/WebPresentationController.cpp', 347 'exported/WebPresentationController.cpp',
345 'exported/WebRTCAnswerOptions.cpp', 348 'exported/WebRTCAnswerOptions.cpp',
346 'exported/WebRTCConfiguration.cpp', 349 'exported/WebRTCConfiguration.cpp',
347 'exported/WebRTCICECandidate.cpp', 350 'exported/WebRTCICECandidate.cpp',
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 ['use_default_render_theme==1', 1446 ['use_default_render_theme==1',
1444 { 1447 {
1445 'platform_test_files': [ 1448 'platform_test_files': [
1446 'scroll/ScrollbarThemeAuraTest.cpp', 1449 'scroll/ScrollbarThemeAuraTest.cpp',
1447 ], 1450 ],
1448 } 1451 }
1449 ], 1452 ],
1450 ], 1453 ],
1451 }, 1454 },
1452 } 1455 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698