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

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

Issue 1133653002: Allow coarse clocks in clock_get{res,time} calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Allow coarse clocks in clock_get{res,time} calls, v7 Created 5 years, 7 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
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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698