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

Side by Side Diff: data/nacl_sdk/nacl_sdk_setting

Issue 7633026: 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') | functional/nacl_sdk.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Settings for NaCl SDK testing.
Nirnimesh 2011/08/16 21:52:23 Can the contents of this file be kept in the nacl_
chrisphan 2011/08/17 18:51:01 Done.
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 '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 }
OLDNEW
« no previous file with comments | « no previous file | functional/PYAUTO_TESTS » ('j') | functional/nacl_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698