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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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
« no previous file with comments | « mojo/tools/roll/skia_build.patch ('k') | sandbox/linux/bpf_dsl/bpf_dsl_unittest.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 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 declare_args() { 8 declare_args() {
9 compile_suid_client = is_linux 9 compile_suid_client = is_linux
10 10
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "bpf_dsl/dump_bpf.h", 161 "bpf_dsl/dump_bpf.h",
162 "bpf_dsl/linux_syscall_ranges.h", 162 "bpf_dsl/linux_syscall_ranges.h",
163 "bpf_dsl/policy.cc", 163 "bpf_dsl/policy.cc",
164 "bpf_dsl/policy.h", 164 "bpf_dsl/policy.h",
165 "bpf_dsl/policy_compiler.cc", 165 "bpf_dsl/policy_compiler.cc",
166 "bpf_dsl/policy_compiler.h", 166 "bpf_dsl/policy_compiler.h",
167 "bpf_dsl/seccomp_macros.h", 167 "bpf_dsl/seccomp_macros.h",
168 "bpf_dsl/syscall_set.cc", 168 "bpf_dsl/syscall_set.cc",
169 "bpf_dsl/syscall_set.h", 169 "bpf_dsl/syscall_set.h",
170 "bpf_dsl/trap_registry.h", 170 "bpf_dsl/trap_registry.h",
171 "bpf_dsl/verifier.cc",
172 "bpf_dsl/verifier.h",
171 "seccomp-bpf/die.cc", 173 "seccomp-bpf/die.cc",
172 "seccomp-bpf/die.h", 174 "seccomp-bpf/die.h",
173 "seccomp-bpf/errorcode.cc", 175 "seccomp-bpf/errorcode.cc",
174 "seccomp-bpf/errorcode.h", 176 "seccomp-bpf/errorcode.h",
175 "seccomp-bpf/sandbox_bpf.cc", 177 "seccomp-bpf/sandbox_bpf.cc",
176 "seccomp-bpf/sandbox_bpf.h", 178 "seccomp-bpf/sandbox_bpf.h",
177 "seccomp-bpf/syscall.cc", 179 "seccomp-bpf/syscall.cc",
178 "seccomp-bpf/syscall.h", 180 "seccomp-bpf/syscall.h",
179 "seccomp-bpf/trap.cc", 181 "seccomp-bpf/trap.cc",
180 "seccomp-bpf/trap.h", 182 "seccomp-bpf/trap.h",
181 "seccomp-bpf/verifier.cc",
182 "seccomp-bpf/verifier.h",
183 ] 183 ]
184 defines = [ "SANDBOX_IMPLEMENTATION" ] 184 defines = [ "SANDBOX_IMPLEMENTATION" ]
185 185
186 deps = [ 186 deps = [
187 ":sandbox_services", 187 ":sandbox_services",
188 ":sandbox_services_headers", 188 ":sandbox_services_headers",
189 "//base", 189 "//base",
190 ] 190 ]
191 } 191 }
192 192
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 # 'type': 'none', 355 # 'type': 'none',
356 # 'variables': { 356 # 'variables': {
357 # 'test_suite_name': 'sandbox_linux_jni_unittests', 357 # 'test_suite_name': 'sandbox_linux_jni_unittests',
358 # }, 358 # },
359 # 'dependencies': [ 359 # 'dependencies': [
360 # 'sandbox_linux_jni_unittests', 360 # 'sandbox_linux_jni_unittests',
361 # ], 361 # ],
362 # 'includes': [ '../../build/apk_test.gypi' ], 362 # 'includes': [ '../../build/apk_test.gypi' ],
363 # } 363 # }
364 } 364 }
OLDNEW
« no previous file with comments | « mojo/tools/roll/skia_build.patch ('k') | sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698