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

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

Issue 1890103002: Reland "UTF-8 detector for pages missing encoding info" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 4021 matching lines...) Expand 10 before | Expand all | Expand 10 after
4032 'html/forms/FileInputTypeTest.cpp', 4032 'html/forms/FileInputTypeTest.cpp',
4033 'html/forms/StepRangeTest.cpp', 4033 'html/forms/StepRangeTest.cpp',
4034 'html/parser/AtomicHTMLTokenTest.cpp', 4034 'html/parser/AtomicHTMLTokenTest.cpp',
4035 'html/parser/CompactHTMLTokenTest.cpp', 4035 'html/parser/CompactHTMLTokenTest.cpp',
4036 'html/parser/HTMLEntityParserTest.cpp', 4036 'html/parser/HTMLEntityParserTest.cpp',
4037 'html/parser/HTMLParserIdiomsTest.cpp', 4037 'html/parser/HTMLParserIdiomsTest.cpp',
4038 'html/parser/HTMLParserThreadTest.cpp', 4038 'html/parser/HTMLParserThreadTest.cpp',
4039 'html/parser/HTMLPreloadScannerTest.cpp', 4039 'html/parser/HTMLPreloadScannerTest.cpp',
4040 'html/parser/HTMLResourcePreloaderTest.cpp', 4040 'html/parser/HTMLResourcePreloaderTest.cpp',
4041 'html/parser/HTMLSrcsetParserTest.cpp', 4041 'html/parser/HTMLSrcsetParserTest.cpp',
4042 'html/parser/TextResourceDecoderTest.cpp',
4042 'html/shadow/MediaControlsTest.cpp', 4043 'html/shadow/MediaControlsTest.cpp',
4043 'html/track/vtt/BufferedLineReaderTest.cpp', 4044 'html/track/vtt/BufferedLineReaderTest.cpp',
4044 'html/track/vtt/VTTScannerTest.cpp', 4045 'html/track/vtt/VTTScannerTest.cpp',
4045 'input/EventHandlerTest.cpp', 4046 'input/EventHandlerTest.cpp',
4046 'layout/ImageQualityControllerTest.cpp', 4047 'layout/ImageQualityControllerTest.cpp',
4047 'layout/LayoutBlockTest.cpp', 4048 'layout/LayoutBlockTest.cpp',
4048 'layout/LayoutBoxTest.cpp', 4049 'layout/LayoutBoxTest.cpp',
4049 'layout/LayoutInlineTest.cpp', 4050 'layout/LayoutInlineTest.cpp',
4050 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4051 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4051 'layout/LayoutObjectTest.cpp', 4052 'layout/LayoutObjectTest.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
4103 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4105 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4106 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4107 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4108 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4109 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4110 ], 4111 ],
4111 } 4112 }
4112 } 4113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698