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 c9512e3d7ccea27af960b5994cd88d9597de48c0..40756ec1f8d89401e698375b3ddc230fcbb2d064 100644 |
--- a/chrome/test/data/nacl/nacl_test_data.gyp |
+++ b/chrome/test/data/nacl/nacl_test_data.gyp |
@@ -159,6 +159,23 @@ |
] |
}, |
{ |
+ 'target_name': 'pnacl_mime_type_test', |
+ 'type': 'none', |
+ 'variables': { |
+ 'build_newlib': 1, |
+ 'build_glibc': 1, |
+ 'build_pnacl_newlib': 1, |
+ 'nexe_destination_dir': 'nacl_test_data', |
+ # No need to translate AOT. |
+ 'enable_x86_32': 0, |
+ 'enable_x86_64': 0, |
+ 'enable_arm': 0, |
+ 'test_files': [ |
+ 'pnacl_mime_type/pnacl_mime_type.html', |
+ ], |
+ }, |
+ }, |
+ { |
'target_name': 'pnacl_options_test', |
'type': 'none', |
'variables': { |