Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: testing/chromoting/integration_tests.gyp

Issue 1012883002: Adding an example multi-machine test for Chromoting. This example starts a test controller machine … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698