| Index: testing/buildbot/chromium.mac.json
|
| diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
|
| index 2b3ceb838df4e4bad4f5251ee8449ed0febfe2cc..ff09f7a875c0e6186c9dceafb9d6fbcff81d5916 100644
|
| --- a/testing/buildbot/chromium.mac.json
|
| +++ b/testing/buildbot/chromium.mac.json
|
| @@ -1,12 +1,22 @@
|
| {
|
| "Mac GN": {
|
| "additional_compile_targets": [
|
| - "base_unittests"
|
| + "all"
|
| ]
|
| },
|
| "Mac GN (dbg)": {
|
| "additional_compile_targets": [
|
| - "base_unittests"
|
| + "all"
|
| + ]
|
| + },
|
| + "Mac GYP": {
|
| + "additional_compile_targets": [
|
| + "all"
|
| + ]
|
| + },
|
| + "Mac GYP (dbg)": {
|
| + "additional_compile_targets": [
|
| + "all"
|
| ]
|
| },
|
| "Mac10.10 Tests": {
|
|
|