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

Side by Side Diff: ppapi/native_client/tests/nacl_browser/manifest_file/irt_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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "program": {
3 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
4 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
5 "arm": {"url": "irt_manifest_file_test_arm.nexe"}
6 },
7 "files": {
8 "nmf says hello world": {
9 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
10 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
11 "arm": {"url": "irt_manifest_file_test_arm.nexe"}
12 },
13 "test_file": {
14 "portable": {"url": "test_file.txt"}
15 }
16 }
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698