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 1938103002: Reland toBlob: If idle image encoding is postponed for too long, switch to main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout tests leak fixed 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h » ('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 4023 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 'html/HTMLInputElementTest.cpp', 4034 'html/HTMLInputElementTest.cpp',
4035 'html/HTMLLinkElementSizesAttributeTest.cpp', 4035 'html/HTMLLinkElementSizesAttributeTest.cpp',
4036 'html/HTMLOutputElementTest.cpp', 4036 'html/HTMLOutputElementTest.cpp',
4037 'html/HTMLSelectElementTest.cpp', 4037 'html/HTMLSelectElementTest.cpp',
4038 'html/HTMLTableRowElementTest.cpp', 4038 'html/HTMLTableRowElementTest.cpp',
4039 'html/HTMLTextAreaElementTest.cpp', 4039 'html/HTMLTextAreaElementTest.cpp',
4040 'html/HTMLTextFormControlElementTest.cpp', 4040 'html/HTMLTextFormControlElementTest.cpp',
4041 'html/HTMLVideoElementTest.cpp', 4041 'html/HTMLVideoElementTest.cpp',
4042 'html/LinkRelAttributeTest.cpp', 4042 'html/LinkRelAttributeTest.cpp',
4043 'html/TimeRangesTest.cpp', 4043 'html/TimeRangesTest.cpp',
4044 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
4044 'html/canvas/CanvasFontCacheTest.cpp', 4045 'html/canvas/CanvasFontCacheTest.cpp',
4045 'html/forms/EmailInputTypeTest.cpp', 4046 'html/forms/EmailInputTypeTest.cpp',
4046 'html/forms/FileInputTypeTest.cpp', 4047 'html/forms/FileInputTypeTest.cpp',
4047 'html/forms/StepRangeTest.cpp', 4048 'html/forms/StepRangeTest.cpp',
4048 'html/parser/AtomicHTMLTokenTest.cpp', 4049 'html/parser/AtomicHTMLTokenTest.cpp',
4049 'html/parser/CompactHTMLTokenTest.cpp', 4050 'html/parser/CompactHTMLTokenTest.cpp',
4050 'html/parser/HTMLEntityParserTest.cpp', 4051 'html/parser/HTMLEntityParserTest.cpp',
4051 'html/parser/HTMLParserIdiomsTest.cpp', 4052 'html/parser/HTMLParserIdiomsTest.cpp',
4052 'html/parser/HTMLParserThreadTest.cpp', 4053 'html/parser/HTMLParserThreadTest.cpp',
4053 'html/parser/HTMLPreloadScannerTest.cpp', 4054 'html/parser/HTMLPreloadScannerTest.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 'svg/SVGPathParserTest.cpp', 4119 'svg/SVGPathParserTest.cpp',
4119 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4120 'testing/PrivateScriptTestTest.cpp', 4121 'testing/PrivateScriptTestTest.cpp',
4121 'timing/MemoryInfoTest.cpp', 4122 'timing/MemoryInfoTest.cpp',
4122 'workers/WorkerThreadTest.cpp', 4123 'workers/WorkerThreadTest.cpp',
4123 'workers/WorkerThreadTestHelper.h', 4124 'workers/WorkerThreadTestHelper.h',
4124 'xml/parser/SharedBufferReaderTest.cpp', 4125 'xml/parser/SharedBufferReaderTest.cpp',
4125 ], 4126 ],
4126 } 4127 }
4127 } 4128 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698