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

Unified Diff: device/sensors/public/cpp/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Update commit message Created 4 years, 2 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: device/sensors/public/cpp/BUILD.gn
diff --git a/device/sensors/public/cpp/BUILD.gn b/device/sensors/public/cpp/BUILD.gn
index e7b4601387823965d1d092f0eca3bd9e3930e158..8a930264a446302b95b30574656e0b370640b5a0 100644
--- a/device/sensors/public/cpp/BUILD.gn
+++ b/device/sensors/public/cpp/BUILD.gn
@@ -8,6 +8,9 @@ source_set("cpp") {
"device_light_hardware_buffer.h",
"device_motion_hardware_buffer.h",
"device_orientation_hardware_buffer.h",
+ "device_sensors_consts.h",
+ "device_util_mac.cc",
+ "device_util_mac.h",
]
public_deps = [
« no previous file with comments | « device/generic_sensor/platform_sensor_provider_mac.cc ('k') | device/sensors/public/cpp/device_sensors_consts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698