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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'python', | 628 'python', |
629 '../build/extract_from_cab.py', | 629 '../build/extract_from_cab.py', |
630 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 630 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
631 '<(output)', | 631 '<(output)', |
632 '<(PRODUCT_DIR)', | 632 '<(PRODUCT_DIR)', |
633 ], | 633 ], |
634 'msvs_cygwin_shell': 1, | 634 'msvs_cygwin_shell': 1, |
635 }, | 635 }, |
636 ] | 636 ] |
637 }], | 637 }], |
| 638 ['use_seccomp_bpf==0', { |
| 639 'sources!': [ |
| 640 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', |
| 641 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', |
| 642 'common/sandbox_linux/bpf_gpu_policy_linux.cc', |
| 643 'common/sandbox_linux/bpf_gpu_policy_linux.h', |
| 644 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', |
| 645 'common/sandbox_linux/bpf_ppapi_policy_linux.h', |
| 646 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 647 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 648 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 650 ], |
| 651 }, { |
| 652 'defines': ['USE_SECCOMP_BPF'], |
| 653 }], |
638 ], | 654 ], |
639 } | 655 } |
OLD | NEW |