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

Unified Diff: device/base/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fixes for Tim comments 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/base/BUILD.gn
diff --git a/ios/public/consumer/base/BUILD.gn b/device/base/BUILD.gn
similarity index 64%
copy from ios/public/consumer/base/BUILD.gn
copy to device/base/BUILD.gn
index eb83ba22b1adcf0d9f15821bbf91574e002c623a..79ba73b970ac5c869c61873be9b77958a12c3674 100644
--- a/ios/public/consumer/base/BUILD.gn
+++ b/device/base/BUILD.gn
@@ -4,10 +4,8 @@
source_set("base") {
sources = [
- "//ios/consumer/base/debugger.mm",
- "//ios/public/consumer/base/debugger.h",
- ]
- deps = [
- "//base",
+ "device_sensors_consts.h",
+ "device_util_mac.cc",
+ "device_util_mac.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698