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

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

Issue 2144543002: Fix invalidating the text track indexes after append or remove text track from the list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: All with unit tests Created 4 years, 5 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/track/TextTrackList.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 4116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 'html/parser/CompactHTMLTokenTest.cpp', 4127 'html/parser/CompactHTMLTokenTest.cpp',
4128 'html/parser/HTMLEntityParserTest.cpp', 4128 'html/parser/HTMLEntityParserTest.cpp',
4129 'html/parser/HTMLParserIdiomsTest.cpp', 4129 'html/parser/HTMLParserIdiomsTest.cpp',
4130 'html/parser/HTMLParserThreadTest.cpp', 4130 'html/parser/HTMLParserThreadTest.cpp',
4131 'html/parser/HTMLPreloadScannerTest.cpp', 4131 'html/parser/HTMLPreloadScannerTest.cpp',
4132 'html/parser/HTMLResourcePreloaderTest.cpp', 4132 'html/parser/HTMLResourcePreloaderTest.cpp',
4133 'html/parser/HTMLSrcsetParserTest.cpp', 4133 'html/parser/HTMLSrcsetParserTest.cpp',
4134 'html/parser/HTMLTokenizerTest.cpp', 4134 'html/parser/HTMLTokenizerTest.cpp',
4135 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', 4135 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4136 'html/shadow/MediaControlsTest.cpp', 4136 'html/shadow/MediaControlsTest.cpp',
4137 'html/track/TextTrackListTest.cpp',
4137 'html/track/vtt/BufferedLineReaderTest.cpp', 4138 'html/track/vtt/BufferedLineReaderTest.cpp',
4138 'html/track/vtt/VTTScannerTest.cpp', 4139 'html/track/vtt/VTTScannerTest.cpp',
4139 'input/EventHandlerTest.cpp', 4140 'input/EventHandlerTest.cpp',
4140 'layout/ImageQualityControllerTest.cpp', 4141 'layout/ImageQualityControllerTest.cpp',
4141 'layout/InlineTextBoxTest.cpp', 4142 'layout/InlineTextBoxTest.cpp',
4142 'layout/LayoutBlockTest.cpp', 4143 'layout/LayoutBlockTest.cpp',
4143 'layout/LayoutBoxModelObjectTest.cpp', 4144 'layout/LayoutBoxModelObjectTest.cpp',
4144 'layout/LayoutBoxTest.cpp', 4145 'layout/LayoutBoxTest.cpp',
4145 'layout/LayoutInlineTest.cpp', 4146 'layout/LayoutInlineTest.cpp',
4146 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4147 'layout/LayoutMultiColumnFlowThreadTest.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
4206 'testing/PrivateScriptTestTest.cpp', 4207 'testing/PrivateScriptTestTest.cpp',
4207 'timing/MemoryInfoTest.cpp', 4208 'timing/MemoryInfoTest.cpp',
4208 'timing/PerformanceBaseTest.cpp', 4209 'timing/PerformanceBaseTest.cpp',
4209 'timing/PerformanceObserverTest.cpp', 4210 'timing/PerformanceObserverTest.cpp',
4210 'workers/WorkerThreadTest.cpp', 4211 'workers/WorkerThreadTest.cpp',
4211 'workers/WorkerThreadTestHelper.h', 4212 'workers/WorkerThreadTestHelper.h',
4212 'xml/parser/SharedBufferReaderTest.cpp', 4213 'xml/parser/SharedBufferReaderTest.cpp',
4213 ], 4214 ],
4214 } 4215 }
4215 } 4216 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/track/TextTrackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698