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 1609313002: Use BlobCallback in toBlob instead of FileCallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master and Renamed mimeType to contentType to match other bits in Blob.h 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'events/RelatedEvent.idl', 137 'events/RelatedEvent.idl',
138 'events/ResourceProgressEvent.idl', 138 'events/ResourceProgressEvent.idl',
139 'events/SecurityPolicyViolationEvent.idl', 139 'events/SecurityPolicyViolationEvent.idl',
140 'events/TextEvent.idl', 140 'events/TextEvent.idl',
141 'events/TouchEvent.idl', 141 'events/TouchEvent.idl',
142 'events/TransitionEvent.idl', 142 'events/TransitionEvent.idl',
143 'events/UIEvent.idl', 143 'events/UIEvent.idl',
144 'events/WheelEvent.idl', 144 'events/WheelEvent.idl',
145 'fileapi/Blob.idl', 145 'fileapi/Blob.idl',
146 'fileapi/File.idl', 146 'fileapi/File.idl',
147 'fileapi/FileCallback.idl', 147 'fileapi/BlobCallback.idl',
148 'fileapi/FileError.idl', 148 'fileapi/FileError.idl',
149 'fileapi/FileList.idl', 149 'fileapi/FileList.idl',
150 'fileapi/FileReader.idl', 150 'fileapi/FileReader.idl',
151 'fileapi/FileReaderSync.idl', 151 'fileapi/FileReaderSync.idl',
152 'frame/BarProp.idl', 152 'frame/BarProp.idl',
153 'frame/Console.idl', 153 'frame/Console.idl',
154 'frame/ConsoleBase.idl', 154 'frame/ConsoleBase.idl',
155 'frame/History.idl', 155 'frame/History.idl',
156 'frame/ImageBitmap.idl', 156 'frame/ImageBitmap.idl',
157 'frame/Location.idl', 157 'frame/Location.idl',
(...skipping 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 'fetch/UniqueIdentifier.cpp', 1569 'fetch/UniqueIdentifier.cpp',
1570 'fetch/UniqueIdentifier.h', 1570 'fetch/UniqueIdentifier.h',
1571 'fetch/WebCacheMemoryDumpProvider.cpp', 1571 'fetch/WebCacheMemoryDumpProvider.cpp',
1572 'fetch/WebCacheMemoryDumpProvider.h', 1572 'fetch/WebCacheMemoryDumpProvider.h',
1573 'fetch/XSLStyleSheetResource.cpp', 1573 'fetch/XSLStyleSheetResource.cpp',
1574 'fetch/XSLStyleSheetResource.h', 1574 'fetch/XSLStyleSheetResource.h',
1575 'fileapi/Blob.cpp', 1575 'fileapi/Blob.cpp',
1576 'fileapi/Blob.h', 1576 'fileapi/Blob.h',
1577 'fileapi/File.cpp', 1577 'fileapi/File.cpp',
1578 'fileapi/File.h', 1578 'fileapi/File.h',
1579 'fileapi/FileCallback.h', 1579 'fileapi/BlobCallback.h',
1580 'fileapi/FileError.cpp', 1580 'fileapi/FileError.cpp',
1581 'fileapi/FileError.h', 1581 'fileapi/FileError.h',
1582 'fileapi/FileList.cpp', 1582 'fileapi/FileList.cpp',
1583 'fileapi/FileList.h', 1583 'fileapi/FileList.h',
1584 'fileapi/FileReader.cpp', 1584 'fileapi/FileReader.cpp',
1585 'fileapi/FileReader.h', 1585 'fileapi/FileReader.h',
1586 'fileapi/FileReaderLoader.cpp', 1586 'fileapi/FileReaderLoader.cpp',
1587 'fileapi/FileReaderLoader.h', 1587 'fileapi/FileReaderLoader.h',
1588 'fileapi/FileReaderLoaderClient.h', 1588 'fileapi/FileReaderLoaderClient.h',
1589 'fileapi/FileReaderSync.cpp', 1589 'fileapi/FileReaderSync.cpp',
(...skipping 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'style/SVGComputedStyleTest.cpp', 4035 'style/SVGComputedStyleTest.cpp',
4036 'svg/SVGPathParserTest.cpp', 4036 'svg/SVGPathParserTest.cpp',
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4038 'testing/PrivateScriptTestTest.cpp', 4038 'testing/PrivateScriptTestTest.cpp',
4039 'timing/MemoryInfoTest.cpp', 4039 'timing/MemoryInfoTest.cpp',
4040 'workers/WorkerThreadTest.cpp', 4040 'workers/WorkerThreadTest.cpp',
4041 'xml/parser/SharedBufferReaderTest.cpp', 4041 'xml/parser/SharedBufferReaderTest.cpp',
4042 ], 4042 ],
4043 } 4043 }
4044 } 4044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698