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

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

Issue 1292753009: sandbox/linux: move ErrorCode into bpf_dsl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bpf_dsl-deps
Patch Set: Rebase and cleanup test code Created 5 years, 4 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 (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 'compile_credentials': 1, 10 'compile_credentials': 1,
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'sources': [ 130 'sources': [
131 'bpf_dsl/bpf_dsl.cc', 131 'bpf_dsl/bpf_dsl.cc',
132 'bpf_dsl/bpf_dsl.h', 132 'bpf_dsl/bpf_dsl.h',
133 'bpf_dsl/bpf_dsl_forward.h', 133 'bpf_dsl/bpf_dsl_forward.h',
134 'bpf_dsl/bpf_dsl_impl.h', 134 'bpf_dsl/bpf_dsl_impl.h',
135 'bpf_dsl/codegen.cc', 135 'bpf_dsl/codegen.cc',
136 'bpf_dsl/codegen.h', 136 'bpf_dsl/codegen.h',
137 'bpf_dsl/cons.h', 137 'bpf_dsl/cons.h',
138 'bpf_dsl/dump_bpf.cc', 138 'bpf_dsl/dump_bpf.cc',
139 'bpf_dsl/dump_bpf.h', 139 'bpf_dsl/dump_bpf.h',
140 'bpf_dsl/errorcode.cc',
141 'bpf_dsl/errorcode.h',
140 'bpf_dsl/linux_syscall_ranges.h', 142 'bpf_dsl/linux_syscall_ranges.h',
141 'bpf_dsl/policy.cc', 143 'bpf_dsl/policy.cc',
142 'bpf_dsl/policy.h', 144 'bpf_dsl/policy.h',
143 'bpf_dsl/policy_compiler.cc', 145 'bpf_dsl/policy_compiler.cc',
144 'bpf_dsl/policy_compiler.h', 146 'bpf_dsl/policy_compiler.h',
145 'bpf_dsl/seccomp_macros.h', 147 'bpf_dsl/seccomp_macros.h',
146 'bpf_dsl/seccomp_macros.h', 148 'bpf_dsl/seccomp_macros.h',
147 'bpf_dsl/syscall_set.cc', 149 'bpf_dsl/syscall_set.cc',
148 'bpf_dsl/syscall_set.h', 150 'bpf_dsl/syscall_set.h',
149 'bpf_dsl/trap_registry.h', 151 'bpf_dsl/trap_registry.h',
150 'bpf_dsl/verifier.cc', 152 'bpf_dsl/verifier.cc',
151 'bpf_dsl/verifier.h', 153 'bpf_dsl/verifier.h',
152 'seccomp-bpf/die.cc', 154 'seccomp-bpf/die.cc',
153 'seccomp-bpf/die.h', 155 'seccomp-bpf/die.h',
154 'seccomp-bpf/errorcode.cc',
155 'seccomp-bpf/errorcode.h',
156 'seccomp-bpf/sandbox_bpf.cc', 156 'seccomp-bpf/sandbox_bpf.cc',
157 'seccomp-bpf/sandbox_bpf.h', 157 'seccomp-bpf/sandbox_bpf.h',
158 'seccomp-bpf/syscall.cc', 158 'seccomp-bpf/syscall.cc',
159 'seccomp-bpf/syscall.h', 159 'seccomp-bpf/syscall.h',
160 'seccomp-bpf/trap.cc', 160 'seccomp-bpf/trap.cc',
161 'seccomp-bpf/trap.h', 161 'seccomp-bpf/trap.h',
162 ], 162 ],
163 'dependencies': [ 163 'dependencies': [
164 '../base/base.gyp:base', 164 '../base/base.gyp:base',
165 'sandbox_services', 165 'sandbox_services',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 '../../build/isolate.gypi', 408 '../../build/isolate.gypi',
409 ], 409 ],
410 'sources': [ 410 'sources': [
411 '../sandbox_linux_unittests.isolate', 411 '../sandbox_linux_unittests.isolate',
412 ], 412 ],
413 }, 413 },
414 ], 414 ],
415 }], 415 }],
416 ], 416 ],
417 } 417 }
OLDNEW
« no previous file with comments | « sandbox/linux/integration_tests/bpf_dsl_seccomp_unittest.cc ('k') | sandbox/linux/sandbox_linux_nacl_nonsfi.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698