Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: components/nacl_nonsfi.gyp

Issue 1173543002: Non-SFI mode: Enable nacl_helper_nonsfi_unittests on bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ], 175 ],
176 }], 176 }],
177 177
178 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test= =1', { 178 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test= =1', {
179 'targets': [ 179 'targets': [
180 { 180 {
181 'target_name': 'nacl_helper_nonsfi_unittests_main', 181 'target_name': 'nacl_helper_nonsfi_unittests_main',
182 'type': 'none', 182 'type': 'none',
183 'variables': { 183 'variables': {
184 'nacl_untrusted_build': 1, 184 'nacl_untrusted_build': 1,
185 'nexe_target': 'nacl_helper_nonsfi_unittests', 185 'nexe_target': 'nacl_helper_nonsfi_unittests_main',
186 # Rename the output binary file to nacl_helper_nonsfi_unittests 186 # Rename the output binary file to
187 # and put it directly under out/{Debug,Release}/, so that this is 187 # nacl_helper_nonsfi_unittests_main and put it directly under
188 # in the standard location, for running on the buildbots. 188 # out/{Debug,Release}/, so that this is in the standard location,
189 # for running on the buildbots.
189 'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_ main', 190 'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_ main',
190 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unitttes ts_main', 191 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittest s_main',
191 192
192 'build_glibc': 0, 193 'build_glibc': 0,
193 'build_newlib': 0, 194 'build_newlib': 0,
194 'build_irt': 0, 195 'build_irt': 0,
195 'build_pnacl_newlib': 0, 196 'build_pnacl_newlib': 0,
196 'build_nonsfi_helper': 1, 197 'build_nonsfi_helper': 1,
197 198
198 'sources': [ 199 'sources': [
199 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc', 200 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc',
200 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc', 201 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 ], 262 ],
262 }], 263 }],
263 264
264 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test= =1 and test_isolation_mode!="noop"', { 265 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test= =1 and test_isolation_mode!="noop"', {
265 'targets': [ 266 'targets': [
266 { 267 {
267 'target_name': 'nacl_helper_nonsfi_unittests_run', 268 'target_name': 'nacl_helper_nonsfi_unittests_run',
268 'type': 'none', 269 'type': 'none',
269 'dependencies': [ 270 'dependencies': [
270 'nacl.gyp:nacl_helper_nonsfi_unittests', 271 'nacl.gyp:nacl_helper_nonsfi_unittests',
272 'nacl_helper_nonsfi_unittests_main',
271 ], 273 ],
272 'includes': [ 274 'includes': [
273 '../build/isolate.gypi', 275 '../build/isolate.gypi',
274 ], 276 ],
275 'sources': [ 277 'sources': [
276 'nacl_helper_nonsfi_unittests.isolate', 278 'nacl_helper_nonsfi_unittests.isolate',
277 ], 279 ],
278 }, 280 },
279 ], 281 ],
280 }], 282 }],
281 ], 283 ],
282 } 284 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698