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

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

Issue 2869163002: Refactor dbus SessionManagerInterface.StartArcInterface (Closed)
Patch Set: rebase Created 3 years, 6 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 | « chromeos/dbus/session_manager_client.cc ('k') | components/arc/arc_session.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/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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 public_deps = [ 66 public_deps = [
67 ":arc_base", 67 ":arc_base",
68 ] 68 ]
69 69
70 deps = [ 70 deps = [
71 "//ash:ash", 71 "//ash:ash",
72 "//ash/public/cpp:ash_public_cpp", 72 "//ash/public/cpp:ash_public_cpp",
73 "//ash/shared:app_types", 73 "//ash/shared:app_types",
74 "//base", 74 "//base",
75 "//chromeos", 75 "//chromeos",
76 "//chromeos:login_manager_proto",
76 "//chromeos:power_manager_proto", 77 "//chromeos:power_manager_proto",
77 "//components/exo", 78 "//components/exo",
78 "//components/google/core/browser", 79 "//components/google/core/browser",
79 "//components/onc", 80 "//components/onc",
80 "//components/prefs", 81 "//components/prefs",
81 "//components/signin/core/account_id", 82 "//components/signin/core/account_id",
82 "//device/bluetooth", 83 "//device/bluetooth",
83 "//google_apis", 84 "//google_apis",
84 "//mojo/edk/system", 85 "//mojo/edk/system",
85 "//skia", 86 "//skia",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "//testing/gtest", 237 "//testing/gtest",
237 "//ui/aura", 238 "//ui/aura",
238 "//ui/aura:test_support", 239 "//ui/aura:test_support",
239 "//ui/base:test_support", 240 "//ui/base:test_support",
240 "//ui/base/ime", 241 "//ui/base/ime",
241 "//ui/events", 242 "//ui/events",
242 "//ui/events:dom_keycode_converter", 243 "//ui/events:dom_keycode_converter",
243 "//url:url", 244 "//url:url",
244 ] 245 ]
245 } 246 }
OLDNEW
« no previous file with comments | « chromeos/dbus/session_manager_client.cc ('k') | components/arc/arc_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698