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

Side by Side Diff: components/arc.gypi

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comment Created 4 years, 7 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'arc/crash_collector/arc_crash_collector_bridge.h', 51 'arc/crash_collector/arc_crash_collector_bridge.h',
52 'arc/ime/arc_ime_bridge.h', 52 'arc/ime/arc_ime_bridge.h',
53 'arc/ime/arc_ime_bridge_impl.cc', 53 'arc/ime/arc_ime_bridge_impl.cc',
54 'arc/ime/arc_ime_bridge_impl.h', 54 'arc/ime/arc_ime_bridge_impl.h',
55 'arc/ime/arc_ime_service.cc', 55 'arc/ime/arc_ime_service.cc',
56 'arc/ime/arc_ime_service.h', 56 'arc/ime/arc_ime_service.h',
57 'arc/intent_helper/arc_intent_helper_bridge.cc', 57 'arc/intent_helper/arc_intent_helper_bridge.cc',
58 'arc/intent_helper/arc_intent_helper_bridge.h', 58 'arc/intent_helper/arc_intent_helper_bridge.h',
59 'arc/intent_helper/font_size_util.cc', 59 'arc/intent_helper/font_size_util.cc',
60 'arc/intent_helper/font_size_util.h', 60 'arc/intent_helper/font_size_util.h',
61 'arc/intent_helper/link_handler_model_impl.cc',
62 'arc/intent_helper/link_handler_model_impl.h',
61 'arc/metrics/arc_low_memory_killer_monitor.cc', 63 'arc/metrics/arc_low_memory_killer_monitor.cc',
62 'arc/metrics/arc_low_memory_killer_monitor.h', 64 'arc/metrics/arc_low_memory_killer_monitor.h',
63 'arc/metrics/arc_metrics_service.cc', 65 'arc/metrics/arc_metrics_service.cc',
64 'arc/metrics/arc_metrics_service.h', 66 'arc/metrics/arc_metrics_service.h',
65 'arc/net/arc_net_host_impl.cc', 67 'arc/net/arc_net_host_impl.cc',
66 'arc/net/arc_net_host_impl.h', 68 'arc/net/arc_net_host_impl.h',
67 'arc/power/arc_power_bridge.cc', 69 'arc/power/arc_power_bridge.cc',
68 'arc/power/arc_power_bridge.h', 70 'arc/power/arc_power_bridge.h',
69 ], 71 ],
70 }, 72 },
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 '../base/base.gyp:base', 166 '../base/base.gyp:base',
165 '../ipc/ipc.gyp:ipc', 167 '../ipc/ipc.gyp:ipc',
166 '../mojo/mojo_edk.gyp:mojo_system_impl', 168 '../mojo/mojo_edk.gyp:mojo_system_impl',
167 ], 169 ],
168 'sources': [ 170 'sources': [
169 'arc/standalone/arc_standalone_bridge_main.cc', 171 'arc/standalone/arc_standalone_bridge_main.cc',
170 ] 172 ]
171 } 173 }
172 ], 174 ],
173 } 175 }
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