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

Side by Side Diff: components/arc.gypi

Issue 1996933002: arc: IPC definition of file system interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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 | « 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 'arc/common/app.mojom', 116 'arc/common/app.mojom',
117 'arc/common/arc_bridge.mojom', 117 'arc/common/arc_bridge.mojom',
118 'arc/common/audio.mojom', 118 'arc/common/audio.mojom',
119 'arc/common/auth.mojom', 119 'arc/common/auth.mojom',
120 'arc/common/bitmap.mojom', 120 'arc/common/bitmap.mojom',
121 'arc/common/bluetooth.mojom', 121 'arc/common/bluetooth.mojom',
122 'arc/common/clipboard.mojom', 122 'arc/common/clipboard.mojom',
123 'arc/common/crash_collector.mojom', 123 'arc/common/crash_collector.mojom',
124 'arc/common/file_system.mojom',
124 'arc/common/ime.mojom', 125 'arc/common/ime.mojom',
125 'arc/common/intent_helper.mojom', 126 'arc/common/intent_helper.mojom',
126 'arc/common/metrics.mojom', 127 'arc/common/metrics.mojom',
127 'arc/common/net.mojom', 128 'arc/common/net.mojom',
128 'arc/common/notifications.mojom', 129 'arc/common/notifications.mojom',
129 'arc/common/policy.mojom', 130 'arc/common/policy.mojom',
130 'arc/common/power.mojom', 131 'arc/common/power.mojom',
131 'arc/common/process.mojom', 132 'arc/common/process.mojom',
132 'arc/common/scale_factor.mojom', 133 'arc/common/scale_factor.mojom',
133 'arc/common/storage_manager.mojom', 134 'arc/common/storage_manager.mojom',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 '../base/base.gyp:base', 182 '../base/base.gyp:base',
182 '../ipc/ipc.gyp:ipc', 183 '../ipc/ipc.gyp:ipc',
183 '../mojo/mojo_edk.gyp:mojo_system_impl', 184 '../mojo/mojo_edk.gyp:mojo_system_impl',
184 ], 185 ],
185 'sources': [ 186 'sources': [
186 'arc/standalone/arc_standalone_bridge_main.cc', 187 'arc/standalone/arc_standalone_bridge_main.cc',
187 ] 188 ]
188 } 189 }
189 ], 190 ],
190 } 191 }
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