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

Unified Diff: data/win_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « data/plugins_list.txt ('k') | functional/plugins_check.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: data/win_plugins_list.txt
===================================================================
--- data/win_plugins_list.txt (revision 0)
+++ data/win_plugins_list.txt (revision 0)
@@ -0,0 +1,8 @@
+# List of Win Chrome plugins to verify plugins' version and state.
+# To add new plugin, add new plugin with following version in the list,
+# {u'name':'<Plugin Name>', u'enabled':<True/False>, u'version':u'<VERSION>'}
+# Used by: chrome/test/functional/plugins_check.py
+[
+ {u'name':'Shockwave Flash', u'enabled':'True', u'version':u'10,2,154,12'},
+ {u'name':'Chrome PDF Viewer', u'enabled':'True', u'version':u''},
+]
« no previous file with comments | « data/plugins_list.txt ('k') | functional/plugins_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698