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

Side by Side Diff: components/arc.gypi

Issue 1641353003: GpuArcVideoService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-4-owen-ArcGpuVideoDecodeAccelerator
Patch Set: fix build Created 4 years, 8 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/gpu/gpu_arc_video_service.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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'arc/common/crash_collector.mojom', 112 'arc/common/crash_collector.mojom',
113 'arc/common/ime.mojom', 113 'arc/common/ime.mojom',
114 'arc/common/input.mojom', 114 'arc/common/input.mojom',
115 'arc/common/intent_helper.mojom', 115 'arc/common/intent_helper.mojom',
116 'arc/common/net.mojom', 116 'arc/common/net.mojom',
117 'arc/common/notifications.mojom', 117 'arc/common/notifications.mojom',
118 'arc/common/policy.mojom', 118 'arc/common/policy.mojom',
119 'arc/common/power.mojom', 119 'arc/common/power.mojom',
120 'arc/common/process.mojom', 120 'arc/common/process.mojom',
121 'arc/common/video.mojom', 121 'arc/common/video.mojom',
122 'arc/common/video_accelerator.mojom',
122 ], 123 ],
123 }, 124 },
124 { 125 {
125 # GN version: //components/arc:arc_standalone_service 126 # GN version: //components/arc:arc_standalone_service
126 'target_name': 'arc_standalone_service', 127 'target_name': 'arc_standalone_service',
127 'type': 'static_library', 128 'type': 'static_library',
128 'dependencies': [ 129 'dependencies': [
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',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '../base/base.gyp:base', 167 '../base/base.gyp:base',
167 '../ipc/ipc.gyp:ipc', 168 '../ipc/ipc.gyp:ipc',
168 '../mojo/mojo_edk.gyp:mojo_system_impl', 169 '../mojo/mojo_edk.gyp:mojo_system_impl',
169 ], 170 ],
170 'sources': [ 171 'sources': [
171 'arc/standalone/arc_standalone_bridge_main.cc', 172 'arc/standalone/arc_standalone_bridge_main.cc',
172 ] 173 ]
173 } 174 }
174 ], 175 ],
175 } 176 }
OLDNEW
« no previous file with comments | « chrome/gpu/gpu_arc_video_service.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698