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

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

Issue 2061183002: arc: IPC method to set custom wallpaper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review ready. Created 4 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
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_bridge_bootstrap.cc", 10 "arc_bridge_bootstrap.cc",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//ash:ash", 65 "//ash:ash",
66 "//base", 66 "//base",
67 "//chromeos", 67 "//chromeos",
68 "//chromeos:power_manager_proto", 68 "//chromeos:power_manager_proto",
69 "//components/exo", 69 "//components/exo",
70 "//components/google/core/browser", 70 "//components/google/core/browser",
71 "//components/onc", 71 "//components/onc",
72 "//components/prefs", 72 "//components/prefs",
73 "//components/signin/core/account_id", 73 "//components/signin/core/account_id",
74 "//components/user_manager", 74 "//components/user_manager",
75 "//content/public/browser",
75 "//device/bluetooth", 76 "//device/bluetooth",
76 "//google_apis", 77 "//google_apis",
77 "//ipc:ipc", 78 "//ipc:ipc",
78 "//ipc/mojo:mojo", 79 "//ipc/mojo:mojo",
79 "//mojo/edk/system", 80 "//mojo/edk/system",
80 "//skia", 81 "//skia",
81 "//third_party/re2:re2", 82 "//third_party/re2:re2",
82 "//ui/arc", 83 "//ui/arc",
83 "//ui/aura", 84 "//ui/aura",
84 "//ui/base:base", 85 "//ui/base:base",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 225
225 deps = [ 226 deps = [
226 ":arc_standalone", 227 ":arc_standalone",
227 ":arc_standalone_service", 228 ":arc_standalone_service",
228 "//base", 229 "//base",
229 "//ipc:ipc", 230 "//ipc:ipc",
230 "//ipc/mojo:mojo", 231 "//ipc/mojo:mojo",
231 "//mojo/edk/system", 232 "//mojo/edk/system",
232 ] 233 ]
233 } 234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698