forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrome_gpu.gypi
39 lines (38 loc) · 1.03 KB
/
chrome_gpu.gypi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
# GN version: //chrome/gpu
'target_name': 'gpu',
'type': 'static_library',
'include_dirs': [
'..',
'<(grit_out_dir)',
],
'sources': [
'gpu/chrome_content_gpu_client.cc',
'gpu/chrome_content_gpu_client.h',
],
'dependencies': [
'../content/content.gyp:content_common',
'../content/content.gyp:content_gpu',
],
'conditions': [
['chromeos==1', {
'dependencies': [
'../components/components.gyp:arc_mojo_bindings',
],
'sources': [
'gpu/arc_gpu_video_decode_accelerator.cc',
'gpu/arc_gpu_video_decode_accelerator.h',
'gpu/arc_video_accelerator.h',
'gpu/gpu_arc_video_service.cc',
'gpu/gpu_arc_video_service.h',
],
}],
],
},
],
}