| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 9290d4934979eaa4a4572a8b608e497e08d76310..d4d129d2fc5e0938da05c11f150be9a554be0d53 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -325,6 +325,7 @@
|
| ['use_aura==1', {
|
| 'dependencies': [
|
| '../ui/aura/aura.gyp:aura',
|
| + '../ui/wm/wm.gyp:wm',
|
| '../ui/base/strings/ui_strings.gyp:ui_strings',
|
| ],
|
| 'sources/': [
|
| @@ -337,7 +338,7 @@
|
| '../ui/views/controls/webview/webview.gyp:webview',
|
| '../ui/views/views.gyp:views',
|
| '../ui/views/views.gyp:views_test_support',
|
| - '../ui/wm/wm.gyp:wm_core',
|
| + '../ui/wm/wm.gyp:wm',
|
| ],
|
| 'sources/': [
|
| ['exclude', 'shell/browser/shell_aura.cc'],
|
|
|