Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Settings for NaCl SDK testing. | |
| 2 # Used by: chrome/test/functional/nacl_sdk.py | |
| 3 | |
| 4 { | |
| 5 'release_win_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-m irror/nacl/nacl_sdk/staging/naclsdk_win.exe', | |
|
Nirnimesh
2011/08/15 23:13:15
Fetching these packages from a fixed location has
chrisphan
2011/08/17 18:51:01
It looks like these links are updated with the lat
| |
| 6 'release_mac_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-m irror/nacl/nacl_sdk/staging/naclsdk_mac.tgz', | |
| 7 'release_lin_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-m irror/nacl/nacl_sdk/staging/naclsdk_linux.tgz', | |
| 8 'expected_md5_url': 'http://commondatastorage.googleapis.com/nativeclient-mirr or', | |
| 9 'release_win_expected_md5_key': 'nacl/nacl_sdk/staging/naclsdk_win.exe', | |
| 10 'release_mac_expected_md5_key': 'nacl/nacl_sdk/staging/naclsdk_mac.tgz', | |
| 11 'release_lin_expected_md5_key': 'nacl/nacl_sdk/staging/naclsdk_linux.tgz', | |
| 12 'post_sdk_download_url': 'http://code.google.com/chrome/nativeclient/docs/down load.html', | |
| 13 'post_win_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirr or/nacl/nacl_sdk/naclsdk_win.exe', | |
| 14 'post_mac_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirr or/nacl/nacl_sdk/naclsdk_mac.tgz', | |
| 15 'post_lin_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirr or/nacl/nacl_sdk/naclsdk_linux.tgz', | |
| 16 'min_required_chrome_build': 14, | |
| 17 'gallery_examples': { | |
| 18 'life': 'http://nacl-gallery.appspot.com/life/life.html', | |
| 19 'hello_world': 'http://nacl-gallery.appspot.com/hello_world/hello_world.htm l', | |
| 20 'pi_generator': 'http://nacl-gallery.appspot.com/pi_generator/pi_generator. html', | |
| 21 'sine_synth': 'http://nacl-gallery.appspot.com/sine_synth/sine_synth.html' | |
| 22 }, | |
| 23 'prerelease_gallery': { | |
| 24 'hello_world': 'http://4.nacl-gallery.appspot.com/hello_world/hello_world.h tml', | |
| 25 'hello_world_c': 'http://4.nacl-gallery.appspot.com/hello_world_c/hello_wor ld.html', | |
| 26 'life': 'http://4.nacl-gallery.appspot.com/life/life.html', | |
| 27 'pi_generator': 'http://4.nacl-gallery.appspot.com/pi_generator/pi_generato r.html', | |
| 28 'sine_synth': 'http://4.nacl-gallery.appspot.com/sine_synth/sine_synth.html ', | |
| 29 'geturl': 'http://4.nacl-gallery.appspot.com/geturl/geturl.html' | |
| 30 } | |
| 31 } | |
| OLD | NEW |