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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2395853003: [Sensors] Improvements in shared buffer managing (Closed)
Patch Set: Test compilation fix + comment from Ken 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
« no previous file with comments | « no previous file | device/generic_sensor/android/java/src/org/chromium/device/sensors/PlatformSensor.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/BUILD.gn
diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
index 0e10af42d21cbe8f266cc1721678fa1dbd7e068c..3f0d2e7177a12324a0cc724246cdf801faa99596 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -27,6 +27,7 @@ source_set("generic_sensor") {
deps = [
"//base",
+ "//device/generic_sensor/public/cpp",
"//device/generic_sensor/public/interfaces",
]
« no previous file with comments | « no previous file | device/generic_sensor/android/java/src/org/chromium/device/sensors/PlatformSensor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698