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

Side by Side Diff: extensions/extensions_browsertests.isolate

Issue 876633002: Revert of Isolate extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | extensions/extensions_tests.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 2015 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 '../net/data/',
10 '../net/tools/testserver/',
11 '../testing/test_env.py',
12 '../third_party/pyftpdlib/',
13 '../third_party/pywebsocket/',
14 '../third_party/tlslite/',
15 '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)',
16 '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
17 'test/data/',
18 ],
19 },
20 }],
21 ['OS=="linux"', {
22 'variables': {
23 'command': [
24 '../testing/xvfb.py',
25 '<(PRODUCT_DIR)',
26 '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)',
27 '--brave-new-test-launcher',
28 '--test-launcher-bot-mode',
29 '--asan=<(asan)',
30 '--lsan=<(lsan)',
31 ],
32 'files': [
33 '../testing/xvfb.py',
34 '<(PRODUCT_DIR)/libosmesa.so',
35 ],
36 },
37 }],
38 ['OS=="linux" and use_ozone==0', {
39 'variables': {
40 'files': [
41 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
42 ],
43 },
44 }],
45 ['OS=="mac" or OS=="win"', {
46 'variables': {
47 'command': [
48 '../testing/test_env.py',
49 '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)',
50 '--brave-new-test-launcher',
51 '--test-launcher-bot-mode',
52 '--asan=<(asan)',
53 '--lsan=<(lsan)',
54 ],
55 },
56 }],
57 ],
58 'includes': [
59 '../base/base.isolate',
60 '../gin/v8.isolate',
61 ],
62 }
OLDNEW
« no previous file with comments | « no previous file | extensions/extensions_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698