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

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

Issue 1074913004: Simplify protocol name and port comparison in KnwonPorts.cpp (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added upper-case test case Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/platform/weborigin/KnownPorts.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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'testing/TreeTestHelpers.cpp', 965 'testing/TreeTestHelpers.cpp',
966 'testing/TreeTestHelpers.h', 966 'testing/TreeTestHelpers.h',
967 'text/BidiResolverTest.cpp', 967 'text/BidiResolverTest.cpp',
968 'text/DateTimeFormatTest.cpp', 968 'text/DateTimeFormatTest.cpp',
969 'text/SegmentedStringTest.cpp', 969 'text/SegmentedStringTest.cpp',
970 'text/UnicodeUtilitiesTest.cpp', 970 'text/UnicodeUtilitiesTest.cpp',
971 'transforms/TransformOperationsTest.cpp', 971 'transforms/TransformOperationsTest.cpp',
972 'transforms/TransformTestHelper.h', 972 'transforms/TransformTestHelper.h',
973 'transforms/TransformationMatrixTest.cpp', 973 'transforms/TransformationMatrixTest.cpp',
974 'weborigin/DatabaseIdentifierTest.cpp', 974 'weborigin/DatabaseIdentifierTest.cpp',
975 'weborigin/KnownPortsTest.cpp',
975 'weborigin/KURLTest.cpp', 976 'weborigin/KURLTest.cpp',
976 'weborigin/OriginAccessEntryTest.cpp', 977 'weborigin/OriginAccessEntryTest.cpp',
977 'weborigin/SchemeRegistryTest.cpp', 978 'weborigin/SchemeRegistryTest.cpp',
978 'weborigin/SecurityOriginTest.cpp', 979 'weborigin/SecurityOriginTest.cpp',
979 'weborigin/SecurityPolicyTest.cpp', 980 'weborigin/SecurityPolicyTest.cpp',
980 ], 981 ],
981 # NOTE: these are legacy unit tests, do not add more! 982 # NOTE: these are legacy unit tests, do not add more!
982 'platform_web_unittest_files': [ 983 'platform_web_unittest_files': [
983 'graphics/BitmapImageTest.cpp', 984 'graphics/BitmapImageTest.cpp',
984 'graphics/Canvas2DLayerBridgeTest.cpp', 985 'graphics/Canvas2DLayerBridgeTest.cpp',
(...skipping 11 matching lines...) Expand all
996 'image-decoders/webp/WEBPImageDecoderTest.cpp', 997 'image-decoders/webp/WEBPImageDecoderTest.cpp',
997 ], 998 ],
998 'platform_unittest_support_files': [ 999 'platform_unittest_support_files': [
999 'testing/URLTestHelpers.cpp', 1000 'testing/URLTestHelpers.cpp',
1000 'testing/URLTestHelpers.h', 1001 'testing/URLTestHelpers.h',
1001 'testing/UnitTestHelpers.cpp', 1002 'testing/UnitTestHelpers.cpp',
1002 'testing/UnitTestHelpers.h', 1003 'testing/UnitTestHelpers.h',
1003 ], 1004 ],
1004 }, 1005 },
1005 } 1006 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/weborigin/KnownPorts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698