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

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

Issue 1153403004: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename-password
Patch Set: Oops. 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
« no previous file with comments | « no previous file | Source/platform/exported/WebLocalCredential.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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'exported/WebDragData.cpp', 284 'exported/WebDragData.cpp',
285 'exported/WebEncryptedMediaClient.cpp', 285 'exported/WebEncryptedMediaClient.cpp',
286 'exported/WebEncryptedMediaKeyInformation.cpp', 286 'exported/WebEncryptedMediaKeyInformation.cpp',
287 'exported/WebEncryptedMediaRequest.cpp', 287 'exported/WebEncryptedMediaRequest.cpp',
288 'exported/WebFederatedCredential.cpp', 288 'exported/WebFederatedCredential.cpp',
289 'exported/WebFileSystemCallbacks.cpp', 289 'exported/WebFileSystemCallbacks.cpp',
290 'exported/WebFilterKeyframe.cpp', 290 'exported/WebFilterKeyframe.cpp',
291 'exported/WebHTTPBody.cpp', 291 'exported/WebHTTPBody.cpp',
292 'exported/WebHTTPLoadInfo.cpp', 292 'exported/WebHTTPLoadInfo.cpp',
293 'exported/WebImageSkia.cpp', 293 'exported/WebImageSkia.cpp',
294 'exported/WebLocalCredential.cpp',
295 'exported/WebMediaConstraints.cpp', 294 'exported/WebMediaConstraints.cpp',
296 'exported/WebMediaDeviceInfo.cpp', 295 'exported/WebMediaDeviceInfo.cpp',
297 'exported/WebMediaStream.cpp', 296 'exported/WebMediaStream.cpp',
298 'exported/WebMediaStreamSource.cpp', 297 'exported/WebMediaStreamSource.cpp',
299 'exported/WebMediaStreamTrack.cpp', 298 'exported/WebMediaStreamTrack.cpp',
300 'exported/WebMediaStreamTrackSourcesRequest.cpp', 299 'exported/WebMediaStreamTrackSourcesRequest.cpp',
301 'exported/WebMemoryAllocatorDump.cpp', 300 'exported/WebMemoryAllocatorDump.cpp',
302 'exported/WebMemoryDumpProvider.cpp', 301 'exported/WebMemoryDumpProvider.cpp',
303 'exported/WebMessagePortChannelClient.cpp', 302 'exported/WebMessagePortChannelClient.cpp',
304 'exported/WebPasswordCredential.cpp', 303 'exported/WebPasswordCredential.cpp',
(...skipping 727 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/WebLocalCredential.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698