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

Side by Side Diff: ui/gfx/gfx_tests.gyp

Issue 724603004: Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years 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 | « ui/events/events_unittests.isolate ('k') | ui/gfx/gfx_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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 '../android/ui_android.gyp:ui_java', 184 '../android/ui_android.gyp:ui_java',
185 'gfx_unittests', 185 'gfx_unittests',
186 ], 186 ],
187 'variables': { 187 'variables': {
188 'test_suite_name': 'gfx_unittests', 188 'test_suite_name': 'gfx_unittests',
189 }, 189 },
190 'includes': [ '../../build/apk_test.gypi' ], 190 'includes': [ '../../build/apk_test.gypi' ],
191 }, 191 },
192 ], 192 ],
193 }], 193 }],
194 ['test_isolation_mode != "noop"', {
195 'targets': [
196 {
197 'target_name': 'gfx_unittests_run',
198 'type': 'none',
199 'dependencies': [
200 'gfx_unittests',
201 ],
202 'includes': [
203 '../../build/isolate.gypi',
204 ],
205 'sources': [
206 'gfx_unittests.isolate',
207 ],
208 'conditions': [
209 ['use_x11 == 1', {
210 'dependencies': [
211 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
212 ],
213 }],
214 ],
215 },
216 ],
217 }],
194 ], 218 ],
195 } 219 }
OLDNEW
« no previous file with comments | « ui/events/events_unittests.isolate ('k') | ui/gfx/gfx_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698