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

Side by Side Diff: sandbox/linux/sandbox_linux_nacl_nonsfi.gyp

Issue 1309963002: sandbox/linux/bpf_dsl: remove ErrorCode intermediary representation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rm-verifier
Patch Set: Sync Created 5 years, 3 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../build/common_untrusted.gypi', 10 '../../build/common_untrusted.gypi',
(...skipping 11 matching lines...) Expand all
22 'build_newlib': 0, 22 'build_newlib': 0,
23 'build_irt': 0, 23 'build_irt': 0,
24 'build_pnacl_newlib': 0, 24 'build_pnacl_newlib': 0,
25 'build_nonsfi_helper': 1, 25 'build_nonsfi_helper': 1,
26 26
27 'sources': [ 27 'sources': [
28 # This is the subset of linux build target, needed for 28 # This is the subset of linux build target, needed for
29 # nacl_helper_nonsfi's sandbox implementation. 29 # nacl_helper_nonsfi's sandbox implementation.
30 'bpf_dsl/bpf_dsl.cc', 30 'bpf_dsl/bpf_dsl.cc',
31 'bpf_dsl/codegen.cc', 31 'bpf_dsl/codegen.cc',
32 'bpf_dsl/errorcode.cc',
33 'bpf_dsl/policy.cc', 32 'bpf_dsl/policy.cc',
34 'bpf_dsl/policy_compiler.cc', 33 'bpf_dsl/policy_compiler.cc',
35 'bpf_dsl/syscall_set.cc', 34 'bpf_dsl/syscall_set.cc',
36 'seccomp-bpf-helpers/sigsys_handlers.cc', 35 'seccomp-bpf-helpers/sigsys_handlers.cc',
37 'seccomp-bpf-helpers/syscall_parameters_restrictions.cc', 36 'seccomp-bpf-helpers/syscall_parameters_restrictions.cc',
38 'seccomp-bpf/die.cc', 37 'seccomp-bpf/die.cc',
39 'seccomp-bpf/sandbox_bpf.cc', 38 'seccomp-bpf/sandbox_bpf.cc',
40 'seccomp-bpf/syscall.cc', 39 'seccomp-bpf/syscall.cc',
41 'seccomp-bpf/trap.cc', 40 'seccomp-bpf/trap.cc',
42 'services/credentials.cc', 41 'services/credentials.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ], 76 ],
78 }, 77 },
79 'dependencies': [ 78 'dependencies': [
80 '../../testing/gtest_nacl.gyp:gtest_nacl', 79 '../../testing/gtest_nacl.gyp:gtest_nacl',
81 ], 80 ],
82 }, 81 },
83 ], 82 ],
84 }], 83 }],
85 ], 84 ],
86 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698