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

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

Issue 181153002: Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebug (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split the test Created 6 years, 10 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 bbeafb36dee876baa10967e4e8bfc394719f16fe..9234edc0bc99f821017e508d58113605b410e0f9 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -30,6 +30,7 @@
'bad/ppapi_bad_manifest_bad_files.nmf',
'bad/ppapi_bad_manifest_nexe_arch.nmf',
'crash/ppapi_crash.html',
+ 'load_util.js',
'manifest_file/test_file.txt',
],
},
@@ -694,6 +695,32 @@
],
},
{
+ '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_has_debug_flag_off.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 +772,7 @@
'enable_x86_32': 0,
'enable_x86_64': 0,
'enable_arm': 0,
+ 'generate_nmf': 0,
'sources': [
'simple.cc',
],
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/test/data/nacl/pnacl_debug_url/pnacl_debug_url.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698