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', |
| 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 'release_lin_expected_shasum': '381c4fcbbb7f91b845d606e2c5f73a85866f779d', |
| 9 'release_mac_expected_shasum': 'a67c3b734f75d28cd6086c0548b00226400ce2ab', |
| 10 'release_win_expected_shasum': '93b7e1feaa0d2ed5e2dbf73dfd087e62b42d47f6', |
| 11 'post_sdk_download_url': 'http://code.google.com/chrome/nativeclient/docs/down
load.html', |
| 12 'post_win_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirr
or/nacl/nacl_sdk/naclsdk_win.exe', |
| 13 'post_mac_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirr
or/nacl/nacl_sdk/naclsdk_mac.tgz', |
| 14 'post_lin_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirr
or/nacl/nacl_sdk/naclsdk_linux.tgz', |
| 15 'min_required_chrome_build': 14, |
| 16 'gallery_examples': { |
| 17 'life': 'http://nacl-gallery.appspot.com/life/life.html', |
| 18 'hello_world': 'http://nacl-gallery.appspot.com/hello_world/hello_world.htm
l', |
| 19 'pi_generator': 'http://nacl-gallery.appspot.com/pi_generator/pi_generator.
html', |
| 20 'sine_synth': 'http://nacl-gallery.appspot.com/sine_synth/sine_synth.html' |
| 21 }, |
| 22 'prerelease_gallery': { |
| 23 'hello_world': 'http://4.nacl-gallery.appspot.com/hello_world/hello_world.h
tml', |
| 24 'hello_world_c': 'http://4.nacl-gallery.appspot.com/hello_world_c/hello_wor
ld.html', |
| 25 'life': 'http://4.nacl-gallery.appspot.com/life/life.html', |
| 26 'pi_generator': 'http://4.nacl-gallery.appspot.com/pi_generator/pi_generato
r.html', |
| 27 'sine_synth': 'http://4.nacl-gallery.appspot.com/sine_synth/sine_synth.html
', |
| 28 'geturl': 'http://4.nacl-gallery.appspot.com/geturl/geturl.html' |
| 29 } |
| 30 } |
OLD | NEW |