OLD | NEW |
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 "//chromeos", | 80 "//chromeos", |
81 "//chromeos:power_manager_proto", | 81 "//chromeos:power_manager_proto", |
82 "//components/exo", | 82 "//components/exo", |
83 "//components/google/core/browser", | 83 "//components/google/core/browser", |
84 "//components/onc", | 84 "//components/onc", |
85 "//components/prefs", | 85 "//components/prefs", |
86 "//components/signin/core/account_id", | 86 "//components/signin/core/account_id", |
87 "//components/user_manager", | 87 "//components/user_manager", |
88 "//device/bluetooth", | 88 "//device/bluetooth", |
89 "//google_apis", | 89 "//google_apis", |
90 "//ipc:ipc", | |
91 "//mojo/edk/system", | 90 "//mojo/edk/system", |
92 "//skia", | 91 "//skia", |
93 "//third_party/re2:re2", | 92 "//third_party/re2:re2", |
94 "//ui/arc", | 93 "//ui/arc", |
95 "//ui/aura", | 94 "//ui/aura", |
96 "//ui/base:base", | 95 "//ui/base:base", |
97 "//ui/base/ime", | 96 "//ui/base/ime", |
98 "//ui/display:display", | 97 "//ui/display:display", |
99 "//ui/events", | 98 "//ui/events", |
100 "//ui/events:dom_keycode_converter", | 99 "//ui/events:dom_keycode_converter", |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 "//testing/gtest", | 227 "//testing/gtest", |
229 "//ui/aura", | 228 "//ui/aura", |
230 "//ui/aura:test_support", | 229 "//ui/aura:test_support", |
231 "//ui/base:test_support", | 230 "//ui/base:test_support", |
232 "//ui/base/ime", | 231 "//ui/base/ime", |
233 "//ui/events", | 232 "//ui/events", |
234 "//ui/events:dom_keycode_converter", | 233 "//ui/events:dom_keycode_converter", |
235 "//url:url", | 234 "//url:url", |
236 ] | 235 ] |
237 } | 236 } |
OLD | NEW |