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

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

Issue 569533002: Remove --find-inode-switch hack from chrome-sandbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert API number bump and merge remainder of linux_util.h into sandbox.h Created 6 years, 3 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/BUILD.gn ('k') | sandbox/linux/suid/common/sandbox.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 (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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 '../..', 180 '../..',
181 ], 181 ],
182 }, 182 },
183 { 183 {
184 # The setuid sandbox, for Linux 184 # The setuid sandbox, for Linux
185 'target_name': 'chrome_sandbox', 185 'target_name': 'chrome_sandbox',
186 'type': 'executable', 186 'type': 'executable',
187 'sources': [ 187 'sources': [
188 'suid/common/sandbox.h', 188 'suid/common/sandbox.h',
189 'suid/common/suid_unsafe_environment_variables.h', 189 'suid/common/suid_unsafe_environment_variables.h',
190 'suid/linux_util.c',
191 'suid/linux_util.h',
192 'suid/process_util.h', 190 'suid/process_util.h',
193 'suid/process_util_linux.c', 191 'suid/process_util_linux.c',
194 'suid/sandbox.c', 192 'suid/sandbox.c',
195 ], 193 ],
196 'cflags': [ 194 'cflags': [
197 # For ULLONG_MAX 195 # For ULLONG_MAX
198 '-std=gnu99', 196 '-std=gnu99',
199 ], 197 ],
200 'include_dirs': [ 198 'include_dirs': [
201 '../..', 199 '../..',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 '../sandbox_linux_unittests.isolate', 343 '../sandbox_linux_unittests.isolate',
346 ], 344 ],
347 'sources': [ 345 'sources': [
348 '../sandbox_linux_unittests.isolate', 346 '../sandbox_linux_unittests.isolate',
349 ], 347 ],
350 }, 348 },
351 ], 349 ],
352 }], 350 }],
353 ], 351 ],
354 } 352 }
OLDNEW
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | sandbox/linux/suid/common/sandbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698