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

Side by Side Diff: components/arc/BUILD.gn

Issue 2869163002: Refactor dbus SessionManagerInterface.StartArcInterface (Closed)
Patch Set: update names 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 unified diff | Download patch
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/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_service_manager.cc", 10 "arc_service_manager.cc",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 public_deps = [ 64 public_deps = [
65 ":arc_base", 65 ":arc_base",
66 ] 66 ]
67 67
68 deps = [ 68 deps = [
69 "//ash:ash", 69 "//ash:ash",
70 "//ash/public/cpp:ash_public_cpp", 70 "//ash/public/cpp:ash_public_cpp",
71 "//base", 71 "//base",
72 "//chromeos", 72 "//chromeos",
73 "//chromeos:login_manager_proto",
73 "//chromeos:power_manager_proto", 74 "//chromeos:power_manager_proto",
74 "//components/exo", 75 "//components/exo",
75 "//components/google/core/browser", 76 "//components/google/core/browser",
76 "//components/onc", 77 "//components/onc",
77 "//components/prefs", 78 "//components/prefs",
78 "//components/signin/core/account_id", 79 "//components/signin/core/account_id",
79 "//device/bluetooth", 80 "//device/bluetooth",
80 "//google_apis", 81 "//google_apis",
81 "//mojo/edk/system", 82 "//mojo/edk/system",
82 "//skia", 83 "//skia",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//testing/gtest", 232 "//testing/gtest",
232 "//ui/aura", 233 "//ui/aura",
233 "//ui/aura:test_support", 234 "//ui/aura:test_support",
234 "//ui/base:test_support", 235 "//ui/base:test_support",
235 "//ui/base/ime", 236 "//ui/base/ime",
236 "//ui/events", 237 "//ui/events",
237 "//ui/events:dom_keycode_converter", 238 "//ui/events:dom_keycode_converter",
238 "//url:url", 239 "//url:url",
239 ] 240 ]
240 } 241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698