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 cc0f22d969e0e63a7f63d237edc68a7fbcd15000..03b7113454d21698d39c3b8c9eff9039cacf1b8d 100644 |
--- a/chrome/test/data/nacl/nacl_test_data.gyp |
+++ b/chrome/test/data/nacl/nacl_test_data.gyp |
@@ -694,6 +694,31 @@ |
], |
}, |
{ |
+ 'target_name': 'pnacl_debug_url_test', |
+ 'type': 'none', |
+ 'variables': { |
+ 'nexe_target': 'pnacl_debug_url', |
+ 'build_pnacl_newlib': 1, |
+ 'nexe_destination_dir': 'nacl_test_data', |
+ # No need to translate these AOT, when we just need the pexe. |
+ 'enable_x86_32': 0, |
+ 'enable_x86_64': 0, |
+ 'enable_arm': 0, |
+ 'generate_nmf': 0, |
+ 'sources': [ |
+ 'simple.cc', |
+ ], |
+ 'test_files': [ |
+ 'pnacl_debug_url/pnacl_debug_url.html', |
+ 'pnacl_debug_url/pnacl_has_debug.nmf', |
+ 'pnacl_debug_url/pnacl_no_debug.nmf', |
+ ], |
+ }, |
+ 'dependencies': [ |
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
+ ] |
+ }, |
+ { |
'target_name': 'pnacl_error_handling_test', |
'type': 'none', |
'variables': { |
@@ -745,6 +770,7 @@ |
'enable_x86_32': 0, |
'enable_x86_64': 0, |
'enable_arm': 0, |
+ 'generate_nmf': 0, |
'sources': [ |
'simple.cc', |
], |