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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'type': '<(component)', 221 'type': '<(component)',
222 'sources': [ 222 'sources': [
223 'services/init_process_reaper.cc', 223 'services/init_process_reaper.cc',
224 'services/init_process_reaper.h', 224 'services/init_process_reaper.h',
225 'services/scoped_process.cc', 225 'services/scoped_process.cc',
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',
232 'syscall_broker/broker_channel.h',
231 'syscall_broker/broker_client.cc', 233 'syscall_broker/broker_client.cc',
232 'syscall_broker/broker_client.h', 234 'syscall_broker/broker_client.h',
233 'syscall_broker/broker_common.h', 235 'syscall_broker/broker_common.h',
234 'syscall_broker/broker_host.cc', 236 'syscall_broker/broker_host.cc',
235 'syscall_broker/broker_host.h', 237 'syscall_broker/broker_host.h',
236 'syscall_broker/broker_policy.cc', 238 'syscall_broker/broker_policy.cc',
237 'syscall_broker/broker_policy.h', 239 'syscall_broker/broker_policy.h',
238 'syscall_broker/broker_process.cc', 240 'syscall_broker/broker_process.cc',
239 'syscall_broker/broker_process.h', 241 'syscall_broker/broker_process.h',
240 ], 242 ],
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 '../../build/isolate.gypi', 379 '../../build/isolate.gypi',
378 ], 380 ],
379 'sources': [ 381 'sources': [
380 '../sandbox_linux_unittests.isolate', 382 '../sandbox_linux_unittests.isolate',
381 ], 383 ],
382 }, 384 },
383 ], 385 ],
384 }], 386 }],
385 ], 387 ],
386 } 388 }
OLDNEW
« no previous file with comments | « sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc ('k') | sandbox/linux/syscall_broker/broker_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698