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

Side by Side Diff: chrome/test/data/chromeos_plugins_list.txt

Issue 6902001: Update netflix version in chromeos plugin check (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # List of ChromeOS Chrome plugins to verify plugins' version and state. 1 # List of ChromeOS Chrome plugins to verify plugins' version and state.
2 # To add new plugin, add new plugin with following version in the list, 2 # To add new plugin, add new plugin with following version in the list,
3 # {u'name':'<Plugin Name>', u'enabled':<True/False>, u'version':u'<VERSION>'} 3 # {u'name':'<Plugin Name>', u'enabled':<True/False>, u'version':u'<VERSION>'}
4 # Used by: chrome/test/functional/plugins_check.py 4 # Used by: chrome/test/functional/plugins_check.py
5 # Note: By default the script will use the key named 'name' as the unique 5 # Note: By default the script will use the key named 'name' as the unique
6 # identifier. If you want to override you can use the unique_key key 6 # identifier. If you want to override you can use the unique_key key
7 [ 7 [
8 {u'unique_key':'path', u'name':u'Shockwave Flash', u'path':'/opt/google/chrome/ pepper/libpepflashplayer.so', u'enabled':1, u'boards':['x86-mario', 'x86-alex']} , 8 {u'unique_key':'path', u'name':u'Shockwave Flash', u'path':'/opt/google/chrome/ pepper/libpepflashplayer.so', u'enabled':1, u'boards':['x86-mario', 'x86-alex']} ,
9 {u'unique_key':'path', u'name':u'Shockwave Flash', u'path':'/opt/google/chrome/ plugins/libgcflashplayer.so', u'enabled':1, u'boards':['x86-mario', 'x86-alex']} , 9 {u'unique_key':'path', u'name':u'Shockwave Flash', u'path':'/opt/google/chrome/ plugins/libgcflashplayer.so', u'enabled':1, u'boards':['x86-mario', 'x86-alex']} ,
10 {u'name':'Chrome PDF Viewer', u'enabled':1, u'version':u'', u'boards':['x86-mar io', 'x86-alex']}, 10 {u'name':'Chrome PDF Viewer', u'enabled':1, u'version':u'', u'boards':['x86-mar io', 'x86-alex']},
11 {u'name':'Netflix', u'enabled':1, u'version':u'0.1.1', u'boards':['x86-alex']}, 11 {u'name':'Netflix', u'enabled':1, u'version':u'0.2.0', u'boards':['x86-alex']},
12 {u'name':'Google Talk Plugin', u'enabled':1, u'version':u'', u'boards':['x86-ma rio', 'x86-alex']}, 12 {u'name':'Google Talk Plugin', u'enabled':1, u'version':u'', u'boards':['x86-ma rio', 'x86-alex']},
13 {u'name':'O3D Plugin', u'enabled':1, u'version':u'', u'boards':['x86-mario', 'x 86-alex']}, 13 {u'name':'O3D Plugin', u'enabled':1, u'version':u'', u'boards':['x86-mario', 'x 86-alex']},
14 {u'name':'Default Plug-in', u'enabled':1, u'version':u'1', u'boards':['x86-mari o', 'x86-alex']}, 14 {u'name':'Default Plug-in', u'enabled':1, u'version':u'1', u'boards':['x86-mari o', 'x86-alex']},
15 ] 15 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698