Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index a48c496155b48eddcdcd9befb319904615d83dac..88e5fc5169d966572d3688dee595628bbe5097c1 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -419,22 +419,22 @@ |
'browser/device_monitor_mac.mm', |
'browser/device_monitor_udev.cc', |
'browser/device_monitor_udev.h', |
- 'browser/device_orientation/data_fetcher_shared_memory.h', |
- 'browser/device_orientation/data_fetcher_shared_memory_android.cc', |
- 'browser/device_orientation/data_fetcher_shared_memory_base.cc', |
- 'browser/device_orientation/data_fetcher_shared_memory_base.h', |
- 'browser/device_orientation/data_fetcher_shared_memory_default.cc', |
- 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', |
- 'browser/device_orientation/data_fetcher_shared_memory_win.cc', |
- 'browser/device_orientation/device_inertial_sensor_service.cc', |
- 'browser/device_orientation/device_inertial_sensor_service.h', |
- 'browser/device_orientation/device_motion_message_filter.cc', |
- 'browser/device_orientation/device_motion_message_filter.h', |
- 'browser/device_orientation/device_orientation_message_filter.cc', |
- 'browser/device_orientation/device_orientation_message_filter.h', |
- 'browser/device_orientation/inertial_sensor_consts.h', |
- 'browser/device_orientation/sensor_manager_android.cc', |
- 'browser/device_orientation/sensor_manager_android.h', |
+ 'browser/device_sensors/data_fetcher_shared_memory.h', |
+ 'browser/device_sensors/data_fetcher_shared_memory_android.cc', |
+ 'browser/device_sensors/data_fetcher_shared_memory_base.cc', |
+ 'browser/device_sensors/data_fetcher_shared_memory_base.h', |
+ 'browser/device_sensors/data_fetcher_shared_memory_default.cc', |
+ 'browser/device_sensors/data_fetcher_shared_memory_mac.cc', |
+ 'browser/device_sensors/data_fetcher_shared_memory_win.cc', |
+ 'browser/device_sensors/device_inertial_sensor_service.cc', |
+ 'browser/device_sensors/device_inertial_sensor_service.h', |
+ 'browser/device_sensors/device_motion_message_filter.cc', |
+ 'browser/device_sensors/device_motion_message_filter.h', |
+ 'browser/device_sensors/device_orientation_message_filter.cc', |
+ 'browser/device_sensors/device_orientation_message_filter.h', |
+ 'browser/device_sensors/inertial_sensor_consts.h', |
+ 'browser/device_sensors/sensor_manager_android.cc', |
+ 'browser/device_sensors/sensor_manager_android.h', |
'browser/dom_storage/dom_storage_area.cc', |
'browser/dom_storage/dom_storage_area.h', |
'browser/dom_storage/dom_storage_context_impl.cc', |
@@ -1497,7 +1497,7 @@ |
'../third_party/isimpledom/isimpledom.gyp:isimpledom', |
], |
'sources/': [ |
- ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_default.cc$'], |
+ ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.cc$'], |
], |
'defines': [ |
# This prevents the inclusion of atlhost.h which paired |
@@ -1571,7 +1571,7 @@ |
], |
}, |
'sources/': [ |
- ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_default.cc$'], |
+ ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.cc$'], |
['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], |
['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], |
['exclude', '^browser/tracing/tracing_ui'], |
@@ -1597,7 +1597,7 @@ |
}], |
['OS=="mac"', { |
'sources/': [ |
- ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_default.cc$'], |
+ ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.cc$'], |
], |
'sources!': [ |
'browser/geolocation/empty_wifi_data_provider.cc', |