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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 14683004: Check that the PNaCl cache hash is truly derived from the bitcode content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 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
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',
]
},
{
« no previous file with comments | « chrome/renderer/pepper/ppb_nacl_hash_private_impl.cc ('k') | chrome/test/data/nacl/pnacl_error_handling/pnacl_bad_hash.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698