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

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: Changes based on second code reviews 2 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/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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 'filesystem/DraggedIsolatedFileSystemImpl.h', 937 'filesystem/DraggedIsolatedFileSystemImpl.h',
939 'filesystem/EntriesCallback.h', 938 'filesystem/EntriesCallback.h',
940 'filesystem/Entry.cpp', 939 'filesystem/Entry.cpp',
941 'filesystem/Entry.h', 940 'filesystem/Entry.h',
942 'filesystem/EntryBase.cpp', 941 'filesystem/EntryBase.cpp',
943 'filesystem/EntryBase.h', 942 'filesystem/EntryBase.h',
944 'filesystem/EntryCallback.h', 943 'filesystem/EntryCallback.h',
945 'filesystem/EntrySync.cpp', 944 'filesystem/EntrySync.cpp',
946 'filesystem/EntrySync.h', 945 'filesystem/EntrySync.h',
947 'filesystem/ErrorCallback.h', 946 'filesystem/ErrorCallback.h',
948 'filesystem/FileCallback.h',
949 'filesystem/FileEntry.cpp', 947 'filesystem/FileEntry.cpp',
950 'filesystem/FileEntry.h', 948 'filesystem/FileEntry.h',
951 'filesystem/FileEntrySync.cpp', 949 'filesystem/FileEntrySync.cpp',
952 'filesystem/FileEntrySync.h', 950 'filesystem/FileEntrySync.h',
953 'filesystem/FileSystemCallback.h', 951 'filesystem/FileSystemCallback.h',
954 'filesystem/FileSystemCallbacks.cpp', 952 'filesystem/FileSystemCallbacks.cpp',
955 'filesystem/FileSystemCallbacks.h', 953 'filesystem/FileSystemCallbacks.h',
956 'filesystem/FileSystemClient.h', 954 'filesystem/FileSystemClient.h',
957 'filesystem/FileWriter.cpp', 955 'filesystem/FileWriter.cpp',
958 'filesystem/FileWriter.h', 956 'filesystem/FileWriter.h',
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1767 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1765 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1768 'webaudio/ConvolverNodeTest.cpp', 1766 'webaudio/ConvolverNodeTest.cpp',
1769 'webaudio/DynamicsCompressorNodeTest.cpp', 1767 'webaudio/DynamicsCompressorNodeTest.cpp',
1770 'webaudio/ScriptProcessorNodeTest.cpp', 1768 'webaudio/ScriptProcessorNodeTest.cpp',
1771 'webaudio/StereoPannerNodeTest.cpp', 1769 'webaudio/StereoPannerNodeTest.cpp',
1772 'websockets/DOMWebSocketTest.cpp', 1770 'websockets/DOMWebSocketTest.cpp',
1773 'websockets/DocumentWebSocketChannelTest.cpp', 1771 'websockets/DocumentWebSocketChannelTest.cpp',
1774 ], 1772 ],
1775 }, 1773 },
1776 } 1774 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698