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

Unified Diff: build/all.gyp

Issue 1133483002: WIP: Non-SFI mode: Enable nacl_helper_nonsfi_unittests. 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 | « no previous file | components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 1866c2efdb51ebc5bfe10929bb6743a1fa8b4e62..3738f07df866b21d355f5197f7c8e3b6b5f5d870 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -493,6 +493,11 @@
'../mojo/mojo_nacl.gyp:monacl_shell',
],
}],
+ ['disable_nacl==0 and disable_nacl_untrusted==0 and OS=="linux"', {
+ 'dependencies': [
+ '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests',
+ ],
+ }],
],
}, # target_name: chromium_builder_tests
],
« no previous file with comments | « no previous file | components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698