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

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, 3 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
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698