Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: sandbox/linux/sandbox_linux.gypi

Issue 314903002: Linux sandbox: restrict futex operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nit Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698