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

Side by Side Diff: components/arc.gypi

Issue 2163443002: Implement chrome-side intent filtering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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 | « no previous file | 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/activity_icon_loader.cc', 57 'arc/intent_helper/activity_icon_loader.cc',
58 'arc/intent_helper/activity_icon_loader.h', 58 'arc/intent_helper/activity_icon_loader.h',
59 'arc/intent_helper/arc_intent_helper_bridge.cc', 59 'arc/intent_helper/arc_intent_helper_bridge.cc',
60 'arc/intent_helper/arc_intent_helper_bridge.h', 60 'arc/intent_helper/arc_intent_helper_bridge.h',
61 'arc/intent_helper/font_size_util.cc', 61 'arc/intent_helper/font_size_util.cc',
62 'arc/intent_helper/font_size_util.h', 62 'arc/intent_helper/font_size_util.h',
63 'arc/intent_helper/intent_filter.cc',
64 'arc/intent_helper/intent_filter.h',
63 'arc/intent_helper/link_handler_model_impl.cc', 65 'arc/intent_helper/link_handler_model_impl.cc',
64 'arc/intent_helper/link_handler_model_impl.h', 66 'arc/intent_helper/link_handler_model_impl.h',
65 'arc/intent_helper/local_activity_resolver.cc', 67 'arc/intent_helper/local_activity_resolver.cc',
66 'arc/intent_helper/local_activity_resolver.h', 68 'arc/intent_helper/local_activity_resolver.h',
67 'arc/metrics/oom_kills_histogram.h', 69 'arc/metrics/oom_kills_histogram.h',
68 'arc/metrics/oom_kills_monitor.cc', 70 'arc/metrics/oom_kills_monitor.cc',
69 'arc/metrics/oom_kills_monitor.h', 71 'arc/metrics/oom_kills_monitor.h',
70 'arc/metrics/arc_metrics_service.cc', 72 'arc/metrics/arc_metrics_service.cc',
71 'arc/metrics/arc_metrics_service.h', 73 'arc/metrics/arc_metrics_service.h',
72 'arc/net/arc_net_host_impl.cc', 74 'arc/net/arc_net_host_impl.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '../base/base.gyp:base', 231 '../base/base.gyp:base',
230 '../ipc/ipc.gyp:ipc', 232 '../ipc/ipc.gyp:ipc',
231 '../mojo/mojo_edk.gyp:mojo_system_impl', 233 '../mojo/mojo_edk.gyp:mojo_system_impl',
232 ], 234 ],
233 'sources': [ 235 'sources': [
234 'arc/standalone/arc_standalone_bridge_main.cc', 236 'arc/standalone/arc_standalone_bridge_main.cc',
235 ] 237 ]
236 } 238 }
237 ], 239 ],
238 } 240 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698