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

Unified Diff: device/generic_sensor/public/cpp/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
Index: device/generic_sensor/public/cpp/BUILD.gn
diff --git a/components/physical_web/webui/BUILD.gn b/device/generic_sensor/public/cpp/BUILD.gn
similarity index 57%
copy from components/physical_web/webui/BUILD.gn
copy to device/generic_sensor/public/cpp/BUILD.gn
index f3d6432dd2b700c0f266293e7ce3eef7ca158809..ef638cfec32379c619d637ba4893da5ede8b6cd2 100644
--- a/components/physical_web/webui/BUILD.gn
+++ b/device/generic_sensor/public/cpp/BUILD.gn
@@ -2,13 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("webui") {
+source_set("cpp") {
sources = [
- "physical_web_ui_constants.cc",
- "physical_web_ui_constants.h",
+ "sensor_reading.cc",
+ "sensor_reading.h",
]
deps = [
"//base",
+ "//device/base/synchronization",
+ "//device/generic_sensor/public/interfaces",
]
}
« no previous file with comments | « device/generic_sensor/platform_sensor_provider_unittest.cc ('k') | device/generic_sensor/public/cpp/sensor_reading.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698