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

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

Issue 1257253004: [HTMLCanvasElement.toBlob] Default callback version without scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: A small change from thread safe bind to common bind based on Kinuko's review Created 5 years, 3 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/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'filesystem/DOMFileSystemSync.idl', 65 'filesystem/DOMFileSystemSync.idl',
66 'filesystem/DirectoryEntry.idl', 66 'filesystem/DirectoryEntry.idl',
67 'filesystem/DirectoryEntrySync.idl', 67 'filesystem/DirectoryEntrySync.idl',
68 'filesystem/DirectoryReader.idl', 68 'filesystem/DirectoryReader.idl',
69 'filesystem/DirectoryReaderSync.idl', 69 'filesystem/DirectoryReaderSync.idl',
70 'filesystem/EntriesCallback.idl', 70 'filesystem/EntriesCallback.idl',
71 'filesystem/Entry.idl', 71 'filesystem/Entry.idl',
72 'filesystem/EntryCallback.idl', 72 'filesystem/EntryCallback.idl',
73 'filesystem/EntrySync.idl', 73 'filesystem/EntrySync.idl',
74 'filesystem/ErrorCallback.idl', 74 'filesystem/ErrorCallback.idl',
75 'filesystem/FileCallback.idl',
76 'filesystem/FileEntry.idl', 75 'filesystem/FileEntry.idl',
77 'filesystem/FileEntrySync.idl', 76 'filesystem/FileEntrySync.idl',
78 'filesystem/FileSystemCallback.idl', 77 'filesystem/FileSystemCallback.idl',
79 'filesystem/FileWriter.idl', 78 'filesystem/FileWriter.idl',
80 'filesystem/FileWriterCallback.idl', 79 'filesystem/FileWriterCallback.idl',
81 'filesystem/FileWriterSync.idl', 80 'filesystem/FileWriterSync.idl',
82 'filesystem/Metadata.idl', 81 'filesystem/Metadata.idl',
83 'filesystem/MetadataCallback.idl', 82 'filesystem/MetadataCallback.idl',
84 'gamepad/Gamepad.idl', 83 'gamepad/Gamepad.idl',
85 'gamepad/GamepadButton.idl', 84 'gamepad/GamepadButton.idl',
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 'filesystem/DraggedIsolatedFileSystemImpl.h', 955 'filesystem/DraggedIsolatedFileSystemImpl.h',
957 'filesystem/EntriesCallback.h', 956 'filesystem/EntriesCallback.h',
958 'filesystem/Entry.cpp', 957 'filesystem/Entry.cpp',
959 'filesystem/Entry.h', 958 'filesystem/Entry.h',
960 'filesystem/EntryBase.cpp', 959 'filesystem/EntryBase.cpp',
961 'filesystem/EntryBase.h', 960 'filesystem/EntryBase.h',
962 'filesystem/EntryCallback.h', 961 'filesystem/EntryCallback.h',
963 'filesystem/EntrySync.cpp', 962 'filesystem/EntrySync.cpp',
964 'filesystem/EntrySync.h', 963 'filesystem/EntrySync.h',
965 'filesystem/ErrorCallback.h', 964 'filesystem/ErrorCallback.h',
966 'filesystem/FileCallback.h',
967 'filesystem/FileEntry.cpp', 965 'filesystem/FileEntry.cpp',
968 'filesystem/FileEntry.h', 966 'filesystem/FileEntry.h',
969 'filesystem/FileEntrySync.cpp', 967 'filesystem/FileEntrySync.cpp',
970 'filesystem/FileEntrySync.h', 968 'filesystem/FileEntrySync.h',
971 'filesystem/FileSystemCallback.h', 969 'filesystem/FileSystemCallback.h',
972 'filesystem/FileSystemCallbacks.cpp', 970 'filesystem/FileSystemCallbacks.cpp',
973 'filesystem/FileSystemCallbacks.h', 971 'filesystem/FileSystemCallbacks.h',
974 'filesystem/FileSystemClient.h', 972 'filesystem/FileSystemClient.h',
975 'filesystem/FileWriter.cpp', 973 'filesystem/FileWriter.cpp',
976 'filesystem/FileWriter.h', 974 'filesystem/FileWriter.h',
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1800 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1803 'webaudio/ConvolverNodeTest.cpp', 1801 'webaudio/ConvolverNodeTest.cpp',
1804 'webaudio/DynamicsCompressorNodeTest.cpp', 1802 'webaudio/DynamicsCompressorNodeTest.cpp',
1805 'webaudio/ScriptProcessorNodeTest.cpp', 1803 'webaudio/ScriptProcessorNodeTest.cpp',
1806 'webaudio/StereoPannerNodeTest.cpp', 1804 'webaudio/StereoPannerNodeTest.cpp',
1807 'websockets/DOMWebSocketTest.cpp', 1805 'websockets/DOMWebSocketTest.cpp',
1808 'websockets/DocumentWebSocketChannelTest.cpp', 1806 'websockets/DocumentWebSocketChannelTest.cpp',
1809 ], 1807 ],
1810 }, 1808 },
1811 } 1809 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698