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

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

Issue 1257253004: [HTMLCanvasElement.toBlob] Default callback version without scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modifications based on feedback from Patch Set 3 including Layout Tests and Rebaseline of Mac and Win Created 5 years, 4 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'events/RelatedEvent.idl', 120 'events/RelatedEvent.idl',
121 'events/ResourceProgressEvent.idl', 121 'events/ResourceProgressEvent.idl',
122 'events/SecurityPolicyViolationEvent.idl', 122 'events/SecurityPolicyViolationEvent.idl',
123 'events/TextEvent.idl', 123 'events/TextEvent.idl',
124 'events/TouchEvent.idl', 124 'events/TouchEvent.idl',
125 'events/TransitionEvent.idl', 125 'events/TransitionEvent.idl',
126 'events/UIEvent.idl', 126 'events/UIEvent.idl',
127 'events/WheelEvent.idl', 127 'events/WheelEvent.idl',
128 'fileapi/Blob.idl', 128 'fileapi/Blob.idl',
129 'fileapi/File.idl', 129 'fileapi/File.idl',
130 'fileapi/FileCallback.idl',
130 'fileapi/FileError.idl', 131 'fileapi/FileError.idl',
131 'fileapi/FileList.idl', 132 'fileapi/FileList.idl',
132 'fileapi/FileReader.idl', 133 'fileapi/FileReader.idl',
133 'fileapi/FileReaderSync.idl', 134 'fileapi/FileReaderSync.idl',
134 'frame/BarProp.idl', 135 'frame/BarProp.idl',
135 'frame/Console.idl', 136 'frame/Console.idl',
136 'frame/ConsoleBase.idl', 137 'frame/ConsoleBase.idl',
137 'frame/History.idl', 138 'frame/History.idl',
138 'frame/ImageBitmap.idl', 139 'frame/ImageBitmap.idl',
139 'frame/Location.idl', 140 'frame/Location.idl',
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 'fetch/TextResource.cpp', 1451 'fetch/TextResource.cpp',
1451 'fetch/TextResource.h', 1452 'fetch/TextResource.h',
1452 'fetch/UniqueIdentifier.cpp', 1453 'fetch/UniqueIdentifier.cpp',
1453 'fetch/UniqueIdentifier.h', 1454 'fetch/UniqueIdentifier.h',
1454 'fetch/XSLStyleSheetResource.cpp', 1455 'fetch/XSLStyleSheetResource.cpp',
1455 'fetch/XSLStyleSheetResource.h', 1456 'fetch/XSLStyleSheetResource.h',
1456 'fileapi/Blob.cpp', 1457 'fileapi/Blob.cpp',
1457 'fileapi/Blob.h', 1458 'fileapi/Blob.h',
1458 'fileapi/File.cpp', 1459 'fileapi/File.cpp',
1459 'fileapi/File.h', 1460 'fileapi/File.h',
1461 'fileapi/FileCallback.h',
1460 'fileapi/FileError.cpp', 1462 'fileapi/FileError.cpp',
1461 'fileapi/FileError.h', 1463 'fileapi/FileError.h',
1462 'fileapi/FileList.cpp', 1464 'fileapi/FileList.cpp',
1463 'fileapi/FileList.h', 1465 'fileapi/FileList.h',
1464 'fileapi/FileReader.cpp', 1466 'fileapi/FileReader.cpp',
1465 'fileapi/FileReader.h', 1467 'fileapi/FileReader.h',
1466 'fileapi/FileReaderLoader.cpp', 1468 'fileapi/FileReaderLoader.cpp',
1467 'fileapi/FileReaderLoader.h', 1469 'fileapi/FileReaderLoader.h',
1468 'fileapi/FileReaderLoaderClient.h', 1470 'fileapi/FileReaderLoaderClient.h',
1469 'fileapi/FileReaderSync.cpp', 1471 'fileapi/FileReaderSync.cpp',
(...skipping 2346 matching lines...) Expand 10 before | Expand all | Expand 10 after
3816 'style/OutlineValueTest.cpp', 3818 'style/OutlineValueTest.cpp',
3817 'style/SVGComputedStyleTest.cpp', 3819 'style/SVGComputedStyleTest.cpp',
3818 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3820 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3819 'testing/PrivateScriptTestTest.cpp', 3821 'testing/PrivateScriptTestTest.cpp',
3820 'timing/MemoryInfoTest.cpp', 3822 'timing/MemoryInfoTest.cpp',
3821 'workers/WorkerThreadTest.cpp', 3823 'workers/WorkerThreadTest.cpp',
3822 'xml/parser/SharedBufferReaderTest.cpp', 3824 'xml/parser/SharedBufferReaderTest.cpp',
3823 ], 3825 ],
3824 } 3826 }
3825 } 3827 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698