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

Unified Diff: Source/modules/modules.gypi

Issue 143823004: Implement DeviceLight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nits 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/device_light/WindowDeviceLight.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index be6a04be2428864df2d825de9f1185c2145757ec..f36700a7566b21fdefff09729ac9f6199288ad87 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -20,6 +20,7 @@
'crypto/RsaHashedKeyAlgorithm.idl',
'crypto/RsaKeyAlgorithm.idl',
'crypto/SubtleCrypto.idl',
+ 'device_light/DeviceLightEvent.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceOrientationEvent.idl',
@@ -190,6 +191,7 @@
'battery/NavigatorBattery.idl',
'crypto/WindowCrypto.idl',
'crypto/WorkerGlobalScopeCrypto.idl',
+ 'device_light/WindowDeviceLight.idl',
'device_orientation/WindowDeviceMotion.idl',
'device_orientation/WindowDeviceOrientation.idl',
'donottrack/NavigatorDoNotTrack.idl',
@@ -229,6 +231,7 @@
],
# interfaces that inherit from Event
'modules_event_idl_files': [
+ 'device_light/DeviceLightEvent.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceOrientationEvent.idl',
'encryptedmedia/MediaKeyMessageEvent.idl',
@@ -288,6 +291,12 @@
'crypto/SubtleCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
'crypto/WorkerGlobalScopeCrypto.h',
+ 'device_light/DeviceLightController.cpp',
+ 'device_light/DeviceLightController.h',
+ 'device_light/DeviceLightDispatcher.cpp',
+ 'device_light/DeviceLightDispatcher.h',
+ 'device_light/DeviceLightEvent.cpp',
+ 'device_light/DeviceLightEvent.h',
'device_orientation/DeviceAcceleration.cpp',
'device_orientation/DeviceAcceleration.h',
'device_orientation/DeviceMotionController.cpp',
« no previous file with comments | « Source/modules/device_light/WindowDeviceLight.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698