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

Unified Diff: content/content_renderer.gypi

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 2f65b7a432d9bd937ba147f33a24beb0dd5853d9..3d72069312d299a9225a0d8a7418e2efc14186ed 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -9,8 +9,10 @@
'../cc/cc.gyp:cc',
'../cc/blink/cc_blink.gyp:cc_blink',
'../components/scheduler/scheduler.gyp:scheduler',
+ '../components/components.gyp:shared_memory_seqlock',
'../device/battery/battery.gyp:device_battery',
'../device/battery/battery.gyp:device_battery_mojo_bindings',
+ '../device/device_sensors/device_sensors.gyp:device_device_sensors_mojo_bindings',
'../device/vibration/vibration.gyp:device_vibration',
'../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
'../gin/gin.gyp:gin',
@@ -128,6 +130,7 @@
'renderer/device_sensors/device_motion_event_pump.h',
'renderer/device_sensors/device_orientation_event_pump.cc',
'renderer/device_sensors/device_orientation_event_pump.h',
+ 'renderer/device_sensors/device_sensor_event_pump.cc',
'renderer/device_sensors/device_sensor_event_pump.h',
'renderer/devtools/devtools_agent.cc',
'renderer/devtools/devtools_agent.h',
@@ -391,8 +394,6 @@
'renderer/service_worker/service_worker_script_context.h',
'renderer/service_worker/service_worker_type_util.cc',
'renderer/service_worker/service_worker_type_util.h',
- 'renderer/shared_memory_seqlock_reader.cc',
- 'renderer/shared_memory_seqlock_reader.h',
'renderer/shared_worker/embedded_shared_worker_content_settings_client_proxy.cc',
'renderer/shared_worker/embedded_shared_worker_content_settings_client_proxy.h',
'renderer/shared_worker/embedded_shared_worker_stub.cc',
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698