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

Side by Side Diff: components/arc.gypi

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 | « chrome/chrome_tests_unit.gypi ('k') | components/arc/BUILD.gn » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/arc 8 # GN version: //components/arc
9 'target_name': 'arc', 9 'target_name': 'arc',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 18 matching lines...) Expand all
29 'arc/arc_bridge_bootstrap.cc', 29 'arc/arc_bridge_bootstrap.cc',
30 'arc/arc_bridge_bootstrap.h', 30 'arc/arc_bridge_bootstrap.h',
31 'arc/arc_bridge_service.cc', 31 'arc/arc_bridge_service.cc',
32 'arc/arc_bridge_service.h', 32 'arc/arc_bridge_service.h',
33 'arc/arc_bridge_service_impl.cc', 33 'arc/arc_bridge_service_impl.cc',
34 'arc/arc_bridge_service_impl.h', 34 'arc/arc_bridge_service_impl.h',
35 'arc/arc_service.cc', 35 'arc/arc_service.cc',
36 'arc/arc_service.h', 36 'arc/arc_service.h',
37 'arc/arc_service_manager.cc', 37 'arc/arc_service_manager.cc',
38 'arc/arc_service_manager.h', 38 'arc/arc_service_manager.h',
39 'arc/auth/arc_auth_fetcher.cc',
40 'arc/auth/arc_auth_fetcher.h',
39 'arc/clipboard/arc_clipboard_bridge.cc', 41 'arc/clipboard/arc_clipboard_bridge.cc',
40 'arc/clipboard/arc_clipboard_bridge.h', 42 'arc/clipboard/arc_clipboard_bridge.h',
41 'arc/ime/arc_ime_bridge.cc', 43 'arc/ime/arc_ime_bridge.cc',
42 'arc/ime/arc_ime_bridge.h', 44 'arc/ime/arc_ime_bridge.h',
43 'arc/ime/arc_ime_ipc_host.h', 45 'arc/ime/arc_ime_ipc_host.h',
44 'arc/ime/arc_ime_ipc_host_impl.cc', 46 'arc/ime/arc_ime_ipc_host_impl.cc',
45 'arc/ime/arc_ime_ipc_host_impl.h', 47 'arc/ime/arc_ime_ipc_host_impl.h',
46 'arc/input/arc_input_bridge.cc', 48 'arc/input/arc_input_bridge.cc',
47 'arc/input/arc_input_bridge.h', 49 'arc/input/arc_input_bridge.h',
48 'arc/net/arc_net_host_impl.cc', 50 'arc/net/arc_net_host_impl.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'arc/common/intent_helper.mojom', 91 'arc/common/intent_helper.mojom',
90 'arc/common/net.mojom', 92 'arc/common/net.mojom',
91 'arc/common/notifications.mojom', 93 'arc/common/notifications.mojom',
92 'arc/common/power.mojom', 94 'arc/common/power.mojom',
93 'arc/common/process.mojom', 95 'arc/common/process.mojom',
94 'arc/common/settings.mojom', 96 'arc/common/settings.mojom',
95 ], 97 ],
96 }, 98 },
97 ], 99 ],
98 } 100 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698