| Index: masters/master.chromium.mac/master_mac_cfg.py
|
| diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py
|
| index 1f125fdd87dd9bc4c52250e33615e2bcb45c7b16..f76766661514218e5a716ce64c115ac4ec52449b 100644
|
| --- a/masters/master.chromium.mac/master_mac_cfg.py
|
| +++ b/masters/master.chromium.mac/master_mac_cfg.py
|
| @@ -37,6 +37,7 @@ sharded_tests = [
|
| 'content_unittests',
|
| 'crypto_unittests',
|
| 'device_unittests',
|
| + 'google_apis_unittests',
|
| 'gpu_unittests',
|
| 'jingle_unittests',
|
| 'media_unittests',
|
| @@ -126,6 +127,7 @@ F('rel_unit_2', mac_tester().ChromiumFactory(
|
| tests=[
|
| 'browser_tests',
|
| 'components_unittests',
|
| + 'google_apis_unittests',
|
| 'unit',
|
| ],
|
| factory_properties={'generate_gtest_json': True,
|
| @@ -271,6 +273,7 @@ F('dbg_unit_4', mac_tester().ChromiumFactory(
|
| tests=[
|
| 'browser_tests',
|
| 'components_unittests',
|
| + 'google_apis_unittests',
|
| 'unit',
|
| 'message_center_unittests',
|
| ],
|
|
|