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 1599413005: Use BlobCallback in toBlob instead of FileCallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding BlobCallback for toBlob Use Created 4 years, 11 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'events/PromiseRejectionEvent.idl', 135 'events/PromiseRejectionEvent.idl',
136 'events/RelatedEvent.idl', 136 'events/RelatedEvent.idl',
137 'events/ResourceProgressEvent.idl', 137 'events/ResourceProgressEvent.idl',
138 'events/SecurityPolicyViolationEvent.idl', 138 'events/SecurityPolicyViolationEvent.idl',
139 'events/TextEvent.idl', 139 'events/TextEvent.idl',
140 'events/TouchEvent.idl', 140 'events/TouchEvent.idl',
141 'events/TransitionEvent.idl', 141 'events/TransitionEvent.idl',
142 'events/UIEvent.idl', 142 'events/UIEvent.idl',
143 'events/WheelEvent.idl', 143 'events/WheelEvent.idl',
144 'fileapi/Blob.idl', 144 'fileapi/Blob.idl',
145 'fileapi/BlobCallback.idl',
145 'fileapi/File.idl', 146 'fileapi/File.idl',
146 'fileapi/FileCallback.idl', 147 'fileapi/FileCallback.idl',
147 'fileapi/FileError.idl', 148 'fileapi/FileError.idl',
148 'fileapi/FileList.idl', 149 'fileapi/FileList.idl',
149 'fileapi/FileReader.idl', 150 'fileapi/FileReader.idl',
150 'fileapi/FileReaderSync.idl', 151 'fileapi/FileReaderSync.idl',
151 'frame/BarProp.idl', 152 'frame/BarProp.idl',
152 'frame/Console.idl', 153 'frame/Console.idl',
153 'frame/ConsoleBase.idl', 154 'frame/ConsoleBase.idl',
154 'frame/History.idl', 155 'frame/History.idl',
(...skipping 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after
4029 'style/SVGComputedStyleTest.cpp', 4030 'style/SVGComputedStyleTest.cpp',
4030 'svg/SVGPathParserTest.cpp', 4031 'svg/SVGPathParserTest.cpp',
4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4032 'testing/PrivateScriptTestTest.cpp', 4033 'testing/PrivateScriptTestTest.cpp',
4033 'timing/MemoryInfoTest.cpp', 4034 'timing/MemoryInfoTest.cpp',
4034 'workers/WorkerThreadTest.cpp', 4035 'workers/WorkerThreadTest.cpp',
4035 'xml/parser/SharedBufferReaderTest.cpp', 4036 'xml/parser/SharedBufferReaderTest.cpp',
4036 ], 4037 ],
4037 } 4038 }
4038 } 4039 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/Blob.h » ('j') | third_party/WebKit/Source/core/fileapi/Blob.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698