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

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

Issue 1222903007: Introduce the PushSubscription.curve25519dh attribute (1/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'exported/WebMediaStreamTrack.cpp', 295 'exported/WebMediaStreamTrack.cpp',
296 'exported/WebMediaStreamTrackSourcesRequest.cpp', 296 'exported/WebMediaStreamTrackSourcesRequest.cpp',
297 'exported/WebMemoryAllocatorDump.cpp', 297 'exported/WebMemoryAllocatorDump.cpp',
298 'exported/WebMemoryDumpProvider.cpp', 298 'exported/WebMemoryDumpProvider.cpp',
299 'exported/WebMessagePortChannelClient.cpp', 299 'exported/WebMessagePortChannelClient.cpp',
300 'exported/WebPasswordCredential.cpp', 300 'exported/WebPasswordCredential.cpp',
301 'exported/WebPrerender.cpp', 301 'exported/WebPrerender.cpp',
302 'exported/WebPrerenderingSupport.cpp', 302 'exported/WebPrerenderingSupport.cpp',
303 'exported/WebPresentationController.cpp', 303 'exported/WebPresentationController.cpp',
304 'exported/WebProcessMemoryDump.cpp', 304 'exported/WebProcessMemoryDump.cpp',
305 'exported/WebPushSubscription.cpp',
306 'exported/WebRTCConfiguration.cpp', 305 'exported/WebRTCConfiguration.cpp',
307 'exported/WebRTCICECandidate.cpp', 306 'exported/WebRTCICECandidate.cpp',
308 'exported/WebRTCOfferOptions.cpp', 307 'exported/WebRTCOfferOptions.cpp',
309 'exported/WebRTCSessionDescription.cpp', 308 'exported/WebRTCSessionDescription.cpp',
310 'exported/WebRTCSessionDescriptionRequest.cpp', 309 'exported/WebRTCSessionDescriptionRequest.cpp',
311 'exported/WebRTCStatsRequest.cpp', 310 'exported/WebRTCStatsRequest.cpp',
312 'exported/WebRTCStatsResponse.cpp', 311 'exported/WebRTCStatsResponse.cpp',
313 'exported/WebRTCVoidRequest.cpp', 312 'exported/WebRTCVoidRequest.cpp',
314 'exported/WebScrollbarImpl.cpp', 313 'exported/WebScrollbarImpl.cpp',
315 'exported/WebScrollbarImpl.h', 314 'exported/WebScrollbarImpl.h',
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 ['os_posix==1 and OS!="mac"', 1043 ['os_posix==1 and OS!="mac"',
1045 { 1044 {
1046 'platform_test_files': [ 1045 'platform_test_files': [
1047 'text/LocaleICUTest.cpp', 1046 'text/LocaleICUTest.cpp',
1048 ], 1047 ],
1049 } 1048 }
1050 ], 1049 ],
1051 ], 1050 ],
1052 }, 1051 },
1053 } 1052 }
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