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

Unified Diff: testing/gtest_nacl.gyp

Issue 1145593002: Revert of Non-SFI mode: Build nacl_helper_nonsfi_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « sandbox/sandbox_nacl_nonsfi.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest_nacl.gyp
diff --git a/testing/gtest_nacl.gyp b/testing/gtest_nacl.gyp
index d1c0ce0fb40387f8138f57e1e4ce0dad3a1fbeb0..e375dc5ac4ca1f50f513167da69dba41cc202500 100644
--- a/testing/gtest_nacl.gyp
+++ b/testing/gtest_nacl.gyp
@@ -20,9 +20,7 @@
'nlib_target': 'libgtest_nacl.a',
'build_glibc': 0,
'build_newlib': 0,
- 'build_irt': 0,
'build_pnacl_newlib': 1,
- 'build_nonsfi_helper': 1,
},
'sources': [
'<@(gtest_sources)',
@@ -72,9 +70,7 @@
'nlib_target': 'libgtest_main_nacl.a',
'build_glibc': 0,
'build_newlib': 0,
- 'build_irt': 0,
'build_pnacl_newlib': 1,
- 'build_nonsfi_helper': 1,
},
'dependencies': [
'gtest_nacl',
« no previous file with comments | « sandbox/sandbox_nacl_nonsfi.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698