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

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

Issue 143823004: Implement DeviceLight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Work in Adam's comments Created 6 years, 9 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 '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 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
11 'modules_idl_files': [ 11 'modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'crypto/AesKeyAlgorithm.idl', 13 'crypto/AesKeyAlgorithm.idl',
14 'crypto/Crypto.idl', 14 'crypto/Crypto.idl',
15 'crypto/HmacKeyAlgorithm.idl', 15 'crypto/HmacKeyAlgorithm.idl',
16 'crypto/Key.idl', 16 'crypto/Key.idl',
17 'crypto/KeyAlgorithm.idl', 17 'crypto/KeyAlgorithm.idl',
18 'crypto/KeyPair.idl', 18 'crypto/KeyPair.idl',
19 'crypto/RsaHashedKeyAlgorithm.idl', 19 'crypto/RsaHashedKeyAlgorithm.idl',
20 'crypto/RsaKeyAlgorithm.idl', 20 'crypto/RsaKeyAlgorithm.idl',
21 'crypto/SubtleCrypto.idl', 21 'crypto/SubtleCrypto.idl',
22 'crypto/WorkerCrypto.idl', 22 'crypto/WorkerCrypto.idl',
23 'device_light/DeviceLightEvent.idl',
23 'device_orientation/DeviceAcceleration.idl', 24 'device_orientation/DeviceAcceleration.idl',
24 'device_orientation/DeviceMotionEvent.idl', 25 'device_orientation/DeviceMotionEvent.idl',
25 'device_orientation/DeviceOrientationEvent.idl', 26 'device_orientation/DeviceOrientationEvent.idl',
26 'device_orientation/DeviceRotationRate.idl', 27 'device_orientation/DeviceRotationRate.idl',
27 'encoding/TextDecoder.idl', 28 'encoding/TextDecoder.idl',
28 'encoding/TextEncoder.idl', 29 'encoding/TextEncoder.idl',
29 'encryptedmedia/MediaKeyMessageEvent.idl', 30 'encryptedmedia/MediaKeyMessageEvent.idl',
30 'encryptedmedia/MediaKeyNeededEvent.idl', 31 'encryptedmedia/MediaKeyNeededEvent.idl',
31 'encryptedmedia/MediaKeySession.idl', 32 'encryptedmedia/MediaKeySession.idl',
32 'encryptedmedia/MediaKeys.idl', 33 'encryptedmedia/MediaKeys.idl',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'crypto/KeyPair.cpp', 244 'crypto/KeyPair.cpp',
244 'crypto/KeyPair.h', 245 'crypto/KeyPair.h',
245 'crypto/NormalizeAlgorithm.cpp', 246 'crypto/NormalizeAlgorithm.cpp',
246 'crypto/NormalizeAlgorithm.h', 247 'crypto/NormalizeAlgorithm.h',
247 'crypto/SubtleCrypto.cpp', 248 'crypto/SubtleCrypto.cpp',
248 'crypto/SubtleCrypto.h', 249 'crypto/SubtleCrypto.h',
249 'crypto/WorkerCrypto.cpp', 250 'crypto/WorkerCrypto.cpp',
250 'crypto/WorkerCrypto.h', 251 'crypto/WorkerCrypto.h',
251 'crypto/WorkerGlobalScopeCrypto.cpp', 252 'crypto/WorkerGlobalScopeCrypto.cpp',
252 'crypto/WorkerGlobalScopeCrypto.h', 253 'crypto/WorkerGlobalScopeCrypto.h',
254 'device_light/DeviceLightController.h',
255 'device_light/DeviceLightController.cpp',
256 'device_light/DeviceLightEvent.cpp',
257 'device_light/DeviceLightEvent.h',
258 'device_light/DeviceLightDispatcher.cpp',
259 'device_light/DeviceLightDispatcher.h',
253 'device_orientation/DeviceAcceleration.cpp', 260 'device_orientation/DeviceAcceleration.cpp',
254 'device_orientation/DeviceAcceleration.h', 261 'device_orientation/DeviceAcceleration.h',
255 'device_orientation/DeviceMotionController.cpp', 262 'device_orientation/DeviceMotionController.cpp',
256 'device_orientation/DeviceMotionController.h', 263 'device_orientation/DeviceMotionController.h',
257 'device_orientation/DeviceMotionData.cpp', 264 'device_orientation/DeviceMotionData.cpp',
258 'device_orientation/DeviceMotionData.h', 265 'device_orientation/DeviceMotionData.h',
259 'device_orientation/DeviceMotionDispatcher.cpp', 266 'device_orientation/DeviceMotionDispatcher.cpp',
260 'device_orientation/DeviceMotionDispatcher.h', 267 'device_orientation/DeviceMotionDispatcher.h',
261 'device_orientation/DeviceMotionEvent.cpp', 268 'device_orientation/DeviceMotionEvent.cpp',
262 'device_orientation/DeviceMotionEvent.h', 269 'device_orientation/DeviceMotionEvent.h',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 'indexeddb/IDBKeyPathTest.cpp', 875 'indexeddb/IDBKeyPathTest.cpp',
869 'indexeddb/IDBRequestTest.cpp', 876 'indexeddb/IDBRequestTest.cpp',
870 'indexeddb/IDBTransactionTest.cpp', 877 'indexeddb/IDBTransactionTest.cpp',
871 'websockets/WebSocketDeflaterTest.cpp', 878 'websockets/WebSocketDeflaterTest.cpp',
872 'websockets/WebSocketExtensionDispatcherTest.cpp', 879 'websockets/WebSocketExtensionDispatcherTest.cpp',
873 'websockets/WebSocketExtensionParserTest.cpp', 880 'websockets/WebSocketExtensionParserTest.cpp',
874 'websockets/WebSocketPerMessageDeflateTest.cpp', 881 'websockets/WebSocketPerMessageDeflateTest.cpp',
875 ], 882 ],
876 }, 883 },
877 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698