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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/battery/battery_monitor_impl.h ('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/interfaces", 21 "//device/devices_app/usb/public/interfaces",
22 "//device/usb", 22 "//device/usb",
23 "//mojo/public/cpp/bindings",
24 "//mojo/public/cpp/bindings:callback",
23 "//net", 25 "//net",
24 "//third_party/mojo/src/mojo/public/cpp/bindings",
25 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
26 "//url", 26 "//url",
27 ] 27 ]
28 28
29 public_deps = [ 29 public_deps = [
30 "//base", 30 "//base",
31 "//mojo/application/public/cpp", 31 "//mojo/application/public/cpp",
32 "//mojo/application/public/interfaces", 32 "//mojo/application/public/interfaces",
33 ] 33 ]
34 } 34 }
35 35
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 public_deps = [ 67 public_deps = [
68 ":lib", 68 ":lib",
69 "//device/devices_app/usb/public/interfaces", 69 "//device/devices_app/usb/public/interfaces",
70 ] 70 ]
71 71
72 data_deps = [ 72 data_deps = [
73 ":devices", 73 ":devices",
74 ] 74 ]
75 } 75 }
76 } 76 }
OLDNEW
« no previous file with comments | « device/battery/battery_monitor_impl.h ('k') | device/devices_app/devices_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698