| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 ], | 273 ], |
| 274 'include_dirs': [ | 274 'include_dirs': [ |
| 275 '..', | 275 '..', |
| 276 ], | 276 ], |
| 277 }, | 277 }, |
| 278 { 'target_name': 'sandbox_services_headers', | 278 { 'target_name': 'sandbox_services_headers', |
| 279 'type': 'none', | 279 'type': 'none', |
| 280 'sources': [ | 280 'sources': [ |
| 281 'system_headers/android_arm64_ucontext.h', | 281 'system_headers/android_arm64_ucontext.h', |
| 282 'system_headers/android_arm_ucontext.h', | 282 'system_headers/android_arm_ucontext.h', |
| 283 'system_headers/android_futex.h', | |
| 284 'system_headers/android_i386_ucontext.h', | 283 'system_headers/android_i386_ucontext.h', |
| 285 'system_headers/android_mips_ucontext.h', | 284 'system_headers/android_mips_ucontext.h', |
| 286 'system_headers/android_ucontext.h', | 285 'system_headers/android_ucontext.h', |
| 287 'system_headers/arm64_linux_syscalls.h', | 286 'system_headers/arm64_linux_syscalls.h', |
| 288 'system_headers/arm_linux_syscalls.h', | 287 'system_headers/arm_linux_syscalls.h', |
| 289 'system_headers/capability.h', | 288 'system_headers/capability.h', |
| 289 'system_headers/linux_futex.h', |
| 290 'system_headers/linux_seccomp.h', | 290 'system_headers/linux_seccomp.h', |
| 291 'system_headers/linux_syscalls.h', | 291 'system_headers/linux_syscalls.h', |
| 292 'system_headers/mips_linux_syscalls.h', | 292 'system_headers/mips_linux_syscalls.h', |
| 293 'system_headers/x86_32_linux_syscalls.h', | 293 'system_headers/x86_32_linux_syscalls.h', |
| 294 'system_headers/x86_64_linux_syscalls.h', | 294 'system_headers/x86_64_linux_syscalls.h', |
| 295 ], | 295 ], |
| 296 'include_dirs': [ | 296 'include_dirs': [ |
| 297 '..', | 297 '..', |
| 298 ], | 298 ], |
| 299 }, | 299 }, |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 '../../build/isolate.gypi', | 396 '../../build/isolate.gypi', |
| 397 ], | 397 ], |
| 398 'sources': [ | 398 'sources': [ |
| 399 '../sandbox_linux_unittests.isolate', | 399 '../sandbox_linux_unittests.isolate', |
| 400 ], | 400 ], |
| 401 }, | 401 }, |
| 402 ], | 402 ], |
| 403 }], | 403 }], |
| 404 ], | 404 ], |
| 405 } | 405 } |
| OLD | NEW |