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

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

Issue 15897025: Add window.crypto.subtle behind a runtime feature flag ("Crypto") (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on head Created 7 years, 6 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/crypto/SubtleCrypto.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 'modules_idl_files': [ 11 'modules_idl_files': [
12 'crypto/Crypto.idl', 12 'crypto/Crypto.idl',
13 'crypto/DOMWindowCrypto.idl', 13 'crypto/DOMWindowCrypto.idl',
14 'crypto/SubtleCrypto.idl',
14 'device_orientation/DeviceAcceleration.idl', 15 'device_orientation/DeviceAcceleration.idl',
15 'device_orientation/DeviceMotionEvent.idl', 16 'device_orientation/DeviceMotionEvent.idl',
16 'device_orientation/DeviceRotationRate.idl', 17 'device_orientation/DeviceRotationRate.idl',
17 'donottrack/NavigatorDoNotTrack.idl', 18 'donottrack/NavigatorDoNotTrack.idl',
18 'encryptedmedia/MediaKeyMessageEvent.idl', 19 'encryptedmedia/MediaKeyMessageEvent.idl',
19 'encryptedmedia/MediaKeyNeededEvent.idl', 20 'encryptedmedia/MediaKeyNeededEvent.idl',
20 'encryptedmedia/MediaKeys.idl', 21 'encryptedmedia/MediaKeys.idl',
21 'encryptedmedia/MediaKeySession.idl', 22 'encryptedmedia/MediaKeySession.idl',
22 'filesystem/DOMFileSystem.idl', 23 'filesystem/DOMFileSystem.idl',
23 'filesystem/DOMFileSystemSync.idl', 24 'filesystem/DOMFileSystemSync.idl',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'websockets/CloseEvent.idl', 180 'websockets/CloseEvent.idl',
180 'websockets/WebSocket.idl', 181 'websockets/WebSocket.idl',
181 'websockets/WorkerContextWebSocket.idl', 182 'websockets/WorkerContextWebSocket.idl',
182 ], 183 ],
183 'modules_files': [ 184 'modules_files': [
184 '<@(extra_blink_module_files)', 185 '<@(extra_blink_module_files)',
185 'crypto/Crypto.cpp', 186 'crypto/Crypto.cpp',
186 'crypto/Crypto.h', 187 'crypto/Crypto.h',
187 'crypto/DOMWindowCrypto.cpp', 188 'crypto/DOMWindowCrypto.cpp',
188 'crypto/DOMWindowCrypto.h', 189 'crypto/DOMWindowCrypto.h',
190 'crypto/SubtleCrypto.cpp',
191 'crypto/SubtleCrypto.h',
189 'device_orientation/DeviceAcceleration.cpp', 192 'device_orientation/DeviceAcceleration.cpp',
190 'device_orientation/DeviceAcceleration.h', 193 'device_orientation/DeviceAcceleration.h',
191 'device_orientation/DeviceMotionClient.h', 194 'device_orientation/DeviceMotionClient.h',
192 'device_orientation/DeviceMotionController.cpp', 195 'device_orientation/DeviceMotionController.cpp',
193 'device_orientation/DeviceMotionController.h', 196 'device_orientation/DeviceMotionController.h',
194 'device_orientation/DeviceMotionData.cpp', 197 'device_orientation/DeviceMotionData.cpp',
195 'device_orientation/DeviceMotionData.h', 198 'device_orientation/DeviceMotionData.h',
196 'device_orientation/DeviceMotionDispatcher.cpp', 199 'device_orientation/DeviceMotionDispatcher.cpp',
197 'device_orientation/DeviceMotionDispatcher.h', 200 'device_orientation/DeviceMotionDispatcher.h',
198 'device_orientation/DeviceMotionEvent.h', 201 'device_orientation/DeviceMotionEvent.h',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'websockets/WorkerThreadableWebSocketChannel.cpp', 668 'websockets/WorkerThreadableWebSocketChannel.cpp',
666 'websockets/WorkerThreadableWebSocketChannel.h', 669 'websockets/WorkerThreadableWebSocketChannel.h',
667 ], 670 ],
668 'modules_unittest_files': [ 671 'modules_unittest_files': [
669 'websockets/WebSocketDeflaterTest.cpp', 672 'websockets/WebSocketDeflaterTest.cpp',
670 'websockets/WebSocketExtensionDispatcherTest.cpp', 673 'websockets/WebSocketExtensionDispatcherTest.cpp',
671 'websockets/WebSocketPerMessageDeflateTest.cpp', 674 'websockets/WebSocketPerMessageDeflateTest.cpp',
672 ], 675 ],
673 }, 676 },
674 } 677 }
OLDNEW
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698