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