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

Side by Side Diff: ppapi/tests/test_case.nmf

Issue 7049021: Adjust PPAPI tests so they can also be run in the NaCl build using PyAuto. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/tests/test_case.html ('k') | ppapi/tests/test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "nexes": { 2 "nexes": {
3 "x86-64": "ppapi_tests_x86-64.nexe", 3 "x86-64": "ppapi_tests_x86-64.nexe",
4 "x86-32": "ppapi_tests_x86-32.nexe", 4 "x86-32": "ppapi_tests_x86-32.nexe",
5 "arm" : "ppapi_tests_arm.nexe", 5 "arm" : "ppapi_tests_arm.nexe"
6 } 6 }
7 } 7 }
OLDNEW
« no previous file with comments | « ppapi/tests/test_case.html ('k') | ppapi/tests/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698