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

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

Issue 1618193003: arc: Pass auth token from Chrome to ARC instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update BUILD.gn Created 4 years, 10 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 | « components/arc.gypi ('k') | components/arc/auth/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 6
7 static_library("arc") { 7 static_library("arc") {
8 sources = [ 8 sources = [
9 "arc_bridge_bootstrap.cc", 9 "arc_bridge_bootstrap.cc",
10 "arc_bridge_bootstrap.h", 10 "arc_bridge_bootstrap.h",
11 "arc_bridge_service.cc", 11 "arc_bridge_service.cc",
12 "arc_bridge_service.h", 12 "arc_bridge_service.h",
13 "arc_bridge_service_impl.cc", 13 "arc_bridge_service_impl.cc",
14 "arc_bridge_service_impl.h", 14 "arc_bridge_service_impl.h",
15 "arc_service.cc", 15 "arc_service.cc",
16 "arc_service.h", 16 "arc_service.h",
17 "arc_service_manager.cc", 17 "arc_service_manager.cc",
18 "arc_service_manager.h", 18 "arc_service_manager.h",
19 "auth/arc_auth_fetcher.cc",
20 "auth/arc_auth_fetcher.h",
19 "clipboard/arc_clipboard_bridge.cc", 21 "clipboard/arc_clipboard_bridge.cc",
20 "clipboard/arc_clipboard_bridge.h", 22 "clipboard/arc_clipboard_bridge.h",
21 "ime/arc_ime_bridge.cc", 23 "ime/arc_ime_bridge.cc",
22 "ime/arc_ime_bridge.h", 24 "ime/arc_ime_bridge.h",
23 "ime/arc_ime_ipc_host.h", 25 "ime/arc_ime_ipc_host.h",
24 "ime/arc_ime_ipc_host_impl.cc", 26 "ime/arc_ime_ipc_host_impl.cc",
25 "ime/arc_ime_ipc_host_impl.h", 27 "ime/arc_ime_ipc_host_impl.h",
26 "input/arc_input_bridge.cc", 28 "input/arc_input_bridge.cc",
27 "input/arc_input_bridge.h", 29 "input/arc_input_bridge.h",
28 "net/arc_net_host_impl.cc", 30 "net/arc_net_host_impl.cc",
29 "net/arc_net_host_impl.h", 31 "net/arc_net_host_impl.h",
30 "power/arc_power_bridge.cc", 32 "power/arc_power_bridge.cc",
31 "power/arc_power_bridge.h", 33 "power/arc_power_bridge.h",
32 ] 34 ]
33 35
34 deps = [ 36 deps = [
35 "//base", 37 "//base",
36 "//base:prefs", 38 "//base:prefs",
37 "//chromeos", 39 "//chromeos",
38 "//chromeos:power_manager_proto", 40 "//chromeos:power_manager_proto",
39 "//components/onc", 41 "//components/onc",
40 "//components/signin/core/account_id", 42 "//components/signin/core/account_id",
43 "//google_apis",
41 "//ipc:ipc", 44 "//ipc:ipc",
42 "//ipc/mojo:mojo", 45 "//ipc/mojo:mojo",
43 "//third_party/mojo/src/mojo/edk/system", 46 "//third_party/mojo/src/mojo/edk/system",
44 "//ui/arc", 47 "//ui/arc",
45 "//ui/aura", 48 "//ui/aura",
46 "//ui/base:base", 49 "//ui/base:base",
47 "//ui/base/ime", 50 "//ui/base/ime",
48 "//ui/events", 51 "//ui/events",
49 "//ui/events:dom_keycode_converter", 52 "//ui/events:dom_keycode_converter",
50 ] 53 ]
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "//mojo/public/cpp/environment:environment", 110 "//mojo/public/cpp/environment:environment",
108 "//mojo/public/cpp/system:system", 111 "//mojo/public/cpp/system:system",
109 "//testing/gtest", 112 "//testing/gtest",
110 "//ui/aura", 113 "//ui/aura",
111 "//ui/base:test_support", 114 "//ui/base:test_support",
112 "//ui/base/ime", 115 "//ui/base/ime",
113 "//ui/events", 116 "//ui/events",
114 "//ui/events:dom_keycode_converter", 117 "//ui/events:dom_keycode_converter",
115 ] 118 ]
116 } 119 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/arc/auth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698