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

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

Issue 2500263004: Remove ipc/unix_domain_socket_util.* (Closed)
Patch Set: rebase Created 4 years 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 | « chrome/common/service_process_util_mac.mm ('k') | components/arc/DEPS » ('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_bridge_host_impl.cc", 10 "arc_bridge_host_impl.cc",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "//chromeos", 82 "//chromeos",
83 "//chromeos:power_manager_proto", 83 "//chromeos:power_manager_proto",
84 "//components/exo", 84 "//components/exo",
85 "//components/google/core/browser", 85 "//components/google/core/browser",
86 "//components/onc", 86 "//components/onc",
87 "//components/prefs", 87 "//components/prefs",
88 "//components/signin/core/account_id", 88 "//components/signin/core/account_id",
89 "//components/user_manager", 89 "//components/user_manager",
90 "//device/bluetooth", 90 "//device/bluetooth",
91 "//google_apis", 91 "//google_apis",
92 "//ipc:ipc",
93 "//mojo/edk/system", 92 "//mojo/edk/system",
94 "//skia", 93 "//skia",
95 "//third_party/re2:re2", 94 "//third_party/re2:re2",
96 "//ui/arc", 95 "//ui/arc",
97 "//ui/aura", 96 "//ui/aura",
98 "//ui/base:base", 97 "//ui/base:base",
99 "//ui/base/ime", 98 "//ui/base/ime",
100 "//ui/display:display", 99 "//ui/display:display",
101 "//ui/events", 100 "//ui/events",
102 "//ui/events:dom_keycode_converter", 101 "//ui/events:dom_keycode_converter",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//testing/gtest", 230 "//testing/gtest",
232 "//ui/aura", 231 "//ui/aura",
233 "//ui/aura:test_support", 232 "//ui/aura:test_support",
234 "//ui/base:test_support", 233 "//ui/base:test_support",
235 "//ui/base/ime", 234 "//ui/base/ime",
236 "//ui/events", 235 "//ui/events",
237 "//ui/events:dom_keycode_converter", 236 "//ui/events:dom_keycode_converter",
238 "//url:url", 237 "//url:url",
239 ] 238 ]
240 } 239 }
OLDNEW
« no previous file with comments | « chrome/common/service_process_util_mac.mm ('k') | components/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698