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

Side by Side Diff: device/devices_app/BUILD.gn

Issue 1316203006: Convert DeviceManagerDelegate to PermissionProvider mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment and move ctor. Created 5 years, 3 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
« no previous file with comments | « device/BUILD.gn ('k') | device/devices_app/devices_app.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 source_set("lib") { 7 source_set("lib") {
8 sources = [ 8 sources = [
9 "devices_app.cc", 9 "devices_app.cc",
10 "devices_app.h", 10 "devices_app.h",
11 "usb/device_impl.cc", 11 "usb/device_impl.cc",
12 "usb/device_impl.h", 12 "usb/device_impl.h",
13 "usb/device_manager_impl.cc", 13 "usb/device_manager_impl.cc",
14 "usb/device_manager_impl.h", 14 "usb/device_manager_impl.h",
15 "usb/type_converters.cc", 15 "usb/type_converters.cc",
16 "usb/type_converters.h", 16 "usb/type_converters.h",
17 ] 17 ]
18 18
19 deps = [ 19 deps = [
20 "//device/core", 20 "//device/core",
21 "//device/devices_app/usb/public/cpp",
22 "//device/devices_app/usb/public/interfaces", 21 "//device/devices_app/usb/public/interfaces",
23 "//device/usb", 22 "//device/usb",
24 "//net", 23 "//net",
25 "//third_party/mojo/src/mojo/public/cpp/bindings", 24 "//third_party/mojo/src/mojo/public/cpp/bindings",
26 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 25 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
27 "//url", 26 "//url",
28 ] 27 ]
29 28
30 public_deps = [ 29 public_deps = [
31 "//base", 30 "//base",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ] 65 ]
67 66
68 public_deps = [ 67 public_deps = [
69 ":lib", 68 ":lib",
70 "//device/devices_app/usb/public/interfaces", 69 "//device/devices_app/usb/public/interfaces",
71 ] 70 ]
72 71
73 data_deps = [ ":devices" ] 72 data_deps = [ ":devices" ]
74 } 73 }
75 } 74 }
OLDNEW
« no previous file with comments | « device/BUILD.gn ('k') | device/devices_app/devices_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698