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

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

Issue 317373003: Merge 274934 "Linux sandbox: restrict futex operations." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1985/src/
Patch Set: 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 | « no previous file | 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698