Chromium Code Reviews| Index: chrome/chrome_browser_extensions.gypi |
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi |
| index 9a7140f26a95c63c12b73dcf6b2204b14834a91d..f003646ce1bce287739d7c2a2231761b20ebbdbf 100644 |
| --- a/chrome/chrome_browser_extensions.gypi |
| +++ b/chrome/chrome_browser_extensions.gypi |
| @@ -1028,12 +1028,21 @@ |
| '../ui/keyboard/keyboard.gyp:keyboard_resources', |
| ], |
| }], |
| - ['OS=="linux" and use_aura==1', { |
| - 'dependencies': [ |
| - '../build/linux/system.gyp:dbus', |
| - '../build/linux/system.gyp:fontconfig', |
| - '../build/linux/system.gyp:x11', |
| - '../dbus/dbus.gyp:dbus', |
| + ['OS=="linux"', { |
| + 'conditions': [ |
| + ['use_aura==1', { |
| + 'dependencies': [ |
| + '../build/linux/system.gyp:dbus', |
| + '../build/linux/system.gyp:fontconfig', |
| + '../dbus/dbus.gyp:dbus', |
| + ], |
| + }], |
| + # x11 build |
| + ['use_x11==1', { |
| + 'dependencies': [ |
| + '../build/linux/system.gyp:x11', |
|
sky
2014/01/28 00:43:07
nit: indent.
kalyank
2014/01/28 01:18:47
Done.
|
| + ], |
| + }], |
| ], |
| }], |
| ['safe_browsing==1', { |