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

Unified Diff: webkit/tools/test_shell/test_shell.gyp

Issue 115472: Disable plugins on the Mac by default until JS plumbing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « webkit/tools/layout_tests/test_expectations.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gyp
===================================================================
--- webkit/tools/test_shell/test_shell.gyp (revision 16275)
+++ webkit/tools/test_shell/test_shell.gyp (working copy)
@@ -500,6 +500,11 @@
# mac tests load the resources from the built test_shell beside the
# test
'dependencies': ['test_shell'],
+ # TODO(port)
+ # disable plugin tests until we re-enable plugins for chromium.app
+ 'sources!': [
+ 'plugin_tests.cc',
+ ]
}],
['OS=="win"', {
'msvs_disabled_warnings': [ 4800 ],
« no previous file with comments | « webkit/tools/layout_tests/test_expectations.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698