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

Unified Diff: ui/compositor/compositor.gyp

Issue 1214063007: Revert of Convert compositor_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « testing/buildbot/chromium.win.json ('k') | ui/compositor/compositor_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index 1e3dc7bc43600842bb73a23c8115cc9129a9b9c9..99392af9d0db99f10c74b87093e1a07352878920 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -195,19 +195,4 @@
],
},
],
- 'conditions': [
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'compositor_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'compositor_unittests',
- ],
- 'includes': [ '../../build/isolate.gypi' ],
- 'sources': [ 'compositor_unittests.isolate' ],
- },
- ],
- }],
- ],
}
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/compositor/compositor_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698