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

Unified Diff: build/all.gyp

Issue 498373003: Swarming configuration files for chromoting integration tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: 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', {

Powered by Google App Engine
This is Rietveld 408576698