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

Unified Diff: ppapi/native_client/tests/nacl_browser/pnacl_client_translator/pnacl_bad_doesnotexist.nmf

Issue 10914053: Relocating files in the nacl repo that belong in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 3 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: ppapi/native_client/tests/nacl_browser/pnacl_client_translator/pnacl_bad_doesnotexist.nmf
diff --git a/ppapi/native_client/tests/nacl_browser/pnacl_client_translator/pnacl_bad_doesnotexist.nmf b/ppapi/native_client/tests/nacl_browser/pnacl_client_translator/pnacl_bad_doesnotexist.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..c84136e394a280f476a668ab255b6483e90341c1
--- /dev/null
+++ b/ppapi/native_client/tests/nacl_browser/pnacl_client_translator/pnacl_bad_doesnotexist.nmf
@@ -0,0 +1,8 @@
+{
+ "program": {
+ "x86-32": {"url": "non_existent.nexe"},
+ "x86-64": {"url": "non_existent.nexe"},
+ "arm": {"url": "non_existent.nexe"},
+ "portable": {"pnacl-translate": {"url": "non_existent.pexe"} }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698