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

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: layout test failure 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 4041 matching lines...) Expand 10 before | Expand all | Expand 10 after
4052 'html/forms/FileInputTypeTest.cpp', 4052 'html/forms/FileInputTypeTest.cpp',
4053 'html/forms/StepRangeTest.cpp', 4053 'html/forms/StepRangeTest.cpp',
4054 'html/parser/AtomicHTMLTokenTest.cpp', 4054 'html/parser/AtomicHTMLTokenTest.cpp',
4055 'html/parser/CompactHTMLTokenTest.cpp', 4055 'html/parser/CompactHTMLTokenTest.cpp',
4056 'html/parser/HTMLEntityParserTest.cpp', 4056 'html/parser/HTMLEntityParserTest.cpp',
4057 'html/parser/HTMLParserIdiomsTest.cpp', 4057 'html/parser/HTMLParserIdiomsTest.cpp',
4058 'html/parser/HTMLParserThreadTest.cpp', 4058 'html/parser/HTMLParserThreadTest.cpp',
4059 'html/parser/HTMLPreloadScannerTest.cpp', 4059 'html/parser/HTMLPreloadScannerTest.cpp',
4060 'html/parser/HTMLResourcePreloaderTest.cpp', 4060 'html/parser/HTMLResourcePreloaderTest.cpp',
4061 'html/parser/HTMLSrcsetParserTest.cpp', 4061 'html/parser/HTMLSrcsetParserTest.cpp',
4062 'html/parser/TextResourceDecoderTest.cpp',
4063 'html/shadow/MediaControlsTest.cpp', 4062 'html/shadow/MediaControlsTest.cpp',
4064 'html/track/vtt/BufferedLineReaderTest.cpp', 4063 'html/track/vtt/BufferedLineReaderTest.cpp',
4065 'html/track/vtt/VTTScannerTest.cpp', 4064 'html/track/vtt/VTTScannerTest.cpp',
4066 'input/EventHandlerTest.cpp', 4065 'input/EventHandlerTest.cpp',
4067 'layout/ImageQualityControllerTest.cpp', 4066 'layout/ImageQualityControllerTest.cpp',
4068 'layout/LayoutBlockTest.cpp', 4067 'layout/LayoutBlockTest.cpp',
4069 'layout/LayoutBoxTest.cpp', 4068 'layout/LayoutBoxTest.cpp',
4070 'layout/LayoutInlineTest.cpp', 4069 'layout/LayoutInlineTest.cpp',
4071 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4070 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4072 'layout/LayoutObjectTest.cpp', 4071 'layout/LayoutObjectTest.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
4125 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4124 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4126 'testing/PrivateScriptTestTest.cpp', 4125 'testing/PrivateScriptTestTest.cpp',
4127 'timing/MemoryInfoTest.cpp', 4126 'timing/MemoryInfoTest.cpp',
4128 'timing/PerformanceBaseTest.cpp', 4127 'timing/PerformanceBaseTest.cpp',
4129 'workers/WorkerThreadTest.cpp', 4128 'workers/WorkerThreadTest.cpp',
4130 'workers/WorkerThreadTestHelper.h', 4129 'workers/WorkerThreadTestHelper.h',
4131 'xml/parser/SharedBufferReaderTest.cpp', 4130 'xml/parser/SharedBufferReaderTest.cpp',
4132 ], 4131 ],
4133 } 4132 }
4134 } 4133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698