Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: content/content_common.gypi

Issue 117803002: Make building seccomp-bpf a GYP condition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Excludes files to be IDE friendly. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698