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 21 matching lines...) Expand all Loading... |
32 # TODO(crbug.com/358465): Implement it then switch nacl_helper in | 32 # TODO(crbug.com/358465): Implement it then switch nacl_helper in |
33 # Non-SFI mode to nacl_helper_nonsfi. | 33 # Non-SFI mode to nacl_helper_nonsfi. |
34 'target_name': 'nacl_helper_nonsfi', | 34 'target_name': 'nacl_helper_nonsfi', |
35 'type': 'none', | 35 'type': 'none', |
36 'variables': { | 36 'variables': { |
37 'nacl_untrusted_build': 1, | 37 'nacl_untrusted_build': 1, |
38 'nexe_target': 'nacl_helper_nonsfi', | 38 'nexe_target': 'nacl_helper_nonsfi', |
39 # Rename the output binary file to nacl_helper_nonsfi and put it | 39 # Rename the output binary file to nacl_helper_nonsfi and put it |
40 # directly under out/{Debug,Release}/. | 40 # directly under out/{Debug,Release}/. |
41 'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi', | 41 'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi', |
| 42 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi', |
42 | 43 |
43 'build_glibc': 0, | 44 'build_glibc': 0, |
44 'build_newlib': 0, | 45 'build_newlib': 0, |
45 'build_irt': 0, | 46 'build_irt': 0, |
46 'build_pnacl_newlib': 0, | 47 'build_pnacl_newlib': 0, |
47 'build_nonsfi_helper': 1, | 48 'build_nonsfi_helper': 1, |
48 | 49 |
49 'sources': [ | 50 'sources': [ |
50 'nacl/common/nacl_messages.cc', | 51 'nacl/common/nacl_messages.cc', |
51 'nacl/common/nacl_types.cc', | 52 'nacl/common/nacl_types.cc', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', | 139 '../native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', |
139 '../native_client/tools.gyp:prep_toolchain', | 140 '../native_client/tools.gyp:prep_toolchain', |
140 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', | 141 '../ppapi/ppapi_proxy_nacl.gyp:ppapi_proxy_nacl', |
141 ], | 142 ], |
142 }, | 143 }, |
143 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. | 144 # TODO(hidehiko): Add Non-SFI version of nacl_loader_unittests. |
144 ], | 145 ], |
145 }], | 146 }], |
146 ], | 147 ], |
147 } | 148 } |
OLD | NEW |