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

Unified Diff: ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.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/manifest_file/irt_manifest_file.nmf
diff --git a/ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf b/ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..4b55914bdc9cc8915895291e114914abe557baf6
--- /dev/null
+++ b/ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf
@@ -0,0 +1,21 @@
+{
+ "program": {
+ "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
+ "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
+ "arm": {"url": "irt_manifest_file_test_arm.nexe"},
+ "portable": {"pnacl-translate":
+ {"url": "irt_manifest_file_test.pexe"}}
+ },
+ "files": {
+ "nmf says hello world": {
+ "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
+ "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
+ "arm": {"url": "irt_manifest_file_test_arm.nexe"},
+ "portable": {"pnacl-translate":
+ {"url": "irt_manifest_file_test.pexe"}}
+ },
+ "test_file": {
+ "portable": {"url": "test_file.txt"}
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698