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

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

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/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
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 'conditions': [ 5 'conditions': [
6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 6 ['OS=="linux" or OS=="mac" or OS=="win"', {
7 'variables': { 7 'variables': {
8 'files': [ 8 'files': [
9 'test/data/', 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',
10 ], 21 ],
11 }, 22 },
12 }], 23 }],
13 ['OS=="linux"', { 24 ['OS=="linux"', {
14 'variables': { 25 'variables': {
15 'command': [ 26 'command': [
16 '../testing/xvfb.py', 27 '../../testing/xvfb.py',
17 '<(PRODUCT_DIR)', 28 '<(PRODUCT_DIR)',
18 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 29 '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)',
19 '--brave-new-test-launcher', 30 '--brave-new-test-launcher',
20 '--test-launcher-bot-mode', 31 '--test-launcher-bot-mode',
21 '--asan=<(asan)', 32 '--asan=<(asan)',
22 '--lsan=<(lsan)', 33 '--lsan=<(lsan)',
23 ], 34 ],
24 'files': [ 35 'files': [
25 '../testing/xvfb.py', 36 '../../testing/xvfb.py',
37 '<(PRODUCT_DIR)/libosmesa.so',
26 ], 38 ],
27 }, 39 },
28 }], 40 }],
29 ['OS=="linux" and use_ozone==0', { 41 ['OS=="linux" and use_ozone==0', {
30 'variables': { 42 'variables': {
31 'files': [ 43 'files': [
32 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 44 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
33 ], 45 ],
34 }, 46 },
35 }], 47 }],
36 ['OS=="linux" or OS=="mac" or OS=="win"', { 48 ['OS=="mac"', {
37 'variables': { 49 'variables': {
38 'files': [ 50 'files': [
39 '../testing/test_env.py', 51 '<(PRODUCT_DIR)/ui_unittests Framework.framework/',
40 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 52 '<(PRODUCT_DIR)/osmesa.so',
41 ], 53 ],
42 'read_only': 1, 54 },
55 }],
56 ['OS=="win"', {
57 'variables': {
58 'files': [
59 '<(PRODUCT_DIR)/osmesa.dll',
60 ],
43 }, 61 },
44 }], 62 }],
45 ['OS=="mac" or OS=="win"', { 63 ['OS=="mac" or OS=="win"', {
46 'variables': { 64 'variables': {
47 'command': [ 65 'command': [
48 '../testing/test_env.py', 66 '../../testing/test_env.py',
49 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 67 '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)',
50 '--brave-new-test-launcher', 68 '--brave-new-test-launcher',
51 '--test-launcher-bot-mode', 69 '--test-launcher-bot-mode',
52 '--asan=<(asan)', 70 '--asan=<(asan)',
53 '--lsan=<(lsan)', 71 '--lsan=<(lsan)',
54 ], 72 ],
55 }, 73 },
56 }], 74 }],
57 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
58 'variables': {
59 'files': [
60 '<(PRODUCT_DIR)/base_unittests.exe.pdb',
61 ],
62 },
63 }],
64 ], 75 ],
65 'includes': [ 76 'includes': [
66 'base.isolate', 77 '../../base/base.isolate',
67 ], 78 ],
68 } 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