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 '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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'bpf_dsl/bpf_dsl_forward.h', | 123 'bpf_dsl/bpf_dsl_forward.h', |
124 'bpf_dsl/bpf_dsl_impl.h', | 124 'bpf_dsl/bpf_dsl_impl.h', |
125 'bpf_dsl/cons.h', | 125 'bpf_dsl/cons.h', |
126 'bpf_dsl/dump_bpf.cc', | 126 'bpf_dsl/dump_bpf.cc', |
127 'bpf_dsl/dump_bpf.h', | 127 'bpf_dsl/dump_bpf.h', |
128 'bpf_dsl/policy.cc', | 128 'bpf_dsl/policy.cc', |
129 'bpf_dsl/policy.h', | 129 'bpf_dsl/policy.h', |
130 'bpf_dsl/policy_compiler.cc', | 130 'bpf_dsl/policy_compiler.cc', |
131 'bpf_dsl/policy_compiler.h', | 131 'bpf_dsl/policy_compiler.h', |
132 'bpf_dsl/trap_registry.h', | 132 'bpf_dsl/trap_registry.h', |
133 'seccomp-bpf/basicblock.cc', | |
134 'seccomp-bpf/basicblock.h', | |
135 'seccomp-bpf/codegen.cc', | 133 'seccomp-bpf/codegen.cc', |
136 'seccomp-bpf/codegen.h', | 134 'seccomp-bpf/codegen.h', |
137 'seccomp-bpf/die.cc', | 135 'seccomp-bpf/die.cc', |
138 'seccomp-bpf/die.h', | 136 'seccomp-bpf/die.h', |
139 'seccomp-bpf/errorcode.cc', | 137 'seccomp-bpf/errorcode.cc', |
140 'seccomp-bpf/errorcode.h', | 138 'seccomp-bpf/errorcode.h', |
141 'seccomp-bpf/instruction.h', | |
142 'seccomp-bpf/linux_seccomp.h', | 139 'seccomp-bpf/linux_seccomp.h', |
143 'seccomp-bpf/sandbox_bpf.cc', | 140 'seccomp-bpf/sandbox_bpf.cc', |
144 'seccomp-bpf/sandbox_bpf.h', | 141 'seccomp-bpf/sandbox_bpf.h', |
145 'seccomp-bpf/syscall.cc', | 142 'seccomp-bpf/syscall.cc', |
146 'seccomp-bpf/syscall.h', | 143 'seccomp-bpf/syscall.h', |
147 'seccomp-bpf/syscall_iterator.cc', | 144 'seccomp-bpf/syscall_iterator.cc', |
148 'seccomp-bpf/syscall_iterator.h', | 145 'seccomp-bpf/syscall_iterator.h', |
149 'seccomp-bpf/trap.cc', | 146 'seccomp-bpf/trap.cc', |
150 'seccomp-bpf/trap.h', | 147 'seccomp-bpf/trap.h', |
151 'seccomp-bpf/verifier.cc', | 148 'seccomp-bpf/verifier.cc', |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 '../../build/isolate.gypi', | 374 '../../build/isolate.gypi', |
378 ], | 375 ], |
379 'sources': [ | 376 'sources': [ |
380 '../sandbox_linux_unittests.isolate', | 377 '../sandbox_linux_unittests.isolate', |
381 ], | 378 ], |
382 }, | 379 }, |
383 ], | 380 ], |
384 }], | 381 }], |
385 ], | 382 ], |
386 } | 383 } |
OLD | NEW |