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

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

Powered by Google App Engine
This is Rietveld 408576698