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

Unified Diff: services/device/public/interfaces/typemaps.gni

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 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: services/device/public/interfaces/typemaps.gni
diff --git a/device/generic_sensor/public/interfaces/typemaps.gni b/services/device/public/interfaces/typemaps.gni
similarity index 68%
rename from device/generic_sensor/public/interfaces/typemaps.gni
rename to services/device/public/interfaces/typemaps.gni
index d8877b1d473f0e8e23566bb3612fb6a84e3e01bb..3a292ce21dc204e54ab8d04da24916075cf5f66e 100644
--- a/device/generic_sensor/public/interfaces/typemaps.gni
+++ b/services/device/public/interfaces/typemaps.gni
@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//device/generic_sensor/public/interfaces/sensor.typemap" ]
+typemaps = [ "//services/device/public/interfaces/sensor.typemap" ]

Powered by Google App Engine
This is Rietveld 408576698