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

Unified Diff: ppapi/tests/extensions/extensions.gyp

Issue 723623002: Add Non-SFI test for a NaCl packaged app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: ppapi/tests/extensions/extensions.gyp
diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp
index 163b8ef3ce66b27e06bc6997863a077adf66b643..b34d95d3e92573a37129cee2b6ff4771272cc2f4 100644
--- a/ppapi/tests/extensions/extensions.gyp
+++ b/ppapi/tests/extensions/extensions.gyp
@@ -57,7 +57,9 @@
# TODO(teravest): Add testing for glibc, pnacl, and nonsfi modes.
dmichael (off chromium) 2014/11/12 18:49:14 nit: This TODO can go away now
teravest 2014/11/12 20:02:05 Done.
'build_newlib': 1,
'build_glibc': 0,
- 'build_pnacl_newlib': 0,
+ 'build_pnacl_newlib': 1,
+ 'translate_pexe_with_build': 1,
+ 'enable_x86_32_nonsfi': 1,
'nexe_destination_dir': 'test_data/ppapi/tests/extensions/packaged_app',
'sources': [
'packaged_app/test_packaged_app.cc'
@@ -69,6 +71,10 @@
'packaged_app/manifest.json',
],
},
+ # Shim is a dependency for the nexe because we pre-translate.
+ 'dependencies': [
+ '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:aot',
+ ],
},
],
}
« chrome/test/ppapi/ppapi_browsertest.cc ('K') | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698