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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/compositor/compositor_unittests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 ['use_allocator!="none"', { 188 ['use_allocator!="none"', {
189 'dependencies': [ 189 'dependencies': [
190 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 190 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
191 ], 191 ],
192 }], 192 }],
193 ], 193 ],
194 }], 194 }],
195 ], 195 ],
196 }, 196 },
197 ], 197 ],
198 'conditions': [
199 ['test_isolation_mode != "noop"', {
200 'targets': [
201 {
202 'target_name': 'compositor_unittests_run',
203 'type': 'none',
204 'dependencies': [
205 'compositor_unittests',
206 ],
207 'includes': [ '../../build/isolate.gypi' ],
208 'sources': [ 'compositor_unittests.isolate' ],
209 },
210 ],
211 }],
212 ],
213 } 198 }
OLDNEW
« 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