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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2560263002: [sensors](CrOS/Linux) Rename SensorDeviceManager cc and h files. (Closed)
Patch Set: Created 4 years 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 | « no previous file | device/generic_sensor/linux/platform_sensor_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/BUILD.gn
diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
index 4f7d3faf17d3ccecf753f653c9f676b81acdbd2a..110970c26737e5b958f203b8b37c786f624444a7 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -77,8 +77,8 @@ component("generic_sensor") {
]
sources += [
- "linux/platform_sensor_manager.cc",
- "linux/platform_sensor_manager.h",
+ "linux/sensor_device_manager.cc",
+ "linux/sensor_device_manager.h",
"platform_sensor_provider_linux.cc",
"platform_sensor_provider_linux.h",
]
« no previous file with comments | « no previous file | device/generic_sensor/linux/platform_sensor_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698