| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 ], | 115 ], |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 'target_name': 'seccomp_bpf', | 118 'target_name': 'seccomp_bpf', |
| 119 'type': '<(component)', | 119 'type': '<(component)', |
| 120 'sources': [ | 120 'sources': [ |
| 121 'bpf_dsl/bpf_dsl.cc', | 121 'bpf_dsl/bpf_dsl.cc', |
| 122 'bpf_dsl/bpf_dsl.h', | 122 'bpf_dsl/bpf_dsl.h', |
| 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/codegen.cc', |
| 126 'bpf_dsl/codegen.h', |
| 125 'bpf_dsl/cons.h', | 127 'bpf_dsl/cons.h', |
| 126 'bpf_dsl/dump_bpf.cc', | 128 'bpf_dsl/dump_bpf.cc', |
| 127 'bpf_dsl/dump_bpf.h', | 129 'bpf_dsl/dump_bpf.h', |
| 128 'bpf_dsl/policy.cc', | 130 'bpf_dsl/policy.cc', |
| 129 'bpf_dsl/policy.h', | 131 'bpf_dsl/policy.h', |
| 130 'bpf_dsl/policy_compiler.cc', | 132 'bpf_dsl/policy_compiler.cc', |
| 131 'bpf_dsl/policy_compiler.h', | 133 'bpf_dsl/policy_compiler.h', |
| 134 'bpf_dsl/syscall_set.cc', |
| 135 'bpf_dsl/syscall_set.h', |
| 132 'bpf_dsl/trap_registry.h', | 136 'bpf_dsl/trap_registry.h', |
| 133 'seccomp-bpf/codegen.cc', | |
| 134 'seccomp-bpf/codegen.h', | |
| 135 'seccomp-bpf/die.cc', | 137 'seccomp-bpf/die.cc', |
| 136 'seccomp-bpf/die.h', | 138 'seccomp-bpf/die.h', |
| 137 'seccomp-bpf/errorcode.cc', | 139 'seccomp-bpf/errorcode.cc', |
| 138 'seccomp-bpf/errorcode.h', | 140 'seccomp-bpf/errorcode.h', |
| 139 'seccomp-bpf/linux_seccomp.h', | 141 'seccomp-bpf/linux_seccomp.h', |
| 140 'seccomp-bpf/sandbox_bpf.cc', | 142 'seccomp-bpf/sandbox_bpf.cc', |
| 141 'seccomp-bpf/sandbox_bpf.h', | 143 'seccomp-bpf/sandbox_bpf.h', |
| 142 'seccomp-bpf/syscall.cc', | 144 'seccomp-bpf/syscall.cc', |
| 143 'seccomp-bpf/syscall.h', | 145 'seccomp-bpf/syscall.h', |
| 144 'seccomp-bpf/syscall_iterator.cc', | |
| 145 'seccomp-bpf/syscall_iterator.h', | |
| 146 'seccomp-bpf/trap.cc', | 146 'seccomp-bpf/trap.cc', |
| 147 'seccomp-bpf/trap.h', | 147 'seccomp-bpf/trap.h', |
| 148 'seccomp-bpf/verifier.cc', | 148 'seccomp-bpf/verifier.cc', |
| 149 'seccomp-bpf/verifier.h', | 149 'seccomp-bpf/verifier.h', |
| 150 ], | 150 ], |
| 151 'dependencies': [ | 151 'dependencies': [ |
| 152 '../base/base.gyp:base', | 152 '../base/base.gyp:base', |
| 153 'sandbox_services', | 153 'sandbox_services', |
| 154 'sandbox_services_headers', | 154 'sandbox_services_headers', |
| 155 ], | 155 ], |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 ], | 308 ], |
| 309 }, | 309 }, |
| 310 { | 310 { |
| 311 'target_name': 'suid_sandbox_client', | 311 'target_name': 'suid_sandbox_client', |
| 312 'type': '<(component)', | 312 'type': '<(component)', |
| 313 'sources': [ | 313 'sources': [ |
| 314 'suid/common/sandbox.h', | 314 'suid/common/sandbox.h', |
| 315 'suid/common/suid_unsafe_environment_variables.h', | 315 'suid/common/suid_unsafe_environment_variables.h', |
| 316 'suid/client/setuid_sandbox_client.cc', | 316 'suid/client/setuid_sandbox_client.cc', |
| 317 'suid/client/setuid_sandbox_client.h', | 317 'suid/client/setuid_sandbox_client.h', |
| 318 'suid/client/setuid_sandbox_host.cc', |
| 319 'suid/client/setuid_sandbox_host.h', |
| 318 ], | 320 ], |
| 319 'defines': [ | 321 'defines': [ |
| 320 'SANDBOX_IMPLEMENTATION', | 322 'SANDBOX_IMPLEMENTATION', |
| 321 ], | 323 ], |
| 322 'dependencies': [ | 324 'dependencies': [ |
| 323 '../base/base.gyp:base', | 325 '../base/base.gyp:base', |
| 324 'sandbox_services', | 326 'sandbox_services', |
| 325 ], | 327 ], |
| 326 'include_dirs': [ | 328 'include_dirs': [ |
| 327 '..', | 329 '..', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 '../../build/isolate.gypi', | 390 '../../build/isolate.gypi', |
| 389 ], | 391 ], |
| 390 'sources': [ | 392 'sources': [ |
| 391 '../sandbox_linux_unittests.isolate', | 393 '../sandbox_linux_unittests.isolate', |
| 392 ], | 394 ], |
| 393 }, | 395 }, |
| 394 ], | 396 ], |
| 395 }], | 397 }], |
| 396 ], | 398 ], |
| 397 } | 399 } |
| OLD | NEW |