| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 'sources': [ | 280 'sources': [ |
| 281 'system_headers/arm64_linux_syscalls.h', | 281 'system_headers/arm64_linux_syscalls.h', |
| 282 'system_headers/arm64_linux_ucontext.h', | 282 'system_headers/arm64_linux_ucontext.h', |
| 283 'system_headers/arm_linux_syscalls.h', | 283 'system_headers/arm_linux_syscalls.h', |
| 284 'system_headers/arm_linux_ucontext.h', | 284 'system_headers/arm_linux_ucontext.h', |
| 285 'system_headers/capability.h', | 285 'system_headers/capability.h', |
| 286 'system_headers/i386_linux_ucontext.h', | 286 'system_headers/i386_linux_ucontext.h', |
| 287 'system_headers/linux_futex.h', | 287 'system_headers/linux_futex.h', |
| 288 'system_headers/linux_seccomp.h', | 288 'system_headers/linux_seccomp.h', |
| 289 'system_headers/linux_syscalls.h', | 289 'system_headers/linux_syscalls.h', |
| 290 'system_headers/linux_time.h', |
| 290 'system_headers/linux_ucontext.h', | 291 'system_headers/linux_ucontext.h', |
| 291 'system_headers/mips_linux_syscalls.h', | 292 'system_headers/mips_linux_syscalls.h', |
| 292 'system_headers/mips_linux_ucontext.h', | 293 'system_headers/mips_linux_ucontext.h', |
| 293 'system_headers/x86_32_linux_syscalls.h', | 294 'system_headers/x86_32_linux_syscalls.h', |
| 294 'system_headers/x86_64_linux_syscalls.h', | 295 'system_headers/x86_64_linux_syscalls.h', |
| 295 ], | 296 ], |
| 296 'include_dirs': [ | 297 'include_dirs': [ |
| 297 '..', | 298 '..', |
| 298 ], | 299 ], |
| 299 }, | 300 }, |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 '../../build/isolate.gypi', | 397 '../../build/isolate.gypi', |
| 397 ], | 398 ], |
| 398 'sources': [ | 399 'sources': [ |
| 399 '../sandbox_linux_unittests.isolate', | 400 '../sandbox_linux_unittests.isolate', |
| 400 ], | 401 ], |
| 401 }, | 402 }, |
| 402 ], | 403 ], |
| 403 }], | 404 }], |
| 404 ], | 405 ], |
| 405 } | 406 } |
| OLD | NEW |