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

Side by Side Diff: components/arc.gypi

Issue 1754803003: Implement Stub for policy bridge to ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ordering and ordinal numbers in .mojom files, nits adressed Created 4 years, 9 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 | « chrome/chrome_browser_chromeos.gypi ('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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'sources': [ 105 'sources': [
106 'arc/common/app.mojom', 106 'arc/common/app.mojom',
107 'arc/common/arc_bridge.mojom', 107 'arc/common/arc_bridge.mojom',
108 'arc/common/auth.mojom', 108 'arc/common/auth.mojom',
109 'arc/common/clipboard.mojom', 109 'arc/common/clipboard.mojom',
110 'arc/common/ime.mojom', 110 'arc/common/ime.mojom',
111 'arc/common/input.mojom', 111 'arc/common/input.mojom',
112 'arc/common/intent_helper.mojom', 112 'arc/common/intent_helper.mojom',
113 'arc/common/net.mojom', 113 'arc/common/net.mojom',
114 'arc/common/notifications.mojom', 114 'arc/common/notifications.mojom',
115 'arc/common/policy.mojom',
115 'arc/common/power.mojom', 116 'arc/common/power.mojom',
116 'arc/common/process.mojom', 117 'arc/common/process.mojom',
117 'arc/common/video.mojom', 118 'arc/common/video.mojom',
118 ], 119 ],
119 }, 120 },
120 { 121 {
121 # GN version: //components/arc:arc_standalone_bridge 122 # GN version: //components/arc:arc_standalone_bridge
122 'target_name': 'arc_standalone_bridge', 123 'target_name': 'arc_standalone_bridge',
123 'type': 'executable', 124 'type': 'executable',
124 'include_dirs': [ 125 'include_dirs': [
125 '..', 126 '..',
126 ], 127 ],
127 'dependencies': [ 128 'dependencies': [
128 'arc_standalone', 129 'arc_standalone',
129 '../base/base.gyp:base', 130 '../base/base.gyp:base',
130 '../ipc/ipc.gyp:ipc', 131 '../ipc/ipc.gyp:ipc',
131 '../mojo/mojo_edk.gyp:mojo_system_impl', 132 '../mojo/mojo_edk.gyp:mojo_system_impl',
132 ], 133 ],
133 'sources': [ 134 'sources': [
134 'arc/standalone/arc_standalone_bridge_main.cc', 135 'arc/standalone/arc_standalone_bridge_main.cc',
135 ] 136 ]
136 } 137 }
137 ], 138 ],
138 } 139 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698