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

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

Issue 1721373002: UTF-8 detector for pages missing encoding info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 'network/ResourceRequestTest.cpp', 1096 'network/ResourceRequestTest.cpp',
1097 'scheduler/CancellableTaskFactoryTest.cpp', 1097 'scheduler/CancellableTaskFactoryTest.cpp',
1098 'scroll/ScrollableAreaTest.cpp', 1098 'scroll/ScrollableAreaTest.cpp',
1099 'testing/ArenaTestHelpers.h', 1099 'testing/ArenaTestHelpers.h',
1100 'testing/TreeTestHelpers.cpp', 1100 'testing/TreeTestHelpers.cpp',
1101 'testing/TreeTestHelpers.h', 1101 'testing/TreeTestHelpers.h',
1102 'text/BidiResolverTest.cpp', 1102 'text/BidiResolverTest.cpp',
1103 'text/DateTimeFormatTest.cpp', 1103 'text/DateTimeFormatTest.cpp',
1104 'text/LocaleToScriptMappingTest.cpp', 1104 'text/LocaleToScriptMappingTest.cpp',
1105 'text/SegmentedStringTest.cpp', 1105 'text/SegmentedStringTest.cpp',
1106 'text/TextEncodingDetectorTest.cpp',
1106 'text/UnicodeUtilitiesTest.cpp', 1107 'text/UnicodeUtilitiesTest.cpp',
1107 'transforms/TransformOperationsTest.cpp', 1108 'transforms/TransformOperationsTest.cpp',
1108 'transforms/TransformTestHelper.h', 1109 'transforms/TransformTestHelper.h',
1109 'transforms/TransformationMatrixTest.cpp', 1110 'transforms/TransformationMatrixTest.cpp',
1110 'weborigin/DatabaseIdentifierTest.cpp', 1111 'weborigin/DatabaseIdentifierTest.cpp',
1111 'weborigin/KnownPortsTest.cpp', 1112 'weborigin/KnownPortsTest.cpp',
1112 'weborigin/KURLTest.cpp', 1113 'weborigin/KURLTest.cpp',
1113 'weborigin/OriginAccessEntryTest.cpp', 1114 'weborigin/OriginAccessEntryTest.cpp',
1114 'weborigin/SchemeRegistryTest.cpp', 1115 'weborigin/SchemeRegistryTest.cpp',
1115 'weborigin/SecurityOriginTest.cpp', 1116 'weborigin/SecurityOriginTest.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 ['OS!="mac"', 1183 ['OS!="mac"',
1183 { 1184 {
1184 'platform_test_files': [ 1185 'platform_test_files': [
1185 'scroll/ScrollAnimatorTest.cpp', 1186 'scroll/ScrollAnimatorTest.cpp',
1186 ], 1187 ],
1187 } 1188 }
1188 ], 1189 ],
1189 ], 1190 ],
1190 }, 1191 },
1191 } 1192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698