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

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

Issue 2212393003: Fix BOM handling in TextResourceDecoder on partial data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +comment 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/core/html/parser/TextResourceDecoder.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 '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 4145 matching lines...) Expand 10 before | Expand all | Expand 10 after
4156 'html/parser/AtomicHTMLTokenTest.cpp', 4156 'html/parser/AtomicHTMLTokenTest.cpp',
4157 'html/parser/CompactHTMLTokenTest.cpp', 4157 'html/parser/CompactHTMLTokenTest.cpp',
4158 'html/parser/HTMLEntityParserTest.cpp', 4158 'html/parser/HTMLEntityParserTest.cpp',
4159 'html/parser/HTMLParserIdiomsTest.cpp', 4159 'html/parser/HTMLParserIdiomsTest.cpp',
4160 'html/parser/HTMLParserThreadTest.cpp', 4160 'html/parser/HTMLParserThreadTest.cpp',
4161 'html/parser/HTMLPreloadScannerTest.cpp', 4161 'html/parser/HTMLPreloadScannerTest.cpp',
4162 'html/parser/HTMLResourcePreloaderTest.cpp', 4162 'html/parser/HTMLResourcePreloaderTest.cpp',
4163 'html/parser/HTMLSrcsetParserTest.cpp', 4163 'html/parser/HTMLSrcsetParserTest.cpp',
4164 'html/parser/HTMLTokenizerTest.cpp', 4164 'html/parser/HTMLTokenizerTest.cpp',
4165 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', 4165 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4166 'html/parser/TextResourceDecoderTest.cpp',
4166 'html/shadow/MediaControlsTest.cpp', 4167 'html/shadow/MediaControlsTest.cpp',
4167 'html/track/TextTrackListTest.cpp', 4168 'html/track/TextTrackListTest.cpp',
4168 'html/track/vtt/BufferedLineReaderTest.cpp', 4169 'html/track/vtt/BufferedLineReaderTest.cpp',
4169 'html/track/vtt/VTTScannerTest.cpp', 4170 'html/track/vtt/VTTScannerTest.cpp',
4170 'input/EventHandlerTest.cpp', 4171 'input/EventHandlerTest.cpp',
4171 'layout/ImageQualityControllerTest.cpp', 4172 'layout/ImageQualityControllerTest.cpp',
4172 'layout/InlineTextBoxTest.cpp', 4173 'layout/InlineTextBoxTest.cpp',
4173 'layout/LayoutBlockTest.cpp', 4174 'layout/LayoutBlockTest.cpp',
4174 'layout/LayoutBoxModelObjectTest.cpp', 4175 'layout/LayoutBoxModelObjectTest.cpp',
4175 'layout/LayoutBoxTest.cpp', 4176 'layout/LayoutBoxTest.cpp',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
4238 'testing/PrivateScriptTestTest.cpp', 4239 'testing/PrivateScriptTestTest.cpp',
4239 'timing/MemoryInfoTest.cpp', 4240 'timing/MemoryInfoTest.cpp',
4240 'timing/PerformanceBaseTest.cpp', 4241 'timing/PerformanceBaseTest.cpp',
4241 'timing/PerformanceObserverTest.cpp', 4242 'timing/PerformanceObserverTest.cpp',
4242 'workers/WorkerThreadTest.cpp', 4243 'workers/WorkerThreadTest.cpp',
4243 'workers/WorkerThreadTestHelper.h', 4244 'workers/WorkerThreadTestHelper.h',
4244 'xml/parser/SharedBufferReaderTest.cpp', 4245 'xml/parser/SharedBufferReaderTest.cpp',
4245 ], 4246 ],
4246 } 4247 }
4247 } 4248 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698