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

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

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 | « sandbox/linux/bpf_dsl/bpf_dsl_impl.h ('k') | no next file » | 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 ], 113 ],
114 }], 114 }],
115 ], 115 ],
116 }, 116 },
117 { 117 {
118 'target_name': 'seccomp_bpf', 118 'target_name': 'seccomp_bpf',
119 'type': '<(component)', 119 'type': '<(component)',
120 'sources': [ 120 'sources': [
121 'bpf_dsl/bpf_dsl.cc', 121 'bpf_dsl/bpf_dsl.cc',
122 'bpf_dsl/bpf_dsl.h', 122 'bpf_dsl/bpf_dsl.h',
123 'bpf_dsl/bpf_dsl_impl.h',
123 'bpf_dsl/cons.h', 124 'bpf_dsl/cons.h',
124 'seccomp-bpf/basicblock.cc', 125 'seccomp-bpf/basicblock.cc',
125 'seccomp-bpf/basicblock.h', 126 'seccomp-bpf/basicblock.h',
126 'seccomp-bpf/codegen.cc', 127 'seccomp-bpf/codegen.cc',
127 'seccomp-bpf/codegen.h', 128 'seccomp-bpf/codegen.h',
128 'seccomp-bpf/die.cc', 129 'seccomp-bpf/die.cc',
129 'seccomp-bpf/die.h', 130 'seccomp-bpf/die.h',
130 'seccomp-bpf/errorcode.cc', 131 'seccomp-bpf/errorcode.cc',
131 'seccomp-bpf/errorcode.h', 132 'seccomp-bpf/errorcode.h',
132 'seccomp-bpf/instruction.h', 133 'seccomp-bpf/instruction.h',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 '../../build/isolate.gypi', 342 '../../build/isolate.gypi',
342 ], 343 ],
343 'sources': [ 344 'sources': [
344 '../sandbox_linux_unittests.isolate', 345 '../sandbox_linux_unittests.isolate',
345 ], 346 ],
346 }, 347 },
347 ], 348 ],
348 }], 349 }],
349 ], 350 ],
350 } 351 }
OLDNEW
« no previous file with comments | « sandbox/linux/bpf_dsl/bpf_dsl_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698