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

Side by Side Diff: components/arc.gypi

Issue 2195653002: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Corrected upstream branch. Created 4 years, 4 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 | « chromeos/dbus/session_manager_client.cc ('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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 }, 159 },
160 'sources': [ 160 'sources': [
161 'arc/common/app.mojom', 161 'arc/common/app.mojom',
162 'arc/common/arc_bridge.mojom', 162 'arc/common/arc_bridge.mojom',
163 'arc/common/audio.mojom', 163 'arc/common/audio.mojom',
164 'arc/common/auth.mojom', 164 'arc/common/auth.mojom',
165 'arc/common/bitmap.mojom', 165 'arc/common/bitmap.mojom',
166 'arc/common/bluetooth.mojom', 166 'arc/common/bluetooth.mojom',
167 'arc/common/clipboard.mojom', 167 'arc/common/clipboard.mojom',
168 'arc/common/crash_collector.mojom', 168 'arc/common/crash_collector.mojom',
169 'arc/common/enterprise_reporting.mojom',
169 'arc/common/file_system.mojom', 170 'arc/common/file_system.mojom',
170 'arc/common/ime.mojom', 171 'arc/common/ime.mojom',
171 'arc/common/intent_helper.mojom', 172 'arc/common/intent_helper.mojom',
172 'arc/common/metrics.mojom', 173 'arc/common/metrics.mojom',
173 'arc/common/net.mojom', 174 'arc/common/net.mojom',
174 'arc/common/notifications.mojom', 175 'arc/common/notifications.mojom',
175 'arc/common/obb_mounter.mojom', 176 'arc/common/obb_mounter.mojom',
176 'arc/common/policy.mojom', 177 'arc/common/policy.mojom',
177 'arc/common/power.mojom', 178 'arc/common/power.mojom',
178 'arc/common/process.mojom', 179 'arc/common/process.mojom',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 '../base/base.gyp:base', 233 '../base/base.gyp:base',
233 '../ipc/ipc.gyp:ipc', 234 '../ipc/ipc.gyp:ipc',
234 '../mojo/mojo_edk.gyp:mojo_system_impl', 235 '../mojo/mojo_edk.gyp:mojo_system_impl',
235 ], 236 ],
236 'sources': [ 237 'sources': [
237 'arc/standalone/arc_standalone_bridge_main.cc', 238 'arc/standalone/arc_standalone_bridge_main.cc',
238 ] 239 ]
239 } 240 }
240 ], 241 ],
241 } 242 }
OLDNEW
« no previous file with comments | « chromeos/dbus/session_manager_client.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698