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

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

Issue 635223006: bpf_dsl: Move {Bool,Result}ExprImpl definition into separate header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | sandbox/linux/bpf_dsl/bpf_dsl.h » ('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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 # "../testing/android/native_test.gyp:native_test_native_code", 133 # "../testing/android/native_test.gyp:native_test_native_code",
134 # ], 134 # ],
135 # }], 135 # }],
136 # ], 136 # ],
137 # }, 137 # },
138 138
139 component("seccomp_bpf") { 139 component("seccomp_bpf") {
140 sources = [ 140 sources = [
141 "bpf_dsl/bpf_dsl.cc", 141 "bpf_dsl/bpf_dsl.cc",
142 "bpf_dsl/bpf_dsl.h", 142 "bpf_dsl/bpf_dsl.h",
143 "bpf_dsl/bpf_dsl_impl.h",
143 "bpf_dsl/cons.h", 144 "bpf_dsl/cons.h",
144 "seccomp-bpf/basicblock.cc", 145 "seccomp-bpf/basicblock.cc",
145 "seccomp-bpf/basicblock.h", 146 "seccomp-bpf/basicblock.h",
146 "seccomp-bpf/codegen.cc", 147 "seccomp-bpf/codegen.cc",
147 "seccomp-bpf/codegen.h", 148 "seccomp-bpf/codegen.h",
148 "seccomp-bpf/die.cc", 149 "seccomp-bpf/die.cc",
149 "seccomp-bpf/die.h", 150 "seccomp-bpf/die.h",
150 "seccomp-bpf/errorcode.cc", 151 "seccomp-bpf/errorcode.cc",
151 "seccomp-bpf/errorcode.h", 152 "seccomp-bpf/errorcode.h",
152 "seccomp-bpf/instruction.h", 153 "seccomp-bpf/instruction.h",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 # 'type': 'none', 312 # 'type': 'none',
312 # 'variables': { 313 # 'variables': {
313 # 'test_suite_name': 'sandbox_linux_jni_unittests', 314 # 'test_suite_name': 'sandbox_linux_jni_unittests',
314 # }, 315 # },
315 # 'dependencies': [ 316 # 'dependencies': [
316 # 'sandbox_linux_jni_unittests', 317 # 'sandbox_linux_jni_unittests',
317 # ], 318 # ],
318 # 'includes': [ '../../build/apk_test.gypi' ], 319 # 'includes': [ '../../build/apk_test.gypi' ],
319 # } 320 # }
320 } 321 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/linux/bpf_dsl/bpf_dsl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698