| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index 81c70adfc9389d160b989321b4e6b437ab29a2e2..a65a02c03ae58c47f136f828c9db2bb41e3f5eaa 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -1018,6 +1018,11 @@
|
| '../ui/keyboard/keyboard.gyp:keyboard_resources',
|
| ],
|
| }],
|
| + ['toolkit_views==1', {
|
| + 'dependencies': [
|
| + '../ui/views/views.gyp:views',
|
| + ],
|
| + }],
|
| ['OS=="linux"', {
|
| 'conditions': [
|
| ['use_aura==1', {
|
|
|