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

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

Issue 721553002: sandbox: Extend BrokerPolicy to support file creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove serialization Created 6 years, 1 month 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
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'services/scoped_process.h', 226 'services/scoped_process.h',
227 'services/thread_helpers.cc', 227 'services/thread_helpers.cc',
228 'services/thread_helpers.h', 228 'services/thread_helpers.h',
229 'services/yama.cc', 229 'services/yama.cc',
230 'services/yama.h', 230 'services/yama.h',
231 'syscall_broker/broker_channel.cc', 231 'syscall_broker/broker_channel.cc',
232 'syscall_broker/broker_channel.h', 232 'syscall_broker/broker_channel.h',
233 'syscall_broker/broker_client.cc', 233 'syscall_broker/broker_client.cc',
234 'syscall_broker/broker_client.h', 234 'syscall_broker/broker_client.h',
235 'syscall_broker/broker_common.h', 235 'syscall_broker/broker_common.h',
236 'syscall_broker/broker_file_permission.cc',
237 'syscall_broker/broker_file_permission.h',
236 'syscall_broker/broker_host.cc', 238 'syscall_broker/broker_host.cc',
237 'syscall_broker/broker_host.h', 239 'syscall_broker/broker_host.h',
238 'syscall_broker/broker_policy.cc', 240 'syscall_broker/broker_policy.cc',
239 'syscall_broker/broker_policy.h', 241 'syscall_broker/broker_policy.h',
240 'syscall_broker/broker_process.cc', 242 'syscall_broker/broker_process.cc',
241 'syscall_broker/broker_process.h', 243 'syscall_broker/broker_process.h',
242 ], 244 ],
243 'dependencies': [ 245 'dependencies': [
244 '../base/base.gyp:base', 246 '../base/base.gyp:base',
245 ], 247 ],
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 '../../build/isolate.gypi', 381 '../../build/isolate.gypi',
380 ], 382 ],
381 'sources': [ 383 'sources': [
382 '../sandbox_linux_unittests.isolate', 384 '../sandbox_linux_unittests.isolate',
383 ], 385 ],
384 }, 386 },
385 ], 387 ],
386 }], 388 }],
387 ], 389 ],
388 } 390 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698