| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index d112407796dccac4aa83f50fe3b29b7ab078f701..a01b8105aaeb2843f49aca0586a9fce6a3706ba2 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -1289,6 +1289,13 @@
|
| '../net/net.gyp:net_unittests_run',
|
| ],
|
| }, # target_name: chromium_swarm_tests
|
| + {
|
| + 'target_name': 'chromoting_swarm_tests',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../testing/chromoting/integration_test.gyp:chromoting_integration_tests_run',
|
| + ],
|
| + }, # target_name: chromoting_swarm_tests
|
| ],
|
| }],
|
| ['OS=="mac" and toolkit_views==1', {
|
|
|