Chromium Code Reviews| Index: build/all.gyp |
| =================================================================== |
| --- build/all.gyp (revision 233621) |
| +++ build/all.gyp (working copy) |
| @@ -354,6 +354,17 @@ |
| '../printing/printing.gyp:printing_unittests', |
| ], |
| }], |
| + ['use_aura==1', { |
| + 'dependencies': [ |
| + '../ui/aura/aura.gyp:aura_unittests', |
| + '../ui/compositor/compositor.gyp:compositor_unittests', |
|
scottmg
2013/11/07 19:24:50
is this aura-dependent?
jam
2013/11/07 19:36:06
good question, it's not, however it looked like th
|
| + ], |
| + }], |
| + ['use_ash==1', { |
| + 'dependencies': [ |
| + '../ash/ash.gyp:ash_unittests', |
| + ], |
| + }], |
| ], |
| }, # target_name: chromium_builder_tests |
| { |