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

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

Issue 1660993002: Revert of Simplify CanvasAsyncBlobCreator by removing ContextObserver and related tests (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
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 3974 matching lines...) Expand 10 before | Expand all | Expand 10 after
3985 'html/HTMLImageElementTest.cpp', 3985 'html/HTMLImageElementTest.cpp',
3986 'html/HTMLInputElementTest.cpp', 3986 'html/HTMLInputElementTest.cpp',
3987 'html/HTMLLinkElementSizesAttributeTest.cpp', 3987 'html/HTMLLinkElementSizesAttributeTest.cpp',
3988 'html/HTMLOutputElementTest.cpp', 3988 'html/HTMLOutputElementTest.cpp',
3989 'html/HTMLSelectElementTest.cpp', 3989 'html/HTMLSelectElementTest.cpp',
3990 'html/HTMLTableRowElementTest.cpp', 3990 'html/HTMLTableRowElementTest.cpp',
3991 'html/HTMLTextFormControlElementTest.cpp', 3991 'html/HTMLTextFormControlElementTest.cpp',
3992 'html/HTMLVideoElementTest.cpp', 3992 'html/HTMLVideoElementTest.cpp',
3993 'html/LinkRelAttributeTest.cpp', 3993 'html/LinkRelAttributeTest.cpp',
3994 'html/TimeRangesTest.cpp', 3994 'html/TimeRangesTest.cpp',
3995 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
3995 'html/canvas/CanvasFontCacheTest.cpp', 3996 'html/canvas/CanvasFontCacheTest.cpp',
3996 'html/forms/EmailInputTypeTest.cpp', 3997 'html/forms/EmailInputTypeTest.cpp',
3997 'html/forms/FileInputTypeTest.cpp', 3998 'html/forms/FileInputTypeTest.cpp',
3998 'html/forms/StepRangeTest.cpp', 3999 'html/forms/StepRangeTest.cpp',
3999 'html/parser/AtomicHTMLTokenTest.cpp', 4000 'html/parser/AtomicHTMLTokenTest.cpp',
4000 'html/parser/CompactHTMLTokenTest.cpp', 4001 'html/parser/CompactHTMLTokenTest.cpp',
4001 'html/parser/HTMLEntityParserTest.cpp', 4002 'html/parser/HTMLEntityParserTest.cpp',
4002 'html/parser/HTMLParserThreadTest.cpp', 4003 'html/parser/HTMLParserThreadTest.cpp',
4003 'html/parser/HTMLPreloadScannerTest.cpp', 4004 'html/parser/HTMLPreloadScannerTest.cpp',
4004 'html/parser/HTMLResourcePreloaderTest.cpp', 4005 'html/parser/HTMLResourcePreloaderTest.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
4055 'style/SVGComputedStyleTest.cpp', 4056 'style/SVGComputedStyleTest.cpp',
4056 'svg/SVGPathParserTest.cpp', 4057 'svg/SVGPathParserTest.cpp',
4057 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4058 'testing/PrivateScriptTestTest.cpp', 4059 'testing/PrivateScriptTestTest.cpp',
4059 'timing/MemoryInfoTest.cpp', 4060 'timing/MemoryInfoTest.cpp',
4060 'workers/WorkerThreadTest.cpp', 4061 'workers/WorkerThreadTest.cpp',
4061 'xml/parser/SharedBufferReaderTest.cpp', 4062 'xml/parser/SharedBufferReaderTest.cpp',
4062 ], 4063 ],
4063 } 4064 }
4064 } 4065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698