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

Unified Diff: content/content_tests.gypi

Issue 401923004: Update isolate files for content tests and enable swarming for them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/content_browsertests.isolate ('k') | content/content_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 13e55c9a4714d2ef3d884af1fef5f34647539444..fe832d613911ad287772f146eea4bedf046807c4 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -940,6 +940,20 @@
['test_isolation_mode != "noop"', {
'targets': [
{
+ 'target_name': 'content_browsertests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'content_browsertests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'content_browsertests.isolate',
+ ],
+ 'sources': [
+ 'content_browsertests.isolate',
+ ],
+ },
+ {
'target_name': 'content_unittests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « content/content_browsertests.isolate ('k') | content/content_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698