OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 'sources': [ | 540 'sources': [ |
541 'common/gpu/media/android_video_encode_accelerator.cc', | 541 'common/gpu/media/android_video_encode_accelerator.cc', |
542 'common/gpu/media/android_video_encode_accelerator.h', | 542 'common/gpu/media/android_video_encode_accelerator.h', |
543 ], | 543 ], |
544 }], | 544 }], |
545 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 545 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
546 'dependencies': [ | 546 'dependencies': [ |
547 '../media/media.gyp:media', | 547 '../media/media.gyp:media', |
548 ], | 548 ], |
549 'sources': [ | 549 'sources': [ |
550 'common/gpu/media/exynos_video_decode_accelerator.cc', | |
551 'common/gpu/media/exynos_video_decode_accelerator.h', | |
552 'common/gpu/media/exynos_video_encode_accelerator.cc', | 550 'common/gpu/media/exynos_video_encode_accelerator.cc', |
553 'common/gpu/media/exynos_video_encode_accelerator.h', | 551 'common/gpu/media/exynos_video_encode_accelerator.h', |
| 552 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
| 553 'common/gpu/media/v4l2_video_decode_accelerator.h', |
554 ], | 554 ], |
555 'include_dirs': [ | 555 'include_dirs': [ |
556 '<(DEPTH)/third_party/khronos', | 556 '<(DEPTH)/third_party/khronos', |
557 ], | 557 ], |
558 'link_settings': { | 558 'link_settings': { |
559 'libraries': [ | 559 'libraries': [ |
560 '-lEGL', | 560 '-lEGL', |
561 '-lGLESv2', | 561 '-lGLESv2', |
562 ], | 562 ], |
563 }, | 563 }, |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 647 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
648 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 648 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
650 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 650 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
651 ], | 651 ], |
652 }, { | 652 }, { |
653 'defines': ['USE_SECCOMP_BPF'], | 653 'defines': ['USE_SECCOMP_BPF'], |
654 }], | 654 }], |
655 ], | 655 ], |
656 } | 656 } |
OLD | NEW |