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

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

Issue 1154233005: Clean up left-overs of 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
« no previous file with comments | « no previous file | Source/platform/exported/WebPushSubscription.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 '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',
309 'exported/WebRTCConfiguration.cpp', 308 'exported/WebRTCConfiguration.cpp',
310 'exported/WebRTCICECandidate.cpp', 309 'exported/WebRTCICECandidate.cpp',
311 'exported/WebRTCOfferOptions.cpp', 310 'exported/WebRTCOfferOptions.cpp',
312 'exported/WebRTCSessionDescription.cpp', 311 'exported/WebRTCSessionDescription.cpp',
313 'exported/WebRTCSessionDescriptionRequest.cpp', 312 'exported/WebRTCSessionDescriptionRequest.cpp',
314 'exported/WebRTCStatsRequest.cpp', 313 'exported/WebRTCStatsRequest.cpp',
315 'exported/WebRTCStatsResponse.cpp', 314 'exported/WebRTCStatsResponse.cpp',
316 'exported/WebRTCVoidRequest.cpp', 315 'exported/WebRTCVoidRequest.cpp',
317 'exported/WebScrollbarImpl.cpp', 316 'exported/WebScrollbarImpl.cpp',
318 'exported/WebScrollbarImpl.h', 317 'exported/WebScrollbarImpl.h',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 ['os_posix==1 and OS!="mac"', 1031 ['os_posix==1 and OS!="mac"',
1033 { 1032 {
1034 'platform_test_files': [ 1033 'platform_test_files': [
1035 'text/LocaleICUTest.cpp', 1034 'text/LocaleICUTest.cpp',
1036 ], 1035 ],
1037 } 1036 }
1038 ], 1037 ],
1039 ], 1038 ],
1040 }, 1039 },
1041 } 1040 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/exported/WebPushSubscription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698