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

Side by Side Diff: components/arc.gypi

Issue 2165643004: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved ArcUserDataService to make calls to ArcAuthService 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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'arc/metrics/oom_kills_monitor.h', 74 'arc/metrics/oom_kills_monitor.h',
75 'arc/net/arc_net_host_impl.cc', 75 'arc/net/arc_net_host_impl.cc',
76 'arc/net/arc_net_host_impl.h', 76 'arc/net/arc_net_host_impl.h',
77 'arc/obb_mounter/arc_obb_mounter_bridge.cc', 77 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
78 'arc/obb_mounter/arc_obb_mounter_bridge.h', 78 'arc/obb_mounter/arc_obb_mounter_bridge.h',
79 'arc/power/arc_power_bridge.cc', 79 'arc/power/arc_power_bridge.cc',
80 'arc/power/arc_power_bridge.h', 80 'arc/power/arc_power_bridge.h',
81 'arc/set_wallpaper_delegate.h', 81 'arc/set_wallpaper_delegate.h',
82 'arc/storage_manager/arc_storage_manager.cc', 82 'arc/storage_manager/arc_storage_manager.cc',
83 'arc/storage_manager/arc_storage_manager.h', 83 'arc/storage_manager/arc_storage_manager.h',
84 'arc/user_data/arc_user_data_service.cc',
85 'arc/user_data/arc_user_data_service.h',
86 ], 84 ],
87 }, 85 },
88 { 86 {
89 # GN version: //components/arc:arc_base 87 # GN version: //components/arc:arc_base
90 'target_name': 'arc_base', 88 'target_name': 'arc_base',
91 'type': 'static_library', 89 'type': 'static_library',
92 'include_dirs': [ 90 'include_dirs': [
93 '..', 91 '..',
94 ], 92 ],
95 'dependencies': [ 93 'dependencies': [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 }, 157 },
160 'sources': [ 158 'sources': [
161 'arc/common/app.mojom', 159 'arc/common/app.mojom',
162 'arc/common/arc_bridge.mojom', 160 'arc/common/arc_bridge.mojom',
163 'arc/common/audio.mojom', 161 'arc/common/audio.mojom',
164 'arc/common/auth.mojom', 162 'arc/common/auth.mojom',
165 'arc/common/bitmap.mojom', 163 'arc/common/bitmap.mojom',
166 'arc/common/bluetooth.mojom', 164 'arc/common/bluetooth.mojom',
167 'arc/common/clipboard.mojom', 165 'arc/common/clipboard.mojom',
168 'arc/common/crash_collector.mojom', 166 'arc/common/crash_collector.mojom',
167 'arc/common/enterprise_reporting.mojom',
169 'arc/common/file_system.mojom', 168 'arc/common/file_system.mojom',
170 'arc/common/ime.mojom', 169 'arc/common/ime.mojom',
171 'arc/common/intent_helper.mojom', 170 'arc/common/intent_helper.mojom',
172 'arc/common/metrics.mojom', 171 'arc/common/metrics.mojom',
173 'arc/common/net.mojom', 172 'arc/common/net.mojom',
174 'arc/common/notifications.mojom', 173 'arc/common/notifications.mojom',
175 'arc/common/obb_mounter.mojom', 174 'arc/common/obb_mounter.mojom',
176 'arc/common/policy.mojom', 175 'arc/common/policy.mojom',
177 'arc/common/power.mojom', 176 'arc/common/power.mojom',
178 'arc/common/process.mojom', 177 'arc/common/process.mojom',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 '../base/base.gyp:base', 230 '../base/base.gyp:base',
232 '../ipc/ipc.gyp:ipc', 231 '../ipc/ipc.gyp:ipc',
233 '../mojo/mojo_edk.gyp:mojo_system_impl', 232 '../mojo/mojo_edk.gyp:mojo_system_impl',
234 ], 233 ],
235 'sources': [ 234 'sources': [
236 'arc/standalone/arc_standalone_bridge_main.cc', 235 'arc/standalone/arc_standalone_bridge_main.cc',
237 ] 236 ]
238 } 237 }
239 ], 238 ],
240 } 239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698