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

Side by Side Diff: data/nacl_sdk/nacl_sdk_setting

Issue 7541046: Adding pyauto tests for the NaCl SDK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 4 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 | « no previous file | functional/PYAUTO_TESTS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « no previous file | functional/PYAUTO_TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698