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

Unified Diff: ui/views/views.gyp

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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 | « ui/views/BUILD.gn ('k') | ui/views/views_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 5fd61b07d5a4647eda9cf038536d89e24779e845..f96ecb30e7e45258e4efe03e9147f6bbab473b3d 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -931,6 +931,32 @@
}, # target_name: views_unittests
], # targets
'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'views_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'views_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'views_unittests.isolate',
+ ],
+ 'conditions': [
+ ['use_x11==1',
+ {
+ 'dependencies': [
+ '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }
+ ],
+ ],
+ },
+ ],
+ }],
['OS=="mac"', {
'targets': [
{
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/views_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698