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

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

Issue 2253803003: Ignore 7-bit encodings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/text/TextEncodingDetector.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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 'scroll/ScrollableAreaTest.cpp', 1333 'scroll/ScrollableAreaTest.cpp',
1334 'testing/ArenaTestHelpers.h', 1334 'testing/ArenaTestHelpers.h',
1335 'testing/TreeTestHelpers.cpp', 1335 'testing/TreeTestHelpers.cpp',
1336 'testing/TreeTestHelpers.h', 1336 'testing/TreeTestHelpers.h',
1337 'text/BidiResolverTest.cpp', 1337 'text/BidiResolverTest.cpp',
1338 'text/CharacterTest.cpp', 1338 'text/CharacterTest.cpp',
1339 'text/DateTimeFormatTest.cpp', 1339 'text/DateTimeFormatTest.cpp',
1340 'text/HyphenationTest.cpp', 1340 'text/HyphenationTest.cpp',
1341 'text/SegmentedStringTest.cpp', 1341 'text/SegmentedStringTest.cpp',
1342 'text/TextBreakIteratorTest.cpp', 1342 'text/TextBreakIteratorTest.cpp',
1343 'text/TextEncodingDetectorTest.cpp',
1343 'text/UnicodeUtilitiesTest.cpp', 1344 'text/UnicodeUtilitiesTest.cpp',
1344 'threading/BackgroundTaskRunnerTest.cpp', 1345 'threading/BackgroundTaskRunnerTest.cpp',
1345 'transforms/TransformOperationsTest.cpp', 1346 'transforms/TransformOperationsTest.cpp',
1346 'transforms/TransformTestHelper.h', 1347 'transforms/TransformTestHelper.h',
1347 'transforms/TransformationMatrixTest.cpp', 1348 'transforms/TransformationMatrixTest.cpp',
1348 'transforms/RotationTest.cpp', 1349 'transforms/RotationTest.cpp',
1349 'web_process_memory_dump_test.cc', 1350 'web_process_memory_dump_test.cc',
1350 'weborigin/KnownPortsTest.cpp', 1351 'weborigin/KnownPortsTest.cpp',
1351 'weborigin/KURLTest.cpp', 1352 'weborigin/KURLTest.cpp',
1352 'weborigin/OriginAccessEntryTest.cpp', 1353 'weborigin/OriginAccessEntryTest.cpp',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 ['use_default_render_theme==1', 1443 ['use_default_render_theme==1',
1443 { 1444 {
1444 'platform_test_files': [ 1445 'platform_test_files': [
1445 'scroll/ScrollbarThemeAuraTest.cpp', 1446 'scroll/ScrollbarThemeAuraTest.cpp',
1446 ], 1447 ],
1447 } 1448 }
1448 ], 1449 ],
1449 ], 1450 ],
1450 }, 1451 },
1451 } 1452 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698