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

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: Chris's comments Created 6 years, 7 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 '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 150 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 19 matching lines...) Expand all
222 'speech/WindowSpeech.idl', 224 'speech/WindowSpeech.idl',
223 'speech/WindowSpeechSynthesis.idl', 225 'speech/WindowSpeechSynthesis.idl',
224 'vibration/NavigatorVibration.idl', 226 'vibration/NavigatorVibration.idl',
225 'webaudio/WindowWebAudio.idl', 227 'webaudio/WindowWebAudio.idl',
226 'webdatabase/WindowWebDatabase.idl', 228 'webdatabase/WindowWebDatabase.idl',
227 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 229 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
228 'webmidi/NavigatorWebMIDI.idl', 230 'webmidi/NavigatorWebMIDI.idl',
229 ], 231 ],
230 # interfaces that inherit from Event 232 # interfaces that inherit from Event
231 'modules_event_idl_files': [ 233 'modules_event_idl_files': [
234 'device_light/DeviceLightEvent.idl',
232 'device_orientation/DeviceMotionEvent.idl', 235 'device_orientation/DeviceMotionEvent.idl',
233 'device_orientation/DeviceOrientationEvent.idl', 236 'device_orientation/DeviceOrientationEvent.idl',
234 'encryptedmedia/MediaKeyMessageEvent.idl', 237 'encryptedmedia/MediaKeyMessageEvent.idl',
235 'encryptedmedia/MediaKeyNeededEvent.idl', 238 'encryptedmedia/MediaKeyNeededEvent.idl',
236 'gamepad/GamepadEvent.idl', 239 'gamepad/GamepadEvent.idl',
237 'indexeddb/IDBVersionChangeEvent.idl', 240 'indexeddb/IDBVersionChangeEvent.idl',
238 'mediastream/MediaStreamEvent.idl', 241 'mediastream/MediaStreamEvent.idl',
239 'mediastream/MediaStreamTrackEvent.idl', 242 'mediastream/MediaStreamTrackEvent.idl',
240 'mediastream/RTCDTMFToneChangeEvent.idl', 243 'mediastream/RTCDTMFToneChangeEvent.idl',
241 'mediastream/RTCDataChannelEvent.idl', 244 'mediastream/RTCDataChannelEvent.idl',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'crypto/NormalizeAlgorithm.cpp', 284 'crypto/NormalizeAlgorithm.cpp',
282 'crypto/NormalizeAlgorithm.h', 285 'crypto/NormalizeAlgorithm.h',
283 'crypto/RsaHashedKeyAlgorithm.cpp', 286 'crypto/RsaHashedKeyAlgorithm.cpp',
284 'crypto/RsaHashedKeyAlgorithm.h', 287 'crypto/RsaHashedKeyAlgorithm.h',
285 'crypto/RsaKeyAlgorithm.cpp', 288 'crypto/RsaKeyAlgorithm.cpp',
286 'crypto/RsaKeyAlgorithm.h', 289 'crypto/RsaKeyAlgorithm.h',
287 'crypto/SubtleCrypto.cpp', 290 'crypto/SubtleCrypto.cpp',
288 'crypto/SubtleCrypto.h', 291 'crypto/SubtleCrypto.h',
289 'crypto/WorkerGlobalScopeCrypto.cpp', 292 'crypto/WorkerGlobalScopeCrypto.cpp',
290 'crypto/WorkerGlobalScopeCrypto.h', 293 'crypto/WorkerGlobalScopeCrypto.h',
294 'device_light/DeviceLightController.cpp',
295 'device_light/DeviceLightController.h',
296 'device_light/DeviceLightDispatcher.cpp',
297 'device_light/DeviceLightDispatcher.h',
298 'device_light/DeviceLightEvent.cpp',
299 'device_light/DeviceLightEvent.h',
291 'device_orientation/DeviceAcceleration.cpp', 300 'device_orientation/DeviceAcceleration.cpp',
292 'device_orientation/DeviceAcceleration.h', 301 'device_orientation/DeviceAcceleration.h',
293 'device_orientation/DeviceMotionController.cpp', 302 'device_orientation/DeviceMotionController.cpp',
294 'device_orientation/DeviceMotionController.h', 303 'device_orientation/DeviceMotionController.h',
295 'device_orientation/DeviceMotionData.cpp', 304 'device_orientation/DeviceMotionData.cpp',
296 'device_orientation/DeviceMotionData.h', 305 'device_orientation/DeviceMotionData.h',
297 'device_orientation/DeviceMotionDispatcher.cpp', 306 'device_orientation/DeviceMotionDispatcher.cpp',
298 'device_orientation/DeviceMotionDispatcher.h', 307 'device_orientation/DeviceMotionDispatcher.h',
299 'device_orientation/DeviceMotionEvent.cpp', 308 'device_orientation/DeviceMotionEvent.cpp',
300 'device_orientation/DeviceMotionEvent.h', 309 'device_orientation/DeviceMotionEvent.h',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'indexeddb/IDBKeyPathTest.cpp', 924 'indexeddb/IDBKeyPathTest.cpp',
916 'indexeddb/IDBRequestTest.cpp', 925 'indexeddb/IDBRequestTest.cpp',
917 'indexeddb/IDBTransactionTest.cpp', 926 'indexeddb/IDBTransactionTest.cpp',
918 'websockets/WebSocketDeflaterTest.cpp', 927 'websockets/WebSocketDeflaterTest.cpp',
919 'websockets/WebSocketExtensionDispatcherTest.cpp', 928 'websockets/WebSocketExtensionDispatcherTest.cpp',
920 'websockets/WebSocketExtensionParserTest.cpp', 929 'websockets/WebSocketExtensionParserTest.cpp',
921 'websockets/WebSocketPerMessageDeflateTest.cpp', 930 'websockets/WebSocketPerMessageDeflateTest.cpp',
922 ], 931 ],
923 }, 932 },
924 } 933 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698