diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:45:46 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:45:46 +0000 |
commit | b39c9b201b7a950c647cd9d79494b74692dfeb56 (patch) | |
tree | d2dec1cb8f613e3f56b90651c5e4ae073048b038 /chrome/chrome_common.gypi | |
parent | 135e429c705aa5b8fd26f2b0a46ad63451817b3c (diff) | |
download | chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.zip chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.gz chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.bz2 |
Remove the default plugin.
TBR=darin@chromium.org
BUG=62079
TEST=none
Review URL: http://codereview.chromium.org/9074004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index a4bfcfa..63d0b1e 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -255,11 +255,6 @@ '<(DEPTH)/third_party/wtl/include', ] }], - ['OS=="win" and use_aura==0', { - 'dependencies': [ - '<(DEPTH)/chrome/default_plugin/default_plugin.gyp:default_plugin', - ] - }], ['toolkit_uses_gtk == 1', { 'dependencies': [ '../build/linux/system.gyp:gtk', |