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

Side by Side Diff: data/plugins_list.txt

Issue 6523003: Separating plugins test for individual platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 10 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 | « data/mac_plugins_list.txt ('k') | data/win_plugins_list.txt » ('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 # List of Mac Chrome plugins to verify plugins' version and state.
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>'}
4 # Used by: chrome/test/functional/plugins_check.py
5 [
6 {u'name':'Shockwave Flash', u'enabled':'True', u'version':u'10.2.154.12'},
7 {u'name':'Chrome PDF Viewer', u'enabled':'True', u'version':u''},
8 ]
OLDNEW
« no previous file with comments | « data/mac_plugins_list.txt ('k') | data/win_plugins_list.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698