Chromium Code Reviews| Index: ui/wm/wm.gyp |
| diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp |
| index fa71587b2482a1107dd3739b0d0c9b306dcf4d7c..733692296a43eec8d8832cdabd75f2aade081a33 100644 |
| --- a/ui/wm/wm.gyp |
| +++ b/ui/wm/wm.gyp |
| @@ -95,6 +95,13 @@ |
| 'core/wm_state.h', |
| 'wm_export.h', |
| ], |
| + 'conditions': [ |
| + ['use_x11==1', { |
| + 'dependencies': [ |
| + '../../build/linux/system.gyp:x11', |
| + ], |
| + }], |
| + ], |
| }, |
| { |
| # GN version: //ui/wm:test_support |