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

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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'network/ResourceRequestTest.cpp', 1164 'network/ResourceRequestTest.cpp',
1165 'scheduler/CancellableTaskFactoryTest.cpp', 1165 'scheduler/CancellableTaskFactoryTest.cpp',
1166 'scroll/ScrollableAreaTest.cpp', 1166 'scroll/ScrollableAreaTest.cpp',
1167 'testing/ArenaTestHelpers.h', 1167 'testing/ArenaTestHelpers.h',
1168 'testing/TreeTestHelpers.cpp', 1168 'testing/TreeTestHelpers.cpp',
1169 'testing/TreeTestHelpers.h', 1169 'testing/TreeTestHelpers.h',
1170 'text/BidiResolverTest.cpp', 1170 'text/BidiResolverTest.cpp',
1171 'text/DateTimeFormatTest.cpp', 1171 'text/DateTimeFormatTest.cpp',
1172 'text/LocaleToScriptMappingTest.cpp', 1172 'text/LocaleToScriptMappingTest.cpp',
1173 'text/SegmentedStringTest.cpp', 1173 'text/SegmentedStringTest.cpp',
1174 'text/TextEncodingDetectorTest.cpp',
1174 'text/UnicodeUtilitiesTest.cpp', 1175 'text/UnicodeUtilitiesTest.cpp',
1175 'transforms/TransformOperationsTest.cpp', 1176 'transforms/TransformOperationsTest.cpp',
1176 'transforms/TransformTestHelper.h', 1177 'transforms/TransformTestHelper.h',
1177 'transforms/TransformationMatrixTest.cpp', 1178 'transforms/TransformationMatrixTest.cpp',
1178 'weborigin/DatabaseIdentifierTest.cpp', 1179 'weborigin/DatabaseIdentifierTest.cpp',
1179 'weborigin/KnownPortsTest.cpp', 1180 'weborigin/KnownPortsTest.cpp',
1180 'weborigin/KURLTest.cpp', 1181 'weborigin/KURLTest.cpp',
1181 'weborigin/OriginAccessEntryTest.cpp', 1182 'weborigin/OriginAccessEntryTest.cpp',
1182 'weborigin/SchemeRegistryTest.cpp', 1183 'weborigin/SchemeRegistryTest.cpp',
1183 'weborigin/SecurityOriginTest.cpp', 1184 'weborigin/SecurityOriginTest.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 ['OS!="mac"', 1251 ['OS!="mac"',
1251 { 1252 {
1252 'platform_test_files': [ 1253 'platform_test_files': [
1253 'scroll/ScrollAnimatorTest.cpp', 1254 'scroll/ScrollAnimatorTest.cpp',
1254 ], 1255 ],
1255 } 1256 }
1256 ], 1257 ],
1257 ], 1258 ],
1258 }, 1259 },
1259 } 1260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698