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

Side by Side Diff: components/arc.gypi

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address a comment 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
« 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',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 'arc_mojo_bindings', 15 'arc_mojo_bindings',
16 'components.gyp:exo', 16 'components.gyp:exo',
17 'components.gyp:onc_component', 17 'components.gyp:onc_component',
18 '../base/base.gyp:base', 18 '../base/base.gyp:base',
19 '../chromeos/chromeos.gyp:chromeos', 19 '../chromeos/chromeos.gyp:chromeos',
20 '../chromeos/chromeos.gyp:power_manager_proto', 20 '../chromeos/chromeos.gyp:power_manager_proto',
21 '../ipc/ipc.gyp:ipc', 21 '../ipc/ipc.gyp:ipc',
22 '../third_party/re2/re2.gyp:re2', 22 '../third_party/re2/re2.gyp:re2',
23 '../ui/arc/arc.gyp:arc', 23 '../ui/arc/arc.gyp:arc',
24 '../ui/aura/aura.gyp:aura', 24 '../ui/aura/aura.gyp:aura',
25 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 25 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
26 '../ui/base/ui_base.gyp:ui_base', 26 '../ui/base/ui_base.gyp:ui_base',
27 '../ui/base/ui_base.gyp:ui_base_test_support', 27 '../ui/base/ui_base.gyp:ui_base_test_support',
28 '../ui/events/events.gyp:events_base', 28 '../ui/events/events.gyp:events_base',
29 '../url/url.gyp:url_lib',
29 ], 30 ],
30 'sources': [ 31 'sources': [
31 'arc/arc_bridge_bootstrap.cc', 32 'arc/arc_bridge_bootstrap.cc',
32 'arc/arc_bridge_bootstrap.h', 33 'arc/arc_bridge_bootstrap.h',
33 'arc/arc_bridge_service.cc', 34 'arc/arc_bridge_service.cc',
34 'arc/arc_bridge_service.h', 35 'arc/arc_bridge_service.h',
35 'arc/arc_bridge_service_impl.cc', 36 'arc/arc_bridge_service_impl.cc',
36 'arc/arc_bridge_service_impl.h', 37 'arc/arc_bridge_service_impl.h',
37 'arc/arc_service.cc', 38 'arc/arc_service.cc',
38 'arc/arc_service.h', 39 'arc/arc_service.h',
39 'arc/arc_service_manager.cc', 40 'arc/arc_service_manager.cc',
40 'arc/arc_service_manager.h', 41 'arc/arc_service_manager.h',
41 'arc/auth/arc_auth_fetcher.cc', 42 'arc/auth/arc_auth_fetcher.cc',
42 'arc/auth/arc_auth_fetcher.h', 43 'arc/auth/arc_auth_fetcher.h',
43 'arc/clipboard/arc_clipboard_bridge.cc', 44 'arc/clipboard/arc_clipboard_bridge.cc',
44 'arc/clipboard/arc_clipboard_bridge.h', 45 'arc/clipboard/arc_clipboard_bridge.h',
45 'arc/crash_collector/arc_crash_collector_bridge.cc', 46 'arc/crash_collector/arc_crash_collector_bridge.cc',
46 'arc/crash_collector/arc_crash_collector_bridge.h', 47 'arc/crash_collector/arc_crash_collector_bridge.h',
47 'arc/ime/arc_ime_bridge.h', 48 'arc/ime/arc_ime_bridge.h',
48 'arc/ime/arc_ime_bridge_impl.cc', 49 'arc/ime/arc_ime_bridge_impl.cc',
49 'arc/ime/arc_ime_bridge_impl.h', 50 'arc/ime/arc_ime_bridge_impl.h',
50 'arc/ime/arc_ime_service.cc', 51 'arc/ime/arc_ime_service.cc',
51 'arc/ime/arc_ime_service.h', 52 'arc/ime/arc_ime_service.h',
52 'arc/input/arc_input_bridge.cc', 53 'arc/input/arc_input_bridge.cc',
53 'arc/input/arc_input_bridge.h', 54 'arc/input/arc_input_bridge.h',
55 'arc/intent_helper/arc_intent_helper_bridge.cc',
56 'arc/intent_helper/arc_intent_helper_bridge.h',
57 'arc/intent_helper/font_size_util.cc',
58 'arc/intent_helper/font_size_util.h',
59 'arc/metrics/arc_low_memory_killer_monitor.cc',
54 'arc/metrics/arc_low_memory_killer_monitor.h', 60 'arc/metrics/arc_low_memory_killer_monitor.h',
55 'arc/metrics/arc_low_memory_killer_monitor.cc',
56 'arc/metrics/arc_metrics_service.cc', 61 'arc/metrics/arc_metrics_service.cc',
57 'arc/metrics/arc_metrics_service.h', 62 'arc/metrics/arc_metrics_service.h',
58 'arc/net/arc_net_host_impl.cc', 63 'arc/net/arc_net_host_impl.cc',
59 'arc/net/arc_net_host_impl.h', 64 'arc/net/arc_net_host_impl.h',
60 'arc/power/arc_power_bridge.cc', 65 'arc/power/arc_power_bridge.cc',
61 'arc/power/arc_power_bridge.h', 66 'arc/power/arc_power_bridge.h',
62 ], 67 ],
63 }, 68 },
64 { 69 {
65 # GN version: //components/arc_test_support 70 # GN version: //components/arc_test_support
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 '../base/base.gyp:base', 158 '../base/base.gyp:base',
154 '../ipc/ipc.gyp:ipc', 159 '../ipc/ipc.gyp:ipc',
155 '../mojo/mojo_edk.gyp:mojo_system_impl', 160 '../mojo/mojo_edk.gyp:mojo_system_impl',
156 ], 161 ],
157 'sources': [ 162 'sources': [
158 'arc/standalone/arc_standalone_bridge_main.cc', 163 'arc/standalone/arc_standalone_bridge_main.cc',
159 ] 164 ]
160 } 165 }
161 ], 166 ],
162 } 167 }
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