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

Unified Diff: device/base/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fix gn --check Created 4 years, 3 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/device/base/synchronization/BUILD.gn b/device/base/BUILD.gn
similarity index 66%
copy from device/base/synchronization/BUILD.gn
copy to device/base/BUILD.gn
index 42fa93efbdb9e31be4207ee811b7ea505bccda32..efc0a8ae6883250be98524888d93820085e61a54 100644
--- a/device/base/synchronization/BUILD.gn
+++ b/device/base/BUILD.gn
@@ -4,11 +4,10 @@
import("//build/config/features.gni")
timvolodine 2016/10/03 18:18:05 not needed?
-source_set("synchronization") {
+source_set("base") {
sources = [
- "one_writer_seqlock.cc",
- "one_writer_seqlock.h",
- "shared_memory_seqlock_buffer.h",
+ "device_util_mac.cc",
+ "device_util_mac.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698