| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index 95f70daeaa8770f1e8ab05df372e938599f19619..d70e02d026be58878ca0f8eb0983099a6345f908 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -1008,7 +1008,6 @@
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
| '../build/linux/system.gyp:fontconfig',
|
| - '../build/linux/system.gyp:x11',
|
| '../ui/views/views.gyp:views',
|
| ],
|
| 'include_dirs': [
|
| @@ -1020,6 +1019,11 @@
|
| ['include', '^browser/chromeos/status/memory_menu_button.h'],
|
| ],
|
| }],
|
| + ['use_aura==1 and use_x11==1', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:x11',
|
| + ],
|
| + }],
|
| ['enable_printing != 0', {
|
| 'dependencies': [
|
| '../printing/printing.gyp:printing',
|
|
|