| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index 95c5682353ae99c305063af68acf7107d5ad16be..cef7eafa0fd35c3e9c8f468da4ae3425727c6afc 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -3321,7 +3321,6 @@
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
| '../build/linux/system.gyp:fontconfig',
|
| - '../build/linux/system.gyp:x11',
|
| '../dbus/dbus.gyp:dbus',
|
| ],
|
| }],
|
| @@ -3332,6 +3331,12 @@
|
| ['exclude', '^browser/ui/views/notifications/balloon_collection_views.cc'],
|
| ],
|
| }],
|
| + # x11 build
|
| + ['use_x11==1', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:x11',
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| # On chromeos, file manager extension handles the file open/save dialog.
|
|
|