cc: Added inline to Tile::IsReadyToDraw
[chromium-blink-merge.git] / ppapi / native_client / tests / nacl_browser / manifest_file / pm_manifest_file.nmf
blob370f8ba5fd8d8252d941a899596fefbf948994e7
2   "program": {
3     "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"},
4     "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"},
5     "arm":    {"url": "pm_manifest_file_test_arm.nexe"}
6   },
7   "files": {
8     "nmf says hello world": {
9       "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"},
10       "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"},
11       "arm":    {"url": "pm_manifest_file_test_arm.nexe"}
12     },
13     "test_file": {
14       "portable": {"url": "test_file.txt"}
15     }
16   }