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

Unified Diff: build/all.gyp

Issue 10228013: Add chromium_swarm_tests to all.gyp (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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 | no next file » | 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 14eb9cf2ac2e7d68f552a12a5f655a463c780439..4ab018143cc022b6f5a59aa78fac8edd50431f19 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -159,6 +159,14 @@
],
}, # target_name: All_syzygy
{
+ 'target_name': 'chromium_swarm_tests',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_unittests_run',
+ '../net/net.gyp:net_unittests_run',
+ ],
+ }, # target_name: chromium_swarm_tests
+ {
'target_name': 'chromium_builder_tests',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698