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

Unified Diff: tests/pnacl_client_translator/nacl.scons

Issue 9264026: Add support for generating nmfs for pnacl pexes with glibc (vs pnacl nexes). (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: x Created 8 years, 11 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: tests/pnacl_client_translator/nacl.scons
diff --git a/tests/pnacl_client_translator/nacl.scons b/tests/pnacl_client_translator/nacl.scons
index d8b38afa42fc1a883c8e27ace399ebd91e68f0fa..55f7adb2b60631d58552f7aee859675efa357398 100644
--- a/tests/pnacl_client_translator/nacl.scons
+++ b/tests/pnacl_client_translator/nacl.scons
@@ -72,7 +72,8 @@ env.Publish(pexe_name,
node = bitcode_env.PPAPIBrowserTester(
'pnacl_test_example.out',
url='pnacl_test_example.html',
- nmfs=['pnacl_test_example.nmf'],
+ nmfs=['pnacl_test_example.nmf',
+ 'pnacl_test_example2.nmf'],
files=(env.ExtractPublishedFiles(pexe_name, prog_suffix=False) +
[borrowed_file]),
args=['--prefer_portable_in_manifest'])

Powered by Google App Engine
This is Rietveld 408576698