| 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 }], | 616 }], |
| 617 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 617 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
| 618 'dependencies': [ | 618 'dependencies': [ |
| 619 '../media/media.gyp:media', | 619 '../media/media.gyp:media', |
| 620 ], | 620 ], |
| 621 'sources': [ | 621 'sources': [ |
| 622 'common/gpu/media/exynos_v4l2_video_device.cc', | 622 'common/gpu/media/exynos_v4l2_video_device.cc', |
| 623 'common/gpu/media/exynos_v4l2_video_device.h', | 623 'common/gpu/media/exynos_v4l2_video_device.h', |
| 624 'common/gpu/media/exynos_video_encode_accelerator.cc', | 624 'common/gpu/media/exynos_video_encode_accelerator.cc', |
| 625 'common/gpu/media/exynos_video_encode_accelerator.h', | 625 'common/gpu/media/exynos_video_encode_accelerator.h', |
| 626 'common/gpu/media/tegra_v4l2_video_device.cc', |
| 627 'common/gpu/media/tegra_v4l2_video_device.h', |
| 626 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 628 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
| 627 'common/gpu/media/v4l2_video_decode_accelerator.h', | 629 'common/gpu/media/v4l2_video_decode_accelerator.h', |
| 628 'common/gpu/media/v4l2_video_device.cc', | 630 'common/gpu/media/v4l2_video_device.cc', |
| 629 'common/gpu/media/v4l2_video_device.h', | 631 'common/gpu/media/v4l2_video_device.h', |
| 630 ], | 632 ], |
| 631 'include_dirs': [ | 633 'include_dirs': [ |
| 632 '<(DEPTH)/third_party/khronos', | 634 '<(DEPTH)/third_party/khronos', |
| 633 ], | 635 ], |
| 634 'link_settings': { | 636 'link_settings': { |
| 635 'libraries': [ | 637 'libraries': [ |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 761 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 760 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 762 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 763 ], | 765 ], |
| 764 }, { | 766 }, { |
| 765 'defines': ['USE_SECCOMP_BPF'], | 767 'defines': ['USE_SECCOMP_BPF'], |
| 766 }], | 768 }], |
| 767 ], | 769 ], |
| 768 } | 770 } |
| OLD | NEW |