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

Unified Diff: build/all.gyp

Issue 1137553003: 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
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 1866c2efdb51ebc5bfe10929bb6743a1fa8b4e62..508792a23e95c5fa01672a68e54be935f1160276 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -485,6 +485,11 @@
'../components/nacl.gyp:nacl_loader_unittests',
],
}],
+ ['disable_nacl==0 and disable_nacl_untrusted==0 and OS=="linux"', {
+ 'dependencies': [
+ '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests',
+ ],
+ }],
['disable_nacl==0 and disable_nacl_untrusted==0', {
'dependencies': [
'../mojo/mojo_nacl_untrusted.gyp:libmojo',

Powered by Google App Engine
This is Rietveld 408576698