Index: chrome/test/data/nacl/nacl_test_data.gyp |
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp |
index 52c37d820c834ec975705f10743c6e4ad1045cab..5b922518d5463ed31001acebf3e40b767dceddd0 100644 |
--- a/chrome/test/data/nacl/nacl_test_data.gyp |
+++ b/chrome/test/data/nacl/nacl_test_data.gyp |
@@ -142,6 +142,7 @@ |
'pnacl_error_handling/pnacl_error_handling.html', |
'pnacl_error_handling/bad.pexe', |
'pnacl_error_handling/bad2.pexe', |
+ 'pnacl_error_handling/pnacl_bad_hash.nmf', |
'pnacl_error_handling/pnacl_bad_pexe.nmf', |
'pnacl_error_handling/pnacl_bad2_pexe.nmf', |
'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', |
@@ -150,6 +151,8 @@ |
}, |
'dependencies': [ |
'<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
+ # Use the simple_test pexe for pnacl_bad_hash.nmf. |
+ 'simple_test', |
] |
}, |
{ |