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

Side by Side Diff: content/content_browsertests.isolate

Issue 19040002: [Android] Convert more test targets to use isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add maruel/csharp as owners for isolate files Created 7 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 | Annotate | Revision Log
« no previous file with comments | « components/components_unittests.isolate ('k') | content/content_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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': {
6 'isolate_dependency_tracked': [
7 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
8 ],
9 'isolate_dependency_untracked': [
10 'test/data/',
11 '../net/data/',
12 '../net/tools/testserver/',
13 '../third_party/lighttpd/',
14 '../third_party/pyftpdlib/',
15 '../third_party/pywebsocket/',
16 '../third_party/tlslite/',
17 '../third_party/WebKit/Tools/Scripts/',
18 ],
19 },
20 'conditions': [ 5 'conditions': [
6 ['OS=="android"', {
7 'variables': {
8 'isolate_dependency_tracked': [
9 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
10 ],
11 'isolate_dependency_untracked': [
12 '../third_party/webgl_conformance/',
13 ],
14 },
15 }],
16 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
17 'variables': {
18 'isolate_dependency_untracked': [
19 '../net/data/',
20 'test/data/',
21 ],
22 },
23 }],
21 ['OS=="linux"', { 24 ['OS=="linux"', {
22 'variables': { 25 'variables': {
23 'command': [ 26 'command': [
24 '../testing/xvfb.py', 27 '../testing/xvfb.py',
25 '<(PRODUCT_DIR)', 28 '<(PRODUCT_DIR)',
26 '../tools/swarm_client/run_test_cases.py', 29 '../tools/swarm_client/run_test_cases.py',
27 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', 30 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
28 ], 31 ],
29 'isolate_dependency_tracked': [ 32 'isolate_dependency_tracked': [
30 '<(PRODUCT_DIR)/content_shell.pak', 33 '<(PRODUCT_DIR)/content_shell.pak',
31 '<(PRODUCT_DIR)/fonts.conf', 34 '<(PRODUCT_DIR)/fonts.conf',
32 '<(PRODUCT_DIR)/libclearkeycdm.so', 35 '<(PRODUCT_DIR)/libclearkeycdm.so',
33 '<(PRODUCT_DIR)/libclearkeycdmadapter.so', 36 '<(PRODUCT_DIR)/libclearkeycdmadapter.so',
34 '<(PRODUCT_DIR)/libffmpegsumo.so', 37 '<(PRODUCT_DIR)/libffmpegsumo.so',
38 '<(PRODUCT_DIR)/plugins/libTestNetscapePlugin.so',
35 '<(PRODUCT_DIR)/plugins/libnpapi_test_plugin.so', 39 '<(PRODUCT_DIR)/plugins/libnpapi_test_plugin.so',
36 '<(PRODUCT_DIR)/plugins/libTestNetscapePlugin.so', 40 ],
41 },
42 }],
43 ['OS=="linux" or OS=="mac" or OS=="win"', {
44 'variables': {
45 'isolate_dependency_tracked': [
46 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
47 ],
48 'isolate_dependency_untracked': [
49 '../net/tools/testserver/',
50 '../third_party/WebKit/Tools/Scripts/',
51 '../third_party/lighttpd/',
52 '../third_party/pyftpdlib/',
53 '../third_party/pywebsocket/',
54 '../third_party/tlslite/',
55 ],
56 },
57 }],
58 ['OS=="mac"', {
59 'variables': {
60 'isolate_dependency_tracked': [
61 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
62 '<(PRODUCT_DIR)/content_resources.pak',
63 '<(PRODUCT_DIR)/ffmpegsumo.so',
64 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin',
65 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin',
66 ],
67 'isolate_dependency_untracked': [
68 '<(PRODUCT_DIR)/Content Shell.app/',
37 ], 69 ],
38 }, 70 },
39 }], 71 }],
40 ['OS=="mac" or OS=="win"', { 72 ['OS=="mac" or OS=="win"', {
41 'variables': { 73 'variables': {
42 'command': [ 74 'command': [
43 '../testing/test_env.py', 75 '../testing/test_env.py',
44 '../tools/swarm_client/run_test_cases.py', 76 '../tools/swarm_client/run_test_cases.py',
45 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', 77 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
46 ], 78 ],
47 }, 79 },
48 }], 80 }],
49 ['OS=="mac"', {
50 'variables': {
51 'isolate_dependency_untracked': [
52 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
53 '<(PRODUCT_DIR)/content_resources.pak',
54 '<(PRODUCT_DIR)/Content Shell.app/',
55 '<(PRODUCT_DIR)/ffmpegsumo.so',
56 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin',
57 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin',
58 ],
59 },
60 }],
61 ['OS=="win"', { 81 ['OS=="win"', {
62 'variables': { 82 'variables': {
63 'isolate_dependency_tracked': [ 83 'isolate_dependency_tracked': [
64 '<(PRODUCT_DIR)/ffmpegsumo.dll', 84 '<(PRODUCT_DIR)/ffmpegsumo.dll',
85 '<(PRODUCT_DIR)/chrome_100_percent.pak',
86 '<(PRODUCT_DIR)/clearkeycdm.dll',
87 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
88 '<(PRODUCT_DIR)/content_shell.pak',
89 '<(PRODUCT_DIR)/plugins/npTestNetscapePlugIn.dll',
90 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
65 ], 91 ],
66 'isolate_dependency_untracked': [ 92 'isolate_dependency_untracked': [
67 # The two directories below are only needed for 93 # The two directories below are only needed for
68 # WorkerXHRHttpLayoutTest.Tests which are currently disabled. 94 # WorkerXHRHttpLayoutTest.Tests which are currently disabled.
69 #'../third_party/cygwin/', 95 #'../third_party/cygwin/',
70 #'../third_party/perl/perl/', 96 #'../third_party/perl/perl/',
71 '../third_party/python_26/', 97 '../third_party/python_26/',
72 '<(PRODUCT_DIR)/chrome_100_percent.pak',
73 '<(PRODUCT_DIR)/clearkeycdm.dll',
74 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
75 '<(PRODUCT_DIR)/content_shell.pak',
76 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
77 '<(PRODUCT_DIR)/plugins/npTestNetscapePlugIn.dll',
78 ], 98 ],
79 }, 99 },
80 }], 100 }],
81 ], 101 ],
82 } 102 }
OLDNEW
« no previous file with comments | « components/components_unittests.isolate ('k') | content/content_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698