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

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

Issue 2812223006: Replace device_sensor browsertest by service unittest. (Closed)
Patch Set: eliminate "unreachable code" warning. 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_sensor_service.cc ('k') | device/sensors/public/cpp/shared_memory_seqlock_reader.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..ac26932138c0bd66d22d24cc8aee5a57443e8960 100644
--- a/device/sensors/public/cpp/BUILD.gn
+++ b/device/sensors/public/cpp/BUILD.gn
@@ -39,8 +39,13 @@ source_set("full") {
"device_sensors_consts.h",
"device_util_mac.cc",
"device_util_mac.h",
+ "shared_memory_seqlock_reader.cc",
+ "shared_memory_seqlock_reader.h",
]
+ deps = [
+ "//base",
+ ]
public_deps = [
":shared_with_blink",
"//device/base/synchronization",
« no previous file with comments | « device/sensors/device_sensor_service.cc ('k') | device/sensors/public/cpp/shared_memory_seqlock_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698