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

Side by Side Diff: content/content_unittests.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 | « content/content_browsertests.isolate ('k') | media/OWNERS » ('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 'conditions': [ 5 'conditions': [
6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
7 'variables': {
8 'isolate_dependency_tracked': [
9 '../third_party/hyphen/hyph_en_US.dic',
10 ],
11 'isolate_dependency_untracked': [
12 '../media/test/data/',
13 '../webkit/data/',
14 'test/data/',
15 ],
16 },
17 }],
18 ['OS=="android" or OS=="mac"', {
19 'variables': {
20 'isolate_dependency_tracked': [
21 '<(PRODUCT_DIR)/content_resources.pak',
22 ],
23 },
24 }],
6 ['OS=="linux"', { 25 ['OS=="linux"', {
7 'variables': { 26 'variables': {
8 'command': [ 27 'command': [
9 '../testing/xvfb.py', 28 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 29 '<(PRODUCT_DIR)',
11 '../tools/swarm_client/run_test_cases.py', 30 '../tools/swarm_client/run_test_cases.py',
12 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 31 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
13 ], 32 ],
33 'isolate_dependency_tracked': [
34 '<(PRODUCT_DIR)/libffmpegsumo.so',
35 ],
14 'isolate_dependency_untracked': [ 36 'isolate_dependency_untracked': [
15 '<(PRODUCT_DIR)/libffmpegsumo.so',
16 '<(PRODUCT_DIR)/test_data/', 37 '<(PRODUCT_DIR)/test_data/',
17 ], 38 ],
18 }, 39 },
19 }], 40 }],
20 ['OS=="linux" or OS=="mac" or OS=="win"', { 41 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': { 42 'variables': {
22 'isolate_dependency_tracked': [ 43 'isolate_dependency_tracked': [
23 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 44 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
24 ], 45 ],
25 'isolate_dependency_untracked': [
26 '../third_party/hyphen/hyph_en_US.dic',
27 '../webkit/data/',
28 'test/data/',
29 ],
30 }, 46 },
31 }], 47 }],
32 ['OS=="mac"', { 48 ['OS=="mac"', {
33 'variables': { 49 'variables': {
34 'isolate_dependency_untracked': [ 50 'isolate_dependency_tracked': [
35 '<(PRODUCT_DIR)/content_resources.pak',
36 '<(PRODUCT_DIR)/ffmpegsumo.so', 51 '<(PRODUCT_DIR)/ffmpegsumo.so',
37 ], 52 ],
38 }, 53 },
39 }], 54 }],
40 ['OS=="mac" or OS=="win"', { 55 ['OS=="mac" or OS=="win"', {
41 'variables': { 56 'variables': {
42 'command': [ 57 'command': [
43 '../testing/test_env.py', 58 '../testing/test_env.py',
44 '../tools/swarm_client/run_test_cases.py', 59 '../tools/swarm_client/run_test_cases.py',
45 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 60 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
46 ], 61 ],
47 }, 62 },
48 }], 63 }],
49 ['OS=="win"', { 64 ['OS=="win"', {
50 'variables': { 65 'variables': {
51 'isolate_dependency_untracked': [ 66 'isolate_dependency_tracked': [
52 '<(PRODUCT_DIR)/ffmpegsumo.dll', 67 '<(PRODUCT_DIR)/ffmpegsumo.dll',
53 '<(PRODUCT_DIR)/icudt.dll', 68 '<(PRODUCT_DIR)/icudt.dll',
54 ], 69 ],
55 }, 70 },
56 }], 71 }],
57 ], 72 ],
58 } 73 }
OLDNEW
« no previous file with comments | « content/content_browsertests.isolate ('k') | media/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698