| Index: chrome/chrome_gpu.gypi
|
| diff --git a/chrome/chrome_gpu.gypi b/chrome/chrome_gpu.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a661c72e0dce55a2571019191dae9508e5f46168
|
| --- /dev/null
|
| +++ b/chrome/chrome_gpu.gypi
|
| @@ -0,0 +1,33 @@
|
| +# 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',
|
| + ],
|
| + 'conditions': [
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + '../components/components.gyp:arc_mojo_bindings',
|
| + ],
|
| + 'sources': [
|
| + 'gpu/arc_video_accelerator.h',
|
| + 'gpu/gpu_arc_video_service.cc',
|
| + 'gpu/gpu_arc_video_service.h',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|