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

Side by Side Diff: sandbox/linux/sandbox_linux.gypi

Issue 12223109: SECCOMP-BPF: Refactor the BPF sandbox API to use fewer "static" fields and methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 months 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
« no previous file with comments | « content/common/sandbox_seccomp_bpf_linux.cc ('k') | sandbox/linux/seccomp-bpf/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS=="linux"', { 8 ['OS=="linux"', {
9 'compile_suid_client': 1, 9 'compile_suid_client': 1,
10 }, { 10 }, {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'sources': [ 94 'sources': [
95 'seccomp-bpf/basicblock.cc', 95 'seccomp-bpf/basicblock.cc',
96 'seccomp-bpf/basicblock.h', 96 'seccomp-bpf/basicblock.h',
97 'seccomp-bpf/codegen.cc', 97 'seccomp-bpf/codegen.cc',
98 'seccomp-bpf/codegen.h', 98 'seccomp-bpf/codegen.h',
99 'seccomp-bpf/die.cc', 99 'seccomp-bpf/die.cc',
100 'seccomp-bpf/die.h', 100 'seccomp-bpf/die.h',
101 'seccomp-bpf/errorcode.cc', 101 'seccomp-bpf/errorcode.cc',
102 'seccomp-bpf/errorcode.h', 102 'seccomp-bpf/errorcode.h',
103 'seccomp-bpf/instruction.h', 103 'seccomp-bpf/instruction.h',
104 'seccomp-bpf/linux_seccomp.h',
105 'seccomp-bpf/port.h',
104 'seccomp-bpf/sandbox_bpf.cc', 106 'seccomp-bpf/sandbox_bpf.cc',
105 'seccomp-bpf/sandbox_bpf.h', 107 'seccomp-bpf/sandbox_bpf.h',
106 'seccomp-bpf/syscall.cc', 108 'seccomp-bpf/syscall.cc',
107 'seccomp-bpf/syscall.h', 109 'seccomp-bpf/syscall.h',
108 'seccomp-bpf/syscall_iterator.cc', 110 'seccomp-bpf/syscall_iterator.cc',
109 'seccomp-bpf/syscall_iterator.h', 111 'seccomp-bpf/syscall_iterator.h',
110 'seccomp-bpf/trap.cc', 112 'seccomp-bpf/trap.cc',
111 'seccomp-bpf/trap.h', 113 'seccomp-bpf/trap.h',
112 'seccomp-bpf/verifier.cc', 114 'seccomp-bpf/verifier.cc',
113 'seccomp-bpf/verifier.h', 115 'seccomp-bpf/verifier.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 }, 220 },
219 'dependencies': [ 221 'dependencies': [
220 'sandbox_linux_jni_unittests', 222 'sandbox_linux_jni_unittests',
221 ], 223 ],
222 'includes': [ '../../build/apk_test.gypi' ], 224 'includes': [ '../../build/apk_test.gypi' ],
223 } 225 }
224 ], 226 ],
225 }], 227 }],
226 ], 228 ],
227 } 229 }
OLDNEW
« no previous file with comments | « content/common/sandbox_seccomp_bpf_linux.cc ('k') | sandbox/linux/seccomp-bpf/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698