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 'includes': [ | 6 'includes': [ |
7 'nacl_browser_test.gypi', | 7 'nacl_browser_test.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 }, | 99 }, |
100 'dependencies': [ | 100 'dependencies': [ |
101 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 101 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
102 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 102 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
103 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 103 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
104 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 104 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
105 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', | 105 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', |
106 'ppapi_test_lib', | 106 'ppapi_test_lib', |
107 ], | 107 ], |
108 }, | 108 }, |
| 109 { |
| 110 'target_name': 'pnacl_options_test', |
| 111 'type': 'none', |
| 112 'variables': { |
| 113 'nexe_target': 'pnacl_options', |
| 114 'build_pnacl_newlib': 1, |
| 115 'sources': [ |
| 116 'simple.cc', |
| 117 ], |
| 118 'test_files': [ |
| 119 'pnacl_nmf_options/pnacl_options.html', |
| 120 'pnacl_nmf_options/pnacl_o_0.nmf', |
| 121 'pnacl_nmf_options/pnacl_o_2.nmf', |
| 122 'pnacl_nmf_options/pnacl_o_large.nmf', |
| 123 'pnacl_nmf_options/pnacl_time_passes.nmf', |
| 124 ], |
| 125 }, |
| 126 'dependencies': [ |
| 127 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 128 ] |
| 129 }, |
109 # Legacy NaCl PPAPI interface tests being here. | 130 # Legacy NaCl PPAPI interface tests being here. |
110 { | 131 { |
111 'target_name': 'ppapi_ppb_core', | 132 'target_name': 'ppapi_ppb_core', |
112 'type': 'none', | 133 'type': 'none', |
113 'variables': { | 134 'variables': { |
114 'nexe_target': 'ppapi_ppb_core', | 135 'nexe_target': 'ppapi_ppb_core', |
115 'build_newlib': 1, | 136 'build_newlib': 1, |
116 'build_glibc': 1, | 137 'build_glibc': 1, |
117 'build_pnacl_newlib': 1, | 138 'build_pnacl_newlib': 1, |
118 'link_flags': [ | 139 'link_flags': [ |
(...skipping 13 matching lines...) Expand all Loading... |
132 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 153 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
133 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 154 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
134 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 155 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
135 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 156 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
136 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', | 157 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', |
137 'ppapi_test_lib', | 158 'ppapi_test_lib', |
138 ], | 159 ], |
139 }, | 160 }, |
140 ], | 161 ], |
141 } | 162 } |
OLD | NEW |