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

Side by Side Diff: components/arc.gypi

Issue 1995243002: Add OBB mounter Mojo interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'arc/intent_helper/font_size_util.h', 65 'arc/intent_helper/font_size_util.h',
66 'arc/intent_helper/link_handler_model_impl.cc', 66 'arc/intent_helper/link_handler_model_impl.cc',
67 'arc/intent_helper/link_handler_model_impl.h', 67 'arc/intent_helper/link_handler_model_impl.h',
68 'arc/metrics/oom_kills_histogram.h', 68 'arc/metrics/oom_kills_histogram.h',
69 'arc/metrics/oom_kills_monitor.cc', 69 'arc/metrics/oom_kills_monitor.cc',
70 'arc/metrics/oom_kills_monitor.h', 70 'arc/metrics/oom_kills_monitor.h',
71 'arc/metrics/arc_metrics_service.cc', 71 'arc/metrics/arc_metrics_service.cc',
72 'arc/metrics/arc_metrics_service.h', 72 'arc/metrics/arc_metrics_service.h',
73 'arc/net/arc_net_host_impl.cc', 73 'arc/net/arc_net_host_impl.cc',
74 'arc/net/arc_net_host_impl.h', 74 'arc/net/arc_net_host_impl.h',
75 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
76 'arc/obb_mounter/arc_obb_mounter_bridge.h',
75 'arc/power/arc_power_bridge.cc', 77 'arc/power/arc_power_bridge.cc',
76 'arc/power/arc_power_bridge.h', 78 'arc/power/arc_power_bridge.h',
77 'arc/storage_manager/arc_storage_manager.cc', 79 'arc/storage_manager/arc_storage_manager.cc',
78 'arc/storage_manager/arc_storage_manager.h', 80 'arc/storage_manager/arc_storage_manager.h',
79 'arc/window_manager/arc_window_manager_bridge.cc', 81 'arc/window_manager/arc_window_manager_bridge.cc',
80 'arc/window_manager/arc_window_manager_bridge.h', 82 'arc/window_manager/arc_window_manager_bridge.h',
81 ], 83 ],
82 }, 84 },
83 { 85 {
84 # GN version: //components/arc_test_support 86 # GN version: //components/arc_test_support
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'arc/common/bitmap.mojom', 122 'arc/common/bitmap.mojom',
121 'arc/common/bluetooth.mojom', 123 'arc/common/bluetooth.mojom',
122 'arc/common/clipboard.mojom', 124 'arc/common/clipboard.mojom',
123 'arc/common/crash_collector.mojom', 125 'arc/common/crash_collector.mojom',
124 'arc/common/file_system.mojom', 126 'arc/common/file_system.mojom',
125 'arc/common/ime.mojom', 127 'arc/common/ime.mojom',
126 'arc/common/intent_helper.mojom', 128 'arc/common/intent_helper.mojom',
127 'arc/common/metrics.mojom', 129 'arc/common/metrics.mojom',
128 'arc/common/net.mojom', 130 'arc/common/net.mojom',
129 'arc/common/notifications.mojom', 131 'arc/common/notifications.mojom',
132 'arc/common/obb_mounter.mojom',
130 'arc/common/policy.mojom', 133 'arc/common/policy.mojom',
131 'arc/common/power.mojom', 134 'arc/common/power.mojom',
132 'arc/common/process.mojom', 135 'arc/common/process.mojom',
133 'arc/common/scale_factor.mojom', 136 'arc/common/scale_factor.mojom',
134 'arc/common/storage_manager.mojom', 137 'arc/common/storage_manager.mojom',
135 'arc/common/video.mojom', 138 'arc/common/video.mojom',
136 'arc/common/video_accelerator.mojom', 139 'arc/common/video_accelerator.mojom',
137 'arc/common/window_manager.mojom', 140 'arc/common/window_manager.mojom',
138 ], 141 ],
139 }, 142 },
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 '../base/base.gyp:base', 185 '../base/base.gyp:base',
183 '../ipc/ipc.gyp:ipc', 186 '../ipc/ipc.gyp:ipc',
184 '../mojo/mojo_edk.gyp:mojo_system_impl', 187 '../mojo/mojo_edk.gyp:mojo_system_impl',
185 ], 188 ],
186 'sources': [ 189 'sources': [
187 'arc/standalone/arc_standalone_bridge_main.cc', 190 'arc/standalone/arc_standalone_bridge_main.cc',
188 ] 191 ]
189 } 192 }
190 ], 193 ],
191 } 194 }
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