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

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

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 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 | « device/sensors/device_sensors_consts.h ('k') | device/sensors/public/cpp/device_light_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/sensors/public/cpp/BUILD.gn
diff --git a/device/sensors/public/cpp/BUILD.gn b/device/sensors/public/cpp/BUILD.gn
index a6d0ed87ed603f3430399884f76305352564e53c..b0608af0092bfbc541690158de8c0cfb2abc9b78 100644
--- a/device/sensors/public/cpp/BUILD.gn
+++ b/device/sensors/public/cpp/BUILD.gn
@@ -32,13 +32,8 @@ source_set("shared_with_blink") {
# dependencies on the STL and Chromium code.
source_set("full") {
sources = [
- "device_light_data.h",
- "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/sensors/device_sensors_consts.h ('k') | device/sensors/public/cpp/device_light_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698