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

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

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Address Robert comment 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/ash/public/cpp/BUILD.gn b/device/sensors/public/cpp/BUILD.gn
similarity index 71%
copy from ash/public/cpp/BUILD.gn
copy to device/sensors/public/cpp/BUILD.gn
index ea64e0fbe9c48e6a9f8851c76a72ade685b08f6a..a47cf31a73144c82d37770281daccf9dd08abb45 100644
--- a/ash/public/cpp/BUILD.gn
+++ b/device/sensors/public/cpp/BUILD.gn
@@ -2,9 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# C++ headers and sources that can be used outside ash.
source_set("cpp") {
sources = [
- "shelf_types.h",
+ "device_sensors_consts.h",
+ "device_util_mac.cc",
+ "device_util_mac.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698