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

Unified Diff: content/content_browser.gypi

Issue 236833003: Rename device_orientation to device_sensors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 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/common/device_sensors/device_orientation_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/common/device_sensors/device_orientation_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698