| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 14eb9cf2ac2e7d68f552a12a5f655a463c780439..4ab018143cc022b6f5a59aa78fac8edd50431f19 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -159,6 +159,14 @@
|
| ],
|
| }, # target_name: All_syzygy
|
| {
|
| + 'target_name': 'chromium_swarm_tests',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base_unittests_run',
|
| + '../net/net.gyp:net_unittests_run',
|
| + ],
|
| + }, # target_name: chromium_swarm_tests
|
| + {
|
| 'target_name': 'chromium_builder_tests',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|