Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index ac2c411346fcc6f0dcfd2e098ebf7ad280e55216..127d43ea1c603e19b7f2c561e580bc2972e2a31d 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -160,6 +160,7 @@ |
| '../ash/ash.gyp:*', |
| '../ui/aura/aura.gyp:*', |
| '../ui/oak/oak.gyp:*', |
| + '../wm/wm.gyp:*', |
| ], |
| }], |
| ['remoting==1', { |
| @@ -746,6 +747,12 @@ |
| '../ash/ash.gyp:ash_unittests', |
| ], |
| }], |
| + ['use_wm==1', { |
| + 'dependencies': [ |
| + '../wm/wm.gyp:wm_shell', |
| + '../wm/wm.gyp:wm_unittests', |
| + ], |
| + }], |
| ['OS=="linux"', { |
| # Tests that currently only work on Linux. |
| 'dependencies': [ |