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

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: nosandbox win 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 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',
],

Powered by Google App Engine
This is Rietveld 408576698