summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.gypi
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 21:55:10 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 21:55:10 +0000
commitde49ea10c04eb354ab0187b8f98898c272660037 (patch)
treef40b45b18318d1852fc23dd9f521e766150a476b /webkit/glue/webkit_glue.gypi
parent12c342cca520241c8a221d26d40f861a0eba4d51 (diff)
downloadchromium_src-de49ea10c04eb354ab0187b8f98898c272660037.zip
chromium_src-de49ea10c04eb354ab0187b8f98898c272660037.tar.gz
chromium_src-de49ea10c04eb354ab0187b8f98898c272660037.tar.bz2
Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default plugin
BUG=17392 TEST=Go to http://www.adobe.com/shockwave/welcome/. The task manager should show that the default plugin is running, and the "Missing Plugin" text should look slightly different than it did before. (this test depends on a small webkit patch) Requires commenting out if (objectContentType(url, mimeType) != ObjectContentNetscapePlugin) return 0; in WebKit/WebKit/chromium/src/FrameLoaderClientImpl.cpp's createPlugin() as well, else the default plugin won't load. Review URL: http://codereview.chromium.org/2075006 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2132018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.gypi')
-rw-r--r--webkit/glue/webkit_glue.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 3c42c6b..f357109 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -366,7 +366,7 @@
'plugins/plugin_stubs.cc',
],
}],
- ['inside_chromium_build==1 and (OS=="mac" or OS=="win")', {
+ ['inside_chromium_build==1 and OS=="win"', {
'dependencies': [
'<(DEPTH)/webkit/default_plugin/default_plugin.gyp:default_plugin',
],