Index: testing/chromoting/integration_tests.gyp |
diff --git a/testing/chromoting/integration_tests.gyp b/testing/chromoting/integration_tests.gyp |
index 2588d249054cec7523c642be9e0e4d7829a9683f..828b26606d7e2c7ec3d021bab5b6174359df5032 100644 |
--- a/testing/chromoting/integration_tests.gyp |
+++ b/testing/chromoting/integration_tests.gyp |
@@ -27,7 +27,30 @@ |
], |
}], # OS=="linux" |
], |
- }, |
+ }, # target_name: 'chromoting_integration_tests_run' |
+ { |
+ 'target_name': 'chromoting_multi_machine_example_test', |
+ 'type': 'none', |
+ 'dependencies': [ |
anandc
2015/03/16 23:24:46
Would adding a dependency here like:
'./integratio
Mike Meade
2015/03/16 23:35:50
As per M-A we would need to refactor out the commo
anandc
2015/03/16 23:52:10
OK, could you add a TODO to that effect please?
|
+ '../../chrome/chrome.gyp:browser_tests', |
+ '../../remoting/remoting.gyp:remoting_webapp_v1', |
+ '../../remoting/remoting.gyp:remoting_webapp_v2', |
+ ], |
+ 'includes': [ |
+ '../../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'multi_machine_example/example_test_controller.isolate', |
+ 'multi_machine_example/example_task.isolate', |
+ ], |
+ 'conditions': [ |
+ ['OS=="linux"', { |
+ 'dependencies': [ |
+ '../../remoting/remoting.gyp:remoting_me2me_host_archive', |
+ ], |
+ }], # OS=="linux" |
+ ], |
+ }, # target_name: 'chromoting_multi_machine_example_test' |
], |
}], |
], |