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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'sandbox_windows_target': 0, | 8 'sandbox_windows_target': 0, |
9 'target_arch%': 'ia32', | 9 'target_arch%': 'ia32', |
10 }, | 10 }, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'src/interception.cc', | 44 'src/interception.cc', |
45 'src/interception.h', | 45 'src/interception.h', |
46 'src/interception_agent.cc', | 46 'src/interception_agent.cc', |
47 'src/interception_agent.h', | 47 'src/interception_agent.h', |
48 'src/interception_internal.h', | 48 'src/interception_internal.h', |
49 'src/interceptors.h', | 49 'src/interceptors.h', |
50 'src/internal_types.h', | 50 'src/internal_types.h', |
51 'src/ipc_tags.h', | 51 'src/ipc_tags.h', |
52 'src/job.cc', | 52 'src/job.cc', |
53 'src/job.h', | 53 'src/job.h', |
| 54 'src/lpc_dispatcher.cc', |
| 55 'src/lpc_dispatcher.h', |
| 56 'src/lpc_policy.cc', |
| 57 'src/lpc_policy.h', |
| 58 'src/lpc_interception.cc', |
| 59 'src/lpc_interception.h', |
54 'src/named_pipe_dispatcher.cc', | 60 'src/named_pipe_dispatcher.cc', |
55 'src/named_pipe_dispatcher.h', | 61 'src/named_pipe_dispatcher.h', |
56 'src/named_pipe_interception.cc', | 62 'src/named_pipe_interception.cc', |
57 'src/named_pipe_interception.h', | 63 'src/named_pipe_interception.h', |
58 'src/named_pipe_policy.cc', | 64 'src/named_pipe_policy.cc', |
59 'src/named_pipe_policy.h', | 65 'src/named_pipe_policy.h', |
60 'src/nt_internals.h', | 66 'src/nt_internals.h', |
61 'src/policy_broker.cc', | 67 'src/policy_broker.cc', |
62 'src/policy_broker.h', | 68 'src/policy_broker.h', |
63 'src/policy_engine_opcodes.cc', | 69 'src/policy_engine_opcodes.cc', |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 '../../build/isolate.gypi', | 411 '../../build/isolate.gypi', |
406 ], | 412 ], |
407 'sources': [ | 413 'sources': [ |
408 '../sbox_validation_tests.isolate', | 414 '../sbox_validation_tests.isolate', |
409 ], | 415 ], |
410 }, | 416 }, |
411 ], | 417 ], |
412 }], | 418 }], |
413 ], | 419 ], |
414 } | 420 } |
OLD | NEW |