OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |