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

Unified Diff: Source/modules/modules.gypi

Issue 143823004: Implement DeviceLight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: DeviceLight API working fine (make the flag back to status=experimental) Created 6 years, 10 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index dd6678e3f194f480e569879b82c6a6d2ac865099..cf861b262e154d50770ea512379c8b4737635ddb 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -24,6 +24,7 @@
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceOrientationEvent.idl',
'device_orientation/DeviceRotationRate.idl',
+ 'devicelight/DeviceLightEvent.idl',
abarth-chromium 2014/03/04 18:59:32 The module probably should be named device_light t
riju_ 2014/03/05 15:47:27 Done.
'encoding/TextDecoder.idl',
'encoding/TextEncoder.idl',
'encryptedmedia/MediaKeyMessageEvent.idl',
@@ -276,6 +277,12 @@
'device_orientation/DeviceSensorEventController.h',
'device_orientation/DeviceSensorEventDispatcher.cpp',
'device_orientation/DeviceSensorEventDispatcher.h',
+ 'devicelight/DeviceLightController.h',
+ 'devicelight/DeviceLightController.cpp',
+ 'devicelight/DeviceLightEvent.cpp',
+ 'devicelight/DeviceLightEvent.h',
+ 'devicelight/DeviceLightDispatcher.cpp',
+ 'devicelight/DeviceLightDispatcher.h',
'donottrack/NavigatorDoNotTrack.cpp',
'donottrack/NavigatorDoNotTrack.h',
'encoding/TextDecoder.cpp',

Powered by Google App Engine
This is Rietveld 408576698