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

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: rebase after r169270 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 'battery/BatteryManager.idl', 13 'battery/BatteryManager.idl',
14 'crypto/AesKeyAlgorithm.idl', 14 'crypto/AesKeyAlgorithm.idl',
15 'crypto/Crypto.idl', 15 'crypto/Crypto.idl',
16 'crypto/HmacKeyAlgorithm.idl', 16 'crypto/HmacKeyAlgorithm.idl',
17 'crypto/Key.idl', 17 'crypto/Key.idl',
18 'crypto/KeyAlgorithm.idl', 18 'crypto/KeyAlgorithm.idl',
19 'crypto/KeyPair.idl', 19 'crypto/KeyPair.idl',
20 'crypto/RsaHashedKeyAlgorithm.idl', 20 'crypto/RsaHashedKeyAlgorithm.idl',
21 'crypto/RsaKeyAlgorithm.idl', 21 'crypto/RsaKeyAlgorithm.idl',
22 'crypto/SubtleCrypto.idl', 22 'crypto/SubtleCrypto.idl',
23 'crypto/WorkerCrypto.idl', 23 'crypto/WorkerCrypto.idl',
24 'device_light/DeviceLightEvent.idl',
24 'device_orientation/DeviceAcceleration.idl', 25 'device_orientation/DeviceAcceleration.idl',
25 'device_orientation/DeviceMotionEvent.idl', 26 'device_orientation/DeviceMotionEvent.idl',
26 'device_orientation/DeviceOrientationEvent.idl', 27 'device_orientation/DeviceOrientationEvent.idl',
27 'device_orientation/DeviceRotationRate.idl', 28 'device_orientation/DeviceRotationRate.idl',
28 'encoding/TextDecoder.idl', 29 'encoding/TextDecoder.idl',
29 'encoding/TextEncoder.idl', 30 'encoding/TextEncoder.idl',
30 'encryptedmedia/MediaKeyMessageEvent.idl', 31 'encryptedmedia/MediaKeyMessageEvent.idl',
31 'encryptedmedia/MediaKeyNeededEvent.idl', 32 'encryptedmedia/MediaKeyNeededEvent.idl',
32 'encryptedmedia/MediaKeySession.idl', 33 'encryptedmedia/MediaKeySession.idl',
33 'encryptedmedia/MediaKeys.idl', 34 'encryptedmedia/MediaKeys.idl',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'webmidi/MIDIPort.idl', 184 'webmidi/MIDIPort.idl',
184 'webmidi/MIDISuccessCallback.idl', 185 'webmidi/MIDISuccessCallback.idl',
185 'websockets/CloseEvent.idl', 186 'websockets/CloseEvent.idl',
186 'websockets/WebSocket.idl', 187 'websockets/WebSocket.idl',
187 ], 188 ],
188 # 'partial interface' or target (right side of) 'implements' 189 # 'partial interface' or target (right side of) 'implements'
189 'modules_dependency_idl_files': [ 190 'modules_dependency_idl_files': [
190 'battery/NavigatorBattery.idl', 191 'battery/NavigatorBattery.idl',
191 'crypto/WindowCrypto.idl', 192 'crypto/WindowCrypto.idl',
192 'crypto/WorkerGlobalScopeCrypto.idl', 193 'crypto/WorkerGlobalScopeCrypto.idl',
194 'device_light/WindowDeviceLight.idl',
193 'device_orientation/WindowDeviceMotion.idl', 195 'device_orientation/WindowDeviceMotion.idl',
194 'device_orientation/WindowDeviceOrientation.idl', 196 'device_orientation/WindowDeviceOrientation.idl',
195 'donottrack/NavigatorDoNotTrack.idl', 197 'donottrack/NavigatorDoNotTrack.idl',
196 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 198 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
197 'filesystem/DataTransferItemFileSystem.idl', 199 'filesystem/DataTransferItemFileSystem.idl',
198 'filesystem/HTMLInputElementFileSystem.idl', 200 'filesystem/HTMLInputElementFileSystem.idl',
199 'filesystem/InspectorFrontendHostFileSystem.idl', 201 'filesystem/InspectorFrontendHostFileSystem.idl',
200 'filesystem/WindowFileSystem.idl', 202 'filesystem/WindowFileSystem.idl',
201 'filesystem/WorkerGlobalScopeFileSystem.idl', 203 'filesystem/WorkerGlobalScopeFileSystem.idl',
202 'gamepad/NavigatorGamepad.idl', 204 'gamepad/NavigatorGamepad.idl',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'crypto/KeyPair.cpp', 255 'crypto/KeyPair.cpp',
254 'crypto/KeyPair.h', 256 'crypto/KeyPair.h',
255 'crypto/NormalizeAlgorithm.cpp', 257 'crypto/NormalizeAlgorithm.cpp',
256 'crypto/NormalizeAlgorithm.h', 258 'crypto/NormalizeAlgorithm.h',
257 'crypto/SubtleCrypto.cpp', 259 'crypto/SubtleCrypto.cpp',
258 'crypto/SubtleCrypto.h', 260 'crypto/SubtleCrypto.h',
259 'crypto/WorkerCrypto.cpp', 261 'crypto/WorkerCrypto.cpp',
260 'crypto/WorkerCrypto.h', 262 'crypto/WorkerCrypto.h',
261 'crypto/WorkerGlobalScopeCrypto.cpp', 263 'crypto/WorkerGlobalScopeCrypto.cpp',
262 'crypto/WorkerGlobalScopeCrypto.h', 264 'crypto/WorkerGlobalScopeCrypto.h',
265 'device_light/DeviceLightController.h',
266 'device_light/DeviceLightController.cpp',
267 'device_light/DeviceLightEvent.cpp',
268 'device_light/DeviceLightEvent.h',
269 'device_light/DeviceLightDispatcher.cpp',
270 'device_light/DeviceLightDispatcher.h',
263 'device_orientation/DeviceAcceleration.cpp', 271 'device_orientation/DeviceAcceleration.cpp',
264 'device_orientation/DeviceAcceleration.h', 272 'device_orientation/DeviceAcceleration.h',
265 'device_orientation/DeviceMotionController.cpp', 273 'device_orientation/DeviceMotionController.cpp',
266 'device_orientation/DeviceMotionController.h', 274 'device_orientation/DeviceMotionController.h',
267 'device_orientation/DeviceMotionData.cpp', 275 'device_orientation/DeviceMotionData.cpp',
268 'device_orientation/DeviceMotionData.h', 276 'device_orientation/DeviceMotionData.h',
269 'device_orientation/DeviceMotionDispatcher.cpp', 277 'device_orientation/DeviceMotionDispatcher.cpp',
270 'device_orientation/DeviceMotionDispatcher.h', 278 'device_orientation/DeviceMotionDispatcher.h',
271 'device_orientation/DeviceMotionEvent.cpp', 279 'device_orientation/DeviceMotionEvent.cpp',
272 'device_orientation/DeviceMotionEvent.h', 280 'device_orientation/DeviceMotionEvent.h',
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'indexeddb/IDBKeyPathTest.cpp', 883 'indexeddb/IDBKeyPathTest.cpp',
876 'indexeddb/IDBRequestTest.cpp', 884 'indexeddb/IDBRequestTest.cpp',
877 'indexeddb/IDBTransactionTest.cpp', 885 'indexeddb/IDBTransactionTest.cpp',
878 'websockets/WebSocketDeflaterTest.cpp', 886 'websockets/WebSocketDeflaterTest.cpp',
879 'websockets/WebSocketExtensionDispatcherTest.cpp', 887 'websockets/WebSocketExtensionDispatcherTest.cpp',
880 'websockets/WebSocketExtensionParserTest.cpp', 888 'websockets/WebSocketExtensionParserTest.cpp',
881 'websockets/WebSocketPerMessageDeflateTest.cpp', 889 'websockets/WebSocketPerMessageDeflateTest.cpp',
882 ], 890 ],
883 }, 891 },
884 } 892 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698