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

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

Issue 2451783002: [sensors] Fix component build warnings for windows platform (Closed)
Patch Set: 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 | « device/generic_sensor/BUILD.gn ('k') | device/generic_sensor/public/cpp/sensor_reading.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/public/cpp/BUILD.gn
diff --git a/device/generic_sensor/public/cpp/BUILD.gn b/device/generic_sensor/public/cpp/BUILD.gn
index 63baf7db19c9ad1c3d4ae9a141845ad74f85ec9c..08332776bcee28cf17c8685d01d661275be0f10a 100644
--- a/device/generic_sensor/public/cpp/BUILD.gn
+++ b/device/generic_sensor/public/cpp/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("cpp") {
+component("cpp") {
sources = [
"platform_sensor_configuration.cc",
"platform_sensor_configuration.h",
« no previous file with comments | « device/generic_sensor/BUILD.gn ('k') | device/generic_sensor/public/cpp/sensor_reading.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698