Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index bd2e00be9db24758207c75e97f41071a0ea8384d..93bd1893430e5677035cf09744b4ea773d620392 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -154,6 +154,7 @@ |
'../ash/ash.gyp:*', |
'../ui/aura/aura.gyp:*', |
'../ui/oak/oak.gyp:*', |
+ '../wm/wm.gyp:*', |
], |
}], |
['remoting==1', { |
@@ -739,6 +740,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': [ |