| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 }], | 250 }], |
| 251 ], | 251 ], |
| 252 'include_dirs': [ | 252 'include_dirs': [ |
| 253 '..', | 253 '..', |
| 254 ], | 254 ], |
| 255 }, | 255 }, |
| 256 { 'target_name': 'sandbox_services_headers', | 256 { 'target_name': 'sandbox_services_headers', |
| 257 'type': 'none', | 257 'type': 'none', |
| 258 'sources': [ | 258 'sources': [ |
| 259 'services/android_arm_ucontext.h', | 259 'services/android_arm_ucontext.h', |
| 260 'services/android_futex.h', |
| 260 'services/android_ucontext.h', | 261 'services/android_ucontext.h', |
| 261 'services/android_i386_ucontext.h', | 262 'services/android_i386_ucontext.h', |
| 262 'services/arm_linux_syscalls.h', | 263 'services/arm_linux_syscalls.h', |
| 263 'services/linux_syscalls.h', | 264 'services/linux_syscalls.h', |
| 264 'services/x86_32_linux_syscalls.h', | 265 'services/x86_32_linux_syscalls.h', |
| 265 'services/x86_64_linux_syscalls.h', | 266 'services/x86_64_linux_syscalls.h', |
| 266 ], | 267 ], |
| 267 'include_dirs': [ | 268 'include_dirs': [ |
| 268 '..', | 269 '..', |
| 269 ], | 270 ], |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 }, | 332 }, |
| 332 'dependencies': [ | 333 'dependencies': [ |
| 333 'sandbox_linux_jni_unittests', | 334 'sandbox_linux_jni_unittests', |
| 334 ], | 335 ], |
| 335 'includes': [ '../../build/apk_test.gypi' ], | 336 'includes': [ '../../build/apk_test.gypi' ], |
| 336 } | 337 } |
| 337 ], | 338 ], |
| 338 }], | 339 }], |
| 339 ], | 340 ], |
| 340 } | 341 } |
| OLD | NEW |