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

Unified Diff: ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons

Issue 14069002: Allow to have different files for different ISAs in NaCl manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « ppapi/native_client/tests/ppapi_browser/manifest/manifest_arch_specific.nmf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons (revision 193870)
+++ ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons (working copy)
@@ -57,7 +57,9 @@
node = env.PPAPIBrowserTester(
'manifest_browser_test.out',
url='manifest.html',
- nmfs=['${TEST_DIR}/manifest_top.nmf', '${TEST_DIR}/manifest_subdir.nmf'],
+ nmfs=['${TEST_DIR}/manifest_top.nmf',
+ '${TEST_DIR}/manifest_subdir.nmf',
+ '${TEST_DIR}/manifest_arch_specific.nmf'],
files=env.ExtractPublishedFiles(manifest_good_target),
map_files=file_mapping)
« no previous file with comments | « ppapi/native_client/tests/ppapi_browser/manifest/manifest_arch_specific.nmf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698