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

Side by Side Diff: sandbox/linux/BUILD.gn

Issue 487143003: sandbox: Add Arm64 support for seccomp-BPF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review changes Created 6 years, 4 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 | « build/common.gypi ('k') | sandbox/linux/sandbox_linux.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 declare_args() { 7 declare_args() {
8 compile_suid_client = is_linux 8 compile_suid_client = is_linux
9 9
10 compile_credentials = is_linux 10 compile_credentials = is_linux
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 } 244 }
245 245
246 deps = [ 246 deps = [
247 "//base", 247 "//base",
248 ] 248 ]
249 } 249 }
250 250
251 source_set("sandbox_services_headers") { 251 source_set("sandbox_services_headers") {
252 sources = [ 252 sources = [
253 "services/android_arm_ucontext.h", 253 "services/android_arm_ucontext.h",
254 "services/android_arm64_ucontext.h",
254 "services/android_futex.h", 255 "services/android_futex.h",
255 "services/android_ucontext.h", 256 "services/android_ucontext.h",
256 "services/android_i386_ucontext.h", 257 "services/android_i386_ucontext.h",
257 "services/arm_linux_syscalls.h", 258 "services/arm_linux_syscalls.h",
259 "services/arm64_linux_syscalls.h",
258 "services/linux_syscalls.h", 260 "services/linux_syscalls.h",
259 "services/x86_32_linux_syscalls.h", 261 "services/x86_32_linux_syscalls.h",
260 "services/x86_64_linux_syscalls.h", 262 "services/x86_64_linux_syscalls.h",
261 ] 263 ]
262 } 264 }
263 265
264 # We make this its own target so that it does not interfere with our tests. 266 # We make this its own target so that it does not interfere with our tests.
265 source_set("libc_urandom_override") { 267 source_set("libc_urandom_override") {
266 sources = [ 268 sources = [
267 "services/libc_urandom_override.cc", 269 "services/libc_urandom_override.cc",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 # 'type': 'none', 315 # 'type': 'none',
314 # 'variables': { 316 # 'variables': {
315 # 'test_suite_name': 'sandbox_linux_jni_unittests', 317 # 'test_suite_name': 'sandbox_linux_jni_unittests',
316 # }, 318 # },
317 # 'dependencies': [ 319 # 'dependencies': [
318 # 'sandbox_linux_jni_unittests', 320 # 'sandbox_linux_jni_unittests',
319 # ], 321 # ],
320 # 'includes': [ '../../build/apk_test.gypi' ], 322 # 'includes': [ '../../build/apk_test.gypi' ],
321 # } 323 # }
322 } 324 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698