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

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

Issue 189373010: Get rid of WTF::SHA1. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on ToT and fixed header guard collision. Created 6 years, 8 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 | « Source/platform/Crypto.cpp ('k') | Source/platform/network/ContentSecurityPolicyParsers.h » ('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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
11 'ColorChooser.h', 11 'ColorChooser.h',
12 'ColorChooserClient.cpp', 12 'ColorChooserClient.cpp',
13 'ColorChooserClient.h', 13 'ColorChooserClient.h',
14 'ContentType.cpp', 14 'ContentType.cpp',
15 'ContentType.h', 15 'ContentType.h',
16 'ContextMenu.cpp', 16 'ContextMenu.cpp',
17 'ContextMenu.h', 17 'ContextMenu.h',
18 'ContextMenuItem.cpp', 18 'ContextMenuItem.cpp',
19 'ContextMenuItem.h', 19 'ContextMenuItem.h',
20 'Cookie.h', 20 'Cookie.h',
21 'CrossThreadCopier.cpp', 21 'CrossThreadCopier.cpp',
22 'CrossThreadCopier.h', 22 'CrossThreadCopier.h',
23 'CryptoResult.h', 23 'CryptoResult.h',
24 'Crypto.cpp',
25 'Crypto.h',
24 'Cursor.cpp', 26 'Cursor.cpp',
25 'Cursor.h', 27 'Cursor.h',
26 'DateComponents.cpp', 28 'DateComponents.cpp',
27 'DateComponents.h', 29 'DateComponents.h',
28 'DateTimeChooser.cpp', 30 'DateTimeChooser.cpp',
29 'DateTimeChooser.h', 31 'DateTimeChooser.h',
30 'DateTimeChooserClient.cpp', 32 'DateTimeChooserClient.cpp',
31 'DateTimeChooserClient.h', 33 'DateTimeChooserClient.h',
32 'Decimal.cpp', 34 'Decimal.cpp',
33 'Decimal.h', 35 'Decimal.h',
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'graphics/ImageLayerChromiumTest.cpp', 928 'graphics/ImageLayerChromiumTest.cpp',
927 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 929 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
928 'graphics/test/MockImageDecoder.h', 930 'graphics/test/MockImageDecoder.h',
929 'graphics/test/MockWebGraphicsContext3D.h', 931 'graphics/test/MockWebGraphicsContext3D.h',
930 'image-decoders/gif/GIFImageDecoderTest.cpp', 932 'image-decoders/gif/GIFImageDecoderTest.cpp',
931 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 933 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
932 'image-decoders/webp/WEBPImageDecoderTest.cpp', 934 'image-decoders/webp/WEBPImageDecoderTest.cpp',
933 ], 935 ],
934 }, 936 },
935 } 937 }
OLDNEW
« no previous file with comments | « Source/platform/Crypto.cpp ('k') | Source/platform/network/ContentSecurityPolicyParsers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698