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

Side by Side Diff: components/arc.gypi

Issue 1847463002: arc: Use v2/auth LSO page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 8 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 { 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 20 matching lines...) Expand all
31 'arc/arc_bridge_bootstrap.cc', 31 'arc/arc_bridge_bootstrap.cc',
32 'arc/arc_bridge_bootstrap.h', 32 'arc/arc_bridge_bootstrap.h',
33 'arc/arc_bridge_service.cc', 33 'arc/arc_bridge_service.cc',
34 'arc/arc_bridge_service.h', 34 'arc/arc_bridge_service.h',
35 'arc/arc_bridge_service_impl.cc', 35 'arc/arc_bridge_service_impl.cc',
36 'arc/arc_bridge_service_impl.h', 36 'arc/arc_bridge_service_impl.h',
37 'arc/arc_service.cc', 37 'arc/arc_service.cc',
38 'arc/arc_service.h', 38 'arc/arc_service.h',
39 'arc/arc_service_manager.cc', 39 'arc/arc_service_manager.cc',
40 'arc/arc_service_manager.h', 40 'arc/arc_service_manager.h',
41 'arc/auth/arc_auth_fetcher.cc',
42 'arc/auth/arc_auth_fetcher.h',
43 'arc/clipboard/arc_clipboard_bridge.cc', 41 'arc/clipboard/arc_clipboard_bridge.cc',
44 'arc/clipboard/arc_clipboard_bridge.h', 42 'arc/clipboard/arc_clipboard_bridge.h',
45 'arc/crash_collector/arc_crash_collector_bridge.cc', 43 'arc/crash_collector/arc_crash_collector_bridge.cc',
46 'arc/crash_collector/arc_crash_collector_bridge.h', 44 'arc/crash_collector/arc_crash_collector_bridge.h',
47 'arc/ime/arc_ime_bridge.h', 45 'arc/ime/arc_ime_bridge.h',
48 'arc/ime/arc_ime_bridge_impl.cc', 46 'arc/ime/arc_ime_bridge_impl.cc',
49 'arc/ime/arc_ime_bridge_impl.h', 47 'arc/ime/arc_ime_bridge_impl.h',
50 'arc/ime/arc_ime_service.cc', 48 'arc/ime/arc_ime_service.cc',
51 'arc/ime/arc_ime_service.h', 49 'arc/ime/arc_ime_service.h',
52 'arc/input/arc_input_bridge.cc', 50 'arc/input/arc_input_bridge.cc',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 '../base/base.gyp:base', 151 '../base/base.gyp:base',
154 '../ipc/ipc.gyp:ipc', 152 '../ipc/ipc.gyp:ipc',
155 '../mojo/mojo_edk.gyp:mojo_system_impl', 153 '../mojo/mojo_edk.gyp:mojo_system_impl',
156 ], 154 ],
157 'sources': [ 155 'sources': [
158 'arc/standalone/arc_standalone_bridge_main.cc', 156 'arc/standalone/arc_standalone_bridge_main.cc',
159 ] 157 ]
160 } 158 }
161 ], 159 ],
162 } 160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698