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

Side by Side Diff: services/device/public/cpp/sensors/BUILD.gn

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This target contains only those files that are shared by the Device Sensors 5 # This target contains only those files that are shared by the Device Sensors
6 # implementation and all Device Sensors clients, including Blink. Add a file 6 # implementation and all Device Sensors clients, including Blink. Add a file
7 # here only if it meets the following constraints: 7 # here only if it meets the following constraints:
8 # (1) It is *necessary* to use the file to consume Device Sensors (the 8 # (1) It is *necessary* to use the file to consume Device Sensors (the
9 # current files define structs that are used as a consistent interpretation of 9 # current files define structs that are used as a consistent interpretation of
10 # shared memory by the Device Sensor and its clients). 10 # shared memory by the Device Sensor and its clients).
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ] 44 ]
45 45
46 deps = [ 46 deps = [
47 "//base", 47 "//base",
48 ] 48 ]
49 public_deps = [ 49 public_deps = [
50 ":shared_with_blink", 50 ":shared_with_blink",
51 "//device/base/synchronization", 51 "//device/base/synchronization",
52 ] 52 ]
53 } 53 }
OLDNEW
« no previous file with comments | « services/device/device_service.cc ('k') | services/device/public/cpp/sensors/device_light_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698