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

Unified Diff: third_party/WebKit/Source/modules/modules.gyp

Issue 1892083002: Generic Sensor API : Ambient Light Sensor API. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re entrancy fix Created 4 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
Index: third_party/WebKit/Source/modules/modules.gyp
diff --git a/third_party/WebKit/Source/modules/modules.gyp b/third_party/WebKit/Source/modules/modules.gyp
index 848b9a30f5693d47e49aa08d64b97b160c64d919..6d7c6308528b403b972fd5d1cf267d9e640bf8a7 100644
--- a/third_party/WebKit/Source/modules/modules.gyp
+++ b/third_party/WebKit/Source/modules/modules.gyp
@@ -40,6 +40,7 @@
'target_name': 'modules',
'dependencies': [
'<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings_for_blink',
+ '<(DEPTH)/device/sensor/sensor.gyp:device_sensor_mojo_bindings_for_blink',
'<(DEPTH)/device/usb/usb.gyp:device_usb_mojo_bindings_for_blink',
'<(DEPTH)/device/vibration/vibration.gyp:device_vibration_mojo_bindings_for_blink',
'<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
« no previous file with comments | « third_party/WebKit/Source/modules/EventTargetModulesFactory.in ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698