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

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

Issue 961773002: Add a comma delimited syntax parser and use it for Accept-CH (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed useless constructor Created 5 years, 10 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 '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',
11 'Clock.h', 11 'Clock.h',
12 'CommaDelimitedParser.cpp',
13 'CommaDelimitedParser.h',
12 'ContentDecryptionModuleResult.h', 14 'ContentDecryptionModuleResult.h',
13 'ContentType.cpp', 15 'ContentType.cpp',
14 'ContentType.h', 16 'ContentType.h',
15 'ContextMenu.cpp', 17 'ContextMenu.cpp',
16 'ContextMenu.h', 18 'ContextMenu.h',
17 'ContextMenuItem.cpp', 19 'ContextMenuItem.cpp',
18 'ContextMenuItem.h', 20 'ContextMenuItem.h',
19 'Cookie.h', 21 'Cookie.h',
20 'CrossThreadCopier.cpp', 22 'CrossThreadCopier.cpp',
21 'CrossThreadCopier.h', 23 'CrossThreadCopier.h',
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 'weborigin/SecurityOriginCache.h', 907 'weborigin/SecurityOriginCache.h',
906 'weborigin/SecurityOriginHash.h', 908 'weborigin/SecurityOriginHash.h',
907 'weborigin/SecurityPolicy.cpp', 909 'weborigin/SecurityPolicy.cpp',
908 'weborigin/SecurityPolicy.h', 910 'weborigin/SecurityPolicy.h',
909 'win/HWndDC.h', 911 'win/HWndDC.h',
910 'win/SystemInfo.cpp', 912 'win/SystemInfo.cpp',
911 'win/SystemInfo.h', 913 'win/SystemInfo.h',
912 ], 914 ],
913 'platform_test_files': [ 915 'platform_test_files': [
914 'ClockTest.cpp', 916 'ClockTest.cpp',
917 'CommaDelimitedParserTest.cpp',
915 'DecimalTest.cpp', 918 'DecimalTest.cpp',
916 'DragImageTest.cpp', 919 'DragImageTest.cpp',
917 'LayoutUnitTest.cpp', 920 'LayoutUnitTest.cpp',
918 'LifecycleContextTest.cpp', 921 'LifecycleContextTest.cpp',
919 'PODArenaTest.cpp', 922 'PODArenaTest.cpp',
920 'PODFreeListArenaTest.cpp', 923 'PODFreeListArenaTest.cpp',
921 'PODIntervalTreeTest.cpp', 924 'PODIntervalTreeTest.cpp',
922 'PODRedBlackTreeTest.cpp', 925 'PODRedBlackTreeTest.cpp',
923 'PurgeableVectorTest.cpp', 926 'PurgeableVectorTest.cpp',
924 'SharedBufferTest.cpp', 927 'SharedBufferTest.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'graphics/ImageLayerChromiumTest.cpp', 989 'graphics/ImageLayerChromiumTest.cpp',
987 'graphics/test/MockImageDecoder.h', 990 'graphics/test/MockImageDecoder.h',
988 'graphics/test/MockWebGraphicsContext3D.h', 991 'graphics/test/MockWebGraphicsContext3D.h',
989 'image-decoders/bmp/BMPImageDecoderTest.cpp', 992 'image-decoders/bmp/BMPImageDecoderTest.cpp',
990 'image-decoders/gif/GIFImageDecoderTest.cpp', 993 'image-decoders/gif/GIFImageDecoderTest.cpp',
991 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 994 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
992 'image-decoders/webp/WEBPImageDecoderTest.cpp', 995 'image-decoders/webp/WEBPImageDecoderTest.cpp',
993 ], 996 ],
994 }, 997 },
995 } 998 }
OLDNEW
« Source/platform/CommaDelimitedParser.h ('K') | « Source/platform/CommaDelimitedParserTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698