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

Unified Diff: ppapi/native_client/tests/nacl_browser/manifest_file/pm_pre_init_manifest_file.nmf

Issue 133033002: Port manifest query tests from nacl_integration to browser_tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 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: ppapi/native_client/tests/nacl_browser/manifest_file/pm_pre_init_manifest_file.nmf
diff --git a/ppapi/native_client/tests/nacl_browser/manifest_file/pm_pre_init_manifest_file.nmf b/ppapi/native_client/tests/nacl_browser/manifest_file/pm_pre_init_manifest_file.nmf
deleted file mode 100644
index 606958d390d4ed98529ea600fa6851d9c0ca858e..0000000000000000000000000000000000000000
--- a/ppapi/native_client/tests/nacl_browser/manifest_file/pm_pre_init_manifest_file.nmf
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "program": {
- "x86-32": {"url": "pm_pre_init_manifest_file_test_x86-32.nexe"},
- "x86-64": {"url": "pm_pre_init_manifest_file_test_x86-64.nexe"},
- "arm": {"url": "pm_pre_init_manifest_file_test_arm.nexe"}
- },
- "files": {
- "nmf says hello world": {
- "x86-32": {"url": "pm_pre_init_manifest_file_test_x86-32.nexe"},
- "x86-64": {"url": "pm_pre_init_manifest_file_test_x86-64.nexe"},
- "arm": {"url": "pm_pre_init_manifest_file_test_arm.nexe"}
- },
- "test_file": {
- "portable": {"url": "test_file.txt"}
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698