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

Side by Side Diff: ui/base/ui_base_unittests.isolate

Issue 802673002: Revert of Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/base/ui_base_tests.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'conditions': [
6 ['OS=="linux" or OS=="mac" or OS=="win"', {
7 'variables': {
8 'files': [
9 '../../testing/test_env.py',
10 'test/data/data_pack_unittest/truncated-header.pak',
11 '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)',
12 '<(PRODUCT_DIR)/ui_test.pak',
13 ],
14 },
15 }],
16 ['OS=="linux" or OS=="win"', {
17 'variables': {
18 'files': [
19 '<(PRODUCT_DIR)/ui/en-US.pak',
20 '<(PRODUCT_DIR)/ui/ui_resources_100_percent.pak',
21 ],
22 },
23 }],
24 ['OS=="linux"', {
25 'variables': {
26 'command': [
27 '../../testing/xvfb.py',
28 '<(PRODUCT_DIR)',
29 '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)',
30 '--brave-new-test-launcher',
31 '--test-launcher-bot-mode',
32 '--asan=<(asan)',
33 '--lsan=<(lsan)',
34 ],
35 'files': [
36 '../../testing/xvfb.py',
37 '<(PRODUCT_DIR)/libosmesa.so',
38 ],
39 },
40 }],
41 ['OS=="linux" and use_ozone==0', {
42 'variables': {
43 'files': [
44 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
45 ],
46 },
47 }],
48 ['OS=="mac"', {
49 'variables': {
50 'files': [
51 '<(PRODUCT_DIR)/ui_unittests Framework.framework/',
52 '<(PRODUCT_DIR)/osmesa.so',
53 ],
54 },
55 }],
56 ['OS=="win"', {
57 'variables': {
58 'files': [
59 '<(PRODUCT_DIR)/osmesa.dll',
60 ],
61 },
62 }],
63 ['OS=="mac" or OS=="win"', {
64 'variables': {
65 'command': [
66 '../../testing/test_env.py',
67 '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)',
68 '--brave-new-test-launcher',
69 '--test-launcher-bot-mode',
70 '--asan=<(asan)',
71 '--lsan=<(lsan)',
72 ],
73 },
74 }],
75 ],
76 'includes': [
77 '../../base/base.isolate',
78 ],
79 }
OLDNEW
« no previous file with comments | « ui/base/ui_base_tests.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698