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

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

Issue 1732913002: Revert of 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: Created 4 years, 10 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 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after
3955 'html/HTMLImageElementTest.cpp', 3955 'html/HTMLImageElementTest.cpp',
3956 'html/HTMLInputElementTest.cpp', 3956 'html/HTMLInputElementTest.cpp',
3957 'html/HTMLLinkElementSizesAttributeTest.cpp', 3957 'html/HTMLLinkElementSizesAttributeTest.cpp',
3958 'html/HTMLOutputElementTest.cpp', 3958 'html/HTMLOutputElementTest.cpp',
3959 'html/HTMLSelectElementTest.cpp', 3959 'html/HTMLSelectElementTest.cpp',
3960 'html/HTMLTableRowElementTest.cpp', 3960 'html/HTMLTableRowElementTest.cpp',
3961 'html/HTMLTextFormControlElementTest.cpp', 3961 'html/HTMLTextFormControlElementTest.cpp',
3962 'html/HTMLVideoElementTest.cpp', 3962 'html/HTMLVideoElementTest.cpp',
3963 'html/LinkRelAttributeTest.cpp', 3963 'html/LinkRelAttributeTest.cpp',
3964 'html/TimeRangesTest.cpp', 3964 'html/TimeRangesTest.cpp',
3965 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
3966 'html/canvas/CanvasFontCacheTest.cpp', 3965 'html/canvas/CanvasFontCacheTest.cpp',
3967 'html/forms/EmailInputTypeTest.cpp', 3966 'html/forms/EmailInputTypeTest.cpp',
3968 'html/forms/FileInputTypeTest.cpp', 3967 'html/forms/FileInputTypeTest.cpp',
3969 'html/forms/StepRangeTest.cpp', 3968 'html/forms/StepRangeTest.cpp',
3970 'html/parser/AtomicHTMLTokenTest.cpp', 3969 'html/parser/AtomicHTMLTokenTest.cpp',
3971 'html/parser/CompactHTMLTokenTest.cpp', 3970 'html/parser/CompactHTMLTokenTest.cpp',
3972 'html/parser/HTMLEntityParserTest.cpp', 3971 'html/parser/HTMLEntityParserTest.cpp',
3973 'html/parser/HTMLParserIdiomsTest.cpp', 3972 'html/parser/HTMLParserIdiomsTest.cpp',
3974 'html/parser/HTMLParserThreadTest.cpp', 3973 'html/parser/HTMLParserThreadTest.cpp',
3975 'html/parser/HTMLPreloadScannerTest.cpp', 3974 'html/parser/HTMLPreloadScannerTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
4030 'style/SVGComputedStyleTest.cpp', 4029 'style/SVGComputedStyleTest.cpp',
4031 'svg/SVGPathParserTest.cpp', 4030 'svg/SVGPathParserTest.cpp',
4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4033 'testing/PrivateScriptTestTest.cpp', 4032 'testing/PrivateScriptTestTest.cpp',
4034 'timing/MemoryInfoTest.cpp', 4033 'timing/MemoryInfoTest.cpp',
4035 'workers/WorkerThreadTest.cpp', 4034 'workers/WorkerThreadTest.cpp',
4036 'xml/parser/SharedBufferReaderTest.cpp', 4035 'xml/parser/SharedBufferReaderTest.cpp',
4037 ], 4036 ],
4038 } 4037 }
4039 } 4038 }
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