| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 4577d9513563ee761105f1a675b6b71ab9844ee4..c94a8e5ba4e893912ac13f7cce31100099a7911d 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -1290,6 +1290,17 @@
|
| }, # target_name: chromium_swarm_tests
|
| ],
|
| }],
|
| + ['chromoting_swarm_tests==1', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'chromoting_swarm_tests',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../testing/chromoting/integration_tests.gyp:chromoting_integration_tests_run',
|
| + ],
|
| + }, # target_name: chromoting_swarm_tests
|
| + ]
|
| + }],
|
| ['OS=="mac" and toolkit_views==1', {
|
| 'targets': [
|
| {
|
|
|