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

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: Use new digest-by-chunk API and many other fixes 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
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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'graphics/ImageDecodingStoreTest.cpp', 918 'graphics/ImageDecodingStoreTest.cpp',
917 'graphics/ImageFrameGeneratorTest.cpp', 919 'graphics/ImageFrameGeneratorTest.cpp',
918 'graphics/gpu/DrawingBufferTest.cpp', 920 'graphics/gpu/DrawingBufferTest.cpp',
919 'graphics/test/MockImageDecoder.h', 921 'graphics/test/MockImageDecoder.h',
920 'graphics/test/MockWebGraphicsContext3D.h', 922 'graphics/test/MockWebGraphicsContext3D.h',
921 'image-decoders/gif/GIFImageDecoderTest.cpp', 923 'image-decoders/gif/GIFImageDecoderTest.cpp',
922 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 924 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
923 ], 925 ],
924 }, 926 },
925 } 927 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698