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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1979103003: Revert "Reland "UTF-8 detector for pages missing encoding info"" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 4039 matching lines...) Expand 10 before | Expand all | Expand 10 after
4050 'html/forms/FileInputTypeTest.cpp', 4050 'html/forms/FileInputTypeTest.cpp',
4051 'html/forms/StepRangeTest.cpp', 4051 'html/forms/StepRangeTest.cpp',
4052 'html/parser/AtomicHTMLTokenTest.cpp', 4052 'html/parser/AtomicHTMLTokenTest.cpp',
4053 'html/parser/CompactHTMLTokenTest.cpp', 4053 'html/parser/CompactHTMLTokenTest.cpp',
4054 'html/parser/HTMLEntityParserTest.cpp', 4054 'html/parser/HTMLEntityParserTest.cpp',
4055 'html/parser/HTMLParserIdiomsTest.cpp', 4055 'html/parser/HTMLParserIdiomsTest.cpp',
4056 'html/parser/HTMLParserThreadTest.cpp', 4056 'html/parser/HTMLParserThreadTest.cpp',
4057 'html/parser/HTMLPreloadScannerTest.cpp', 4057 'html/parser/HTMLPreloadScannerTest.cpp',
4058 'html/parser/HTMLResourcePreloaderTest.cpp', 4058 'html/parser/HTMLResourcePreloaderTest.cpp',
4059 'html/parser/HTMLSrcsetParserTest.cpp', 4059 'html/parser/HTMLSrcsetParserTest.cpp',
4060 'html/parser/TextResourceDecoderTest.cpp',
4061 'html/shadow/MediaControlsTest.cpp', 4060 'html/shadow/MediaControlsTest.cpp',
4062 'html/track/vtt/BufferedLineReaderTest.cpp', 4061 'html/track/vtt/BufferedLineReaderTest.cpp',
4063 'html/track/vtt/VTTScannerTest.cpp', 4062 'html/track/vtt/VTTScannerTest.cpp',
4064 'input/EventHandlerTest.cpp', 4063 'input/EventHandlerTest.cpp',
4065 'layout/ImageQualityControllerTest.cpp', 4064 'layout/ImageQualityControllerTest.cpp',
4066 'layout/LayoutBlockTest.cpp', 4065 'layout/LayoutBlockTest.cpp',
4067 'layout/LayoutBoxTest.cpp', 4066 'layout/LayoutBoxTest.cpp',
4068 'layout/LayoutInlineTest.cpp', 4067 'layout/LayoutInlineTest.cpp',
4069 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4068 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4070 'layout/LayoutObjectTest.cpp', 4069 'layout/LayoutObjectTest.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4122 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4124 'testing/PrivateScriptTestTest.cpp', 4123 'testing/PrivateScriptTestTest.cpp',
4125 'timing/MemoryInfoTest.cpp', 4124 'timing/MemoryInfoTest.cpp',
4126 'timing/PerformanceBaseTest.cpp', 4125 'timing/PerformanceBaseTest.cpp',
4127 'workers/WorkerThreadTest.cpp', 4126 'workers/WorkerThreadTest.cpp',
4128 'workers/WorkerThreadTestHelper.h', 4127 'workers/WorkerThreadTestHelper.h',
4129 'xml/parser/SharedBufferReaderTest.cpp', 4128 'xml/parser/SharedBufferReaderTest.cpp',
4130 ], 4129 ],
4131 } 4130 }
4132 } 4131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698