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

Unified Diff: build/all.gyp

Issue 1154313003: Non-SFI mode: Implement test launcher for nacl_helper_nonsfi_unittests (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 | « base/test/test_suite.cc ('k') | components/nacl.gyp » ('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 36ca403c7bb27e4f745ac64d8830b770f60db032..6fba8805eb489a6df62a4f6f7c2f4f4c2f14932a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -490,7 +490,7 @@
}],
['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test==1', {
'dependencies': [
- '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi_unittests',
+ '../components/nacl.gyp:nacl_helper_nonsfi_unittests',
],
}],
['disable_nacl==0 and disable_nacl_untrusted==0', {
« no previous file with comments | « base/test/test_suite.cc ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698