Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index cb84dce3ff80b946e49335064eb865de5d2f0be4..ba5e6602fc7fd3ce0290fb5a3d1c88af27939130 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -282,6 +282,11 @@ |
'../sandbox/sandbox.gyp:sandbox_linux_unittests', |
], |
}], |
+ ['OS=="mac"', { |
+ 'dependencies': [ |
+ '../ui/app_list/app_list.gyp:app_list_unittests', |
+ ], |
+ }], |
], |
}, # target_name: chromium_builder_tests |
{ |