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

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

Issue 15901002: Implement Encoding API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline webexposed global constructor tests Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/encoding/TextEncoder.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
11 'deprecated_perl_modules_idl_files': [ 11 'deprecated_perl_modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'crypto/AesCbcParams.idl', 13 'crypto/AesCbcParams.idl',
14 'crypto/AesKeyGenParams.idl', 14 'crypto/AesKeyGenParams.idl',
15 'crypto/Algorithm.idl', 15 'crypto/Algorithm.idl',
16 'crypto/Crypto.idl', 16 'crypto/Crypto.idl',
17 'crypto/CryptoOperation.idl', 17 'crypto/CryptoOperation.idl',
18 'crypto/HmacParams.idl', 18 'crypto/HmacParams.idl',
19 'crypto/Key.idl', 19 'crypto/Key.idl',
20 'crypto/SubtleCrypto.idl', 20 'crypto/SubtleCrypto.idl',
21 'crypto/WorkerCrypto.idl', 21 'crypto/WorkerCrypto.idl',
22 'device_orientation/DeviceAcceleration.idl', 22 'device_orientation/DeviceAcceleration.idl',
23 'device_orientation/DeviceMotionEvent.idl', 23 'device_orientation/DeviceMotionEvent.idl',
24 'device_orientation/DeviceOrientationEvent.idl', 24 'device_orientation/DeviceOrientationEvent.idl',
25 'device_orientation/DeviceRotationRate.idl', 25 'device_orientation/DeviceRotationRate.idl',
26 'encoding/TextDecoder.idl',
27 'encoding/TextEncoder.idl',
26 'encryptedmedia/MediaKeyMessageEvent.idl', 28 'encryptedmedia/MediaKeyMessageEvent.idl',
27 'encryptedmedia/MediaKeyNeededEvent.idl', 29 'encryptedmedia/MediaKeyNeededEvent.idl',
28 'encryptedmedia/MediaKeys.idl', 30 'encryptedmedia/MediaKeys.idl',
29 'encryptedmedia/MediaKeySession.idl', 31 'encryptedmedia/MediaKeySession.idl',
30 'filesystem/DOMFileSystem.idl', 32 'filesystem/DOMFileSystem.idl',
31 'filesystem/DOMFileSystemSync.idl', 33 'filesystem/DOMFileSystemSync.idl',
32 'filesystem/DirectoryEntry.idl', 34 'filesystem/DirectoryEntry.idl',
33 'filesystem/DirectoryEntrySync.idl', 35 'filesystem/DirectoryEntrySync.idl',
34 'filesystem/DirectoryReader.idl', 36 'filesystem/DirectoryReader.idl',
35 'filesystem/DirectoryReaderSync.idl', 37 'filesystem/DirectoryReaderSync.idl',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'device_orientation/DeviceRotationRate.cpp', 249 'device_orientation/DeviceRotationRate.cpp',
248 'device_orientation/DeviceRotationRate.h', 250 'device_orientation/DeviceRotationRate.h',
249 'device_orientation/DeviceSensorEventController.cpp', 251 'device_orientation/DeviceSensorEventController.cpp',
250 'device_orientation/DeviceSensorEventController.h', 252 'device_orientation/DeviceSensorEventController.h',
251 'device_orientation/DeviceSensorEventDispatcher.cpp', 253 'device_orientation/DeviceSensorEventDispatcher.cpp',
252 'device_orientation/DeviceSensorEventDispatcher.h', 254 'device_orientation/DeviceSensorEventDispatcher.h',
253 'device_orientation/NewDeviceOrientationController.cpp', 255 'device_orientation/NewDeviceOrientationController.cpp',
254 'device_orientation/NewDeviceOrientationController.h', 256 'device_orientation/NewDeviceOrientationController.h',
255 'donottrack/NavigatorDoNotTrack.cpp', 257 'donottrack/NavigatorDoNotTrack.cpp',
256 'donottrack/NavigatorDoNotTrack.h', 258 'donottrack/NavigatorDoNotTrack.h',
259 'encoding/TextDecoder.cpp',
260 'encoding/TextDecoder.h',
261 'encoding/TextEncoder.cpp',
262 'encoding/TextEncoder.h',
257 'encryptedmedia/MediaKeyMessageEvent.cpp', 263 'encryptedmedia/MediaKeyMessageEvent.cpp',
258 'encryptedmedia/MediaKeyMessageEvent.h', 264 'encryptedmedia/MediaKeyMessageEvent.h',
259 'encryptedmedia/MediaKeyNeededEvent.cpp', 265 'encryptedmedia/MediaKeyNeededEvent.cpp',
260 'encryptedmedia/MediaKeyNeededEvent.h', 266 'encryptedmedia/MediaKeyNeededEvent.h',
261 'encryptedmedia/MediaKeys.cpp', 267 'encryptedmedia/MediaKeys.cpp',
262 'encryptedmedia/MediaKeys.h', 268 'encryptedmedia/MediaKeys.h',
263 'encryptedmedia/MediaKeySession.cpp', 269 'encryptedmedia/MediaKeySession.cpp',
264 'encryptedmedia/MediaKeySession.h', 270 'encryptedmedia/MediaKeySession.h',
265 'filesystem/DOMFilePath.cpp', 271 'filesystem/DOMFilePath.cpp',
266 'filesystem/DOMFilePath.h', 272 'filesystem/DOMFilePath.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'indexeddb/IDBKeyPathTest.cpp', 753 'indexeddb/IDBKeyPathTest.cpp',
748 'indexeddb/IDBRequestTest.cpp', 754 'indexeddb/IDBRequestTest.cpp',
749 'indexeddb/IDBTransactionTest.cpp', 755 'indexeddb/IDBTransactionTest.cpp',
750 'websockets/WebSocketDeflaterTest.cpp', 756 'websockets/WebSocketDeflaterTest.cpp',
751 'websockets/WebSocketExtensionDispatcherTest.cpp', 757 'websockets/WebSocketExtensionDispatcherTest.cpp',
752 'websockets/WebSocketExtensionParserTest.cpp', 758 'websockets/WebSocketExtensionParserTest.cpp',
753 'websockets/WebSocketPerMessageDeflateTest.cpp', 759 'websockets/WebSocketPerMessageDeflateTest.cpp',
754 ], 760 ],
755 }, 761 },
756 } 762 }
OLDNEW
« no previous file with comments | « Source/modules/encoding/TextEncoder.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698