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

Unified Diff: build/all.gyp

Issue 260063002: Add nacl_loader_unittests to the chromium_builder_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename nacl_loader to nacl_linux Created 6 years, 8 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/components_tests.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 c4c1ce1d4bb36ea0f19cf48e48ac93a54098a74b..dea127937dea3b04609b1dc1aa4430c866a7eea4 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -384,6 +384,11 @@
'../ash/ash.gyp:ash_unittests',
],
}],
+ ['disable_nacl==0', {
+ 'dependencies': [
+ '../components/nacl.gyp:nacl_loader_unittests',
+ ],
+ }],
],
}, # target_name: chromium_builder_tests
{
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698