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

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

Issue 1669713002: Reland Simplify CanvasAsyncBlobCreator by removing ContextObserver and tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed leak problem 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 3983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3994 'html/HTMLImageElementTest.cpp', 3994 'html/HTMLImageElementTest.cpp',
3995 'html/HTMLInputElementTest.cpp', 3995 'html/HTMLInputElementTest.cpp',
3996 'html/HTMLLinkElementSizesAttributeTest.cpp', 3996 'html/HTMLLinkElementSizesAttributeTest.cpp',
3997 'html/HTMLOutputElementTest.cpp', 3997 'html/HTMLOutputElementTest.cpp',
3998 'html/HTMLSelectElementTest.cpp', 3998 'html/HTMLSelectElementTest.cpp',
3999 'html/HTMLTableRowElementTest.cpp', 3999 'html/HTMLTableRowElementTest.cpp',
4000 'html/HTMLTextFormControlElementTest.cpp', 4000 'html/HTMLTextFormControlElementTest.cpp',
4001 'html/HTMLVideoElementTest.cpp', 4001 'html/HTMLVideoElementTest.cpp',
4002 'html/LinkRelAttributeTest.cpp', 4002 'html/LinkRelAttributeTest.cpp',
4003 'html/TimeRangesTest.cpp', 4003 'html/TimeRangesTest.cpp',
4004 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
4005 'html/canvas/CanvasFontCacheTest.cpp', 4004 'html/canvas/CanvasFontCacheTest.cpp',
4006 'html/forms/EmailInputTypeTest.cpp', 4005 'html/forms/EmailInputTypeTest.cpp',
4007 'html/forms/FileInputTypeTest.cpp', 4006 'html/forms/FileInputTypeTest.cpp',
4008 'html/forms/StepRangeTest.cpp', 4007 'html/forms/StepRangeTest.cpp',
4009 'html/parser/AtomicHTMLTokenTest.cpp', 4008 'html/parser/AtomicHTMLTokenTest.cpp',
4010 'html/parser/CompactHTMLTokenTest.cpp', 4009 'html/parser/CompactHTMLTokenTest.cpp',
4011 'html/parser/HTMLEntityParserTest.cpp', 4010 'html/parser/HTMLEntityParserTest.cpp',
4012 'html/parser/HTMLParserThreadTest.cpp', 4011 'html/parser/HTMLParserThreadTest.cpp',
4013 'html/parser/HTMLPreloadScannerTest.cpp', 4012 'html/parser/HTMLPreloadScannerTest.cpp',
4014 'html/parser/HTMLResourcePreloaderTest.cpp', 4013 'html/parser/HTMLResourcePreloaderTest.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
4067 'style/SVGComputedStyleTest.cpp', 4066 'style/SVGComputedStyleTest.cpp',
4068 'svg/SVGPathParserTest.cpp', 4067 'svg/SVGPathParserTest.cpp',
4069 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4070 'testing/PrivateScriptTestTest.cpp', 4069 'testing/PrivateScriptTestTest.cpp',
4071 'timing/MemoryInfoTest.cpp', 4070 'timing/MemoryInfoTest.cpp',
4072 'workers/WorkerThreadTest.cpp', 4071 'workers/WorkerThreadTest.cpp',
4073 'xml/parser/SharedBufferReaderTest.cpp', 4072 'xml/parser/SharedBufferReaderTest.cpp',
4074 ], 4073 ],
4075 } 4074 }
4076 } 4075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698