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

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

Issue 1148763005: Remove support for PushSubscription.subscriptionId. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'exported/WebMediaStreamSource.cpp', 298 'exported/WebMediaStreamSource.cpp',
299 'exported/WebMediaStreamTrack.cpp', 299 'exported/WebMediaStreamTrack.cpp',
300 'exported/WebMediaStreamTrackSourcesRequest.cpp', 300 'exported/WebMediaStreamTrackSourcesRequest.cpp',
301 'exported/WebMemoryAllocatorDump.cpp', 301 'exported/WebMemoryAllocatorDump.cpp',
302 'exported/WebMemoryDumpProvider.cpp', 302 'exported/WebMemoryDumpProvider.cpp',
303 'exported/WebMessagePortChannelClient.cpp', 303 'exported/WebMessagePortChannelClient.cpp',
304 'exported/WebPrerender.cpp', 304 'exported/WebPrerender.cpp',
305 'exported/WebPrerenderingSupport.cpp', 305 'exported/WebPrerenderingSupport.cpp',
306 'exported/WebPresentationController.cpp', 306 'exported/WebPresentationController.cpp',
307 'exported/WebProcessMemoryDump.cpp', 307 'exported/WebProcessMemoryDump.cpp',
308 'exported/WebPushSubscription.cpp',
308 'exported/WebRTCConfiguration.cpp', 309 'exported/WebRTCConfiguration.cpp',
309 'exported/WebRTCICECandidate.cpp', 310 'exported/WebRTCICECandidate.cpp',
310 'exported/WebRTCOfferOptions.cpp', 311 'exported/WebRTCOfferOptions.cpp',
311 'exported/WebRTCSessionDescription.cpp', 312 'exported/WebRTCSessionDescription.cpp',
312 'exported/WebRTCSessionDescriptionRequest.cpp', 313 'exported/WebRTCSessionDescriptionRequest.cpp',
313 'exported/WebRTCStatsRequest.cpp', 314 'exported/WebRTCStatsRequest.cpp',
314 'exported/WebRTCStatsResponse.cpp', 315 'exported/WebRTCStatsResponse.cpp',
315 'exported/WebRTCVoidRequest.cpp', 316 'exported/WebRTCVoidRequest.cpp',
316 'exported/WebScrollbarImpl.cpp', 317 'exported/WebScrollbarImpl.cpp',
317 'exported/WebScrollbarImpl.h', 318 'exported/WebScrollbarImpl.h',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 ['os_posix==1 and OS!="mac"', 1032 ['os_posix==1 and OS!="mac"',
1032 { 1033 {
1033 'platform_test_files': [ 1034 'platform_test_files': [
1034 'text/LocaleICUTest.cpp', 1035 'text/LocaleICUTest.cpp',
1035 ], 1036 ],
1036 } 1037 }
1037 ], 1038 ],
1038 ], 1039 ],
1039 }, 1040 },
1040 } 1041 }
OLDNEW
« no previous file with comments | « Source/modules/push_messaging/PushSubscription.idl ('k') | Source/platform/exported/WebPushSubscription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698