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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl_nonsfi.gyp
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp
index 7af17e881fa6a00aa30fe1e1b1451107e6786baf..8ae540fde93d0c9a672532e873a9c138e9a29038 100644
--- a/components/nacl_nonsfi.gyp
+++ b/components/nacl_nonsfi.gyp
@@ -182,12 +182,13 @@
'type': 'none',
'variables': {
'nacl_untrusted_build': 1,
- 'nexe_target': 'nacl_helper_nonsfi_unittests',
- # Rename the output binary file to nacl_helper_nonsfi_unittests
- # and put it directly under out/{Debug,Release}/, so that this is
- # in the standard location, for running on the buildbots.
+ 'nexe_target': 'nacl_helper_nonsfi_unittests_main',
+ # Rename the output binary file to
+ # nacl_helper_nonsfi_unittests_main and put it directly under
+ # out/{Debug,Release}/, so that this is in the standard location,
+ # for running on the buildbots.
'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_main',
- 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unitttests_main',
+ 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests_main',
'build_glibc': 0,
'build_newlib': 0,
@@ -268,6 +269,7 @@
'type': 'none',
'dependencies': [
'nacl.gyp:nacl_helper_nonsfi_unittests',
+ 'nacl_helper_nonsfi_unittests_main',
],
'includes': [
'../build/isolate.gypi',
« 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