OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'includes': [ | 9 'includes': [ |
10 '../build/common_untrusted.gypi', | 10 '../build/common_untrusted.gypi', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 | 49 |
50 'sources': [ | 50 'sources': [ |
51 'nacl/common/nacl_messages.cc', | 51 'nacl/common/nacl_messages.cc', |
52 'nacl/common/nacl_switches.cc', | 52 'nacl/common/nacl_switches.cc', |
53 'nacl/common/nacl_types.cc', | 53 'nacl/common/nacl_types.cc', |
54 'nacl/common/nacl_types_param_traits.cc', | 54 'nacl/common/nacl_types_param_traits.cc', |
55 'nacl/loader/nacl_helper_linux.cc', | 55 'nacl/loader/nacl_helper_linux.cc', |
56 'nacl/loader/nacl_trusted_listener.cc', | 56 'nacl/loader/nacl_trusted_listener.cc', |
57 'nacl/loader/nonsfi/nonsfi_listener.cc', | 57 'nacl/loader/nonsfi/nonsfi_listener.cc', |
58 'nacl/loader/nonsfi/nonsfi_main.cc', | 58 'nacl/loader/nonsfi/nonsfi_main.cc', |
| 59 'nacl/loader/nonsfi/nonsfi_sandbox.cc', |
59 'nacl/loader/sandbox_linux/nacl_sandbox_linux.cc', | 60 'nacl/loader/sandbox_linux/nacl_sandbox_linux.cc', |
60 ], | 61 ], |
61 | 62 |
62 'link_flags': [ | 63 'link_flags': [ |
63 '-lbase_nacl_nonsfi', | 64 '-lbase_nacl_nonsfi', |
64 '-lcommand_buffer_client_nacl', | 65 '-lcommand_buffer_client_nacl', |
65 '-lcommand_buffer_common_nacl', | 66 '-lcommand_buffer_common_nacl', |
66 '-lcontent_common_nacl_nonsfi', | 67 '-lcontent_common_nacl_nonsfi', |
67 '-lelf_loader', | 68 '-lelf_loader', |
68 '-levent_nacl_nonsfi', | 69 '-levent_nacl_nonsfi', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 '../native_client/tools.gyp:prep_toolchain', | 144 '../native_client/tools.gyp:prep_toolchain', |
144 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', | 145 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', |
145 '../sandbox/sandbox_nacl_nonsfi.gyp:sandbox_nacl_nonsfi', | 146 '../sandbox/sandbox_nacl_nonsfi.gyp:sandbox_nacl_nonsfi', |
146 ], | 147 ], |
147 }, | 148 }, |
148 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. | 149 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. |
149 ], | 150 ], |
150 }], | 151 }], |
151 ], | 152 ], |
152 } | 153 } |
OLD | NEW |