| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'system_headers/mips_linux_ucontext.h', | 303 'system_headers/mips_linux_ucontext.h', |
| 304 'system_headers/x86_32_linux_syscalls.h', | 304 'system_headers/x86_32_linux_syscalls.h', |
| 305 'system_headers/x86_64_linux_syscalls.h', | 305 'system_headers/x86_64_linux_syscalls.h', |
| 306 ], | 306 ], |
| 307 'include_dirs': [ | 307 'include_dirs': [ |
| 308 '..', | 308 '..', |
| 309 ], | 309 ], |
| 310 }, | 310 }, |
| 311 { | 311 { |
| 312 # We make this its own target so that it does not interfere | 312 # We make this its own target so that it does not interfere |
| 313 # with our tests. | 313 # with our tests, and so that it may be selectively included |
| 314 # in ports which need it. |
| 314 'target_name': 'libc_urandom_override', | 315 'target_name': 'libc_urandom_override', |
| 315 'type': 'static_library', | 316 'type': 'static_library', |
| 316 'sources': [ | 317 'sources': [ |
| 317 'services/libc_urandom_override.cc', | 318 'services/libc_urandom_override.cc', |
| 318 'services/libc_urandom_override.h', | 319 'services/libc_urandom_override.h', |
| 319 ], | 320 ], |
| 320 'dependencies': [ | 321 'dependencies': [ |
| 321 '../base/base.gyp:base', | 322 '../base/base.gyp:base', |
| 322 ], | 323 ], |
| 323 'include_dirs': [ | 324 'include_dirs': [ |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 '../../build/isolate.gypi', | 408 '../../build/isolate.gypi', |
| 408 ], | 409 ], |
| 409 'sources': [ | 410 'sources': [ |
| 410 '../sandbox_linux_unittests.isolate', | 411 '../sandbox_linux_unittests.isolate', |
| 411 ], | 412 ], |
| 412 }, | 413 }, |
| 413 ], | 414 ], |
| 414 }], | 415 }], |
| 415 ], | 416 ], |
| 416 } | 417 } |
| OLD | NEW |