| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 6ecfc503c1d910a362b195209427f3b92d6071ff..8bec7bfdaf639ea88c310dc00cf3328367934e61 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -32,7 +32,6 @@
|
| 'common_constants',
|
| 'common_net',
|
| 'common_version',
|
| - 'default_plugin/default_plugin.gyp:default_plugin',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| '../base/base.gyp:base_static',
|
| @@ -247,7 +246,12 @@
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/wtl/include',
|
| - ],
|
| + ]
|
| + }],
|
| + ['OS=="win" and use_aura==0', {
|
| + 'dependencies': [
|
| + 'default_plugin/default_plugin.gyp:default_plugin',
|
| + ]
|
| }],
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| @@ -264,11 +268,6 @@
|
| '-lXext',
|
| ],
|
| },
|
| - },],
|
| - ['use_aura==1', {
|
| - 'dependencies!': [
|
| - 'default_plugin/default_plugin.gyp:default_plugin',
|
| - ],
|
| }],
|
| ['OS=="linux" and selinux==1', {
|
| 'dependencies': [
|
|
|