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

Side by Side Diff: sandbox/sandbox.gyp

Issue 10389214: Revert setuid sandbox as a "init process" changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « sandbox/linux/suid/sandbox.c ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 ], 154 ],
155 }, 155 },
156 ], 156 ],
157 }], 157 }],
158 [ 'OS=="linux" and selinux==0', { 158 [ 'OS=="linux" and selinux==0', {
159 'targets': [ 159 'targets': [
160 { 160 {
161 'target_name': 'chrome_sandbox', 161 'target_name': 'chrome_sandbox',
162 'type': 'executable', 162 'type': 'executable',
163 'sources': [ 163 'sources': [
164 'linux/suid/init_process.c',
165 'linux/suid/init_process.h',
166 'linux/suid/linux_util.c', 164 'linux/suid/linux_util.c',
167 'linux/suid/linux_util.h', 165 'linux/suid/linux_util.h',
168 'linux/suid/process_util.h', 166 'linux/suid/process_util.h',
169 'linux/suid/process_util_linux.c', 167 'linux/suid/process_util_linux.c',
170 'linux/suid/sandbox.h', 168 'linux/suid/sandbox.h',
171 'linux/suid/sandbox.c', 169 'linux/suid/sandbox.c',
172 ], 170 ],
173 'cflags': [ 171 'cflags': [
174 # For ULLONG_MAX 172 # For ULLONG_MAX
175 '-std=gnu99', 173 '-std=gnu99',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'POCDLL_EXPORTS', 380 'POCDLL_EXPORTS',
383 ], 381 ],
384 'include_dirs': [ 382 'include_dirs': [
385 '..', 383 '..',
386 ], 384 ],
387 }, 385 },
388 ], 386 ],
389 }], 387 }],
390 ], 388 ],
391 } 389 }
OLDNEW
« no previous file with comments | « sandbox/linux/suid/sandbox.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698