Implement multiple alternative services per origin.
[chromium-blink-merge.git] / chrome / sync_integration_tests.isolate
blob0b22cf6de8ab7a0fbcfff3fa115de6cbdc7a55ab
1 # Copyright 2012 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.
5   'conditions': [
6     ['use_x11==0', {
7       'variables': {
8         'command': [
9           '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
10           '--test-launcher-bot-mode',
11         ],
12       },
13     }],
14     ['use_x11==1', {
15       'variables': {
16         'command': [
17           '../testing/xvfb.py',
18           '<(PRODUCT_DIR)',
19           '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
20           '--test-launcher-bot-mode',
21         ],
22         'files': [
23           '../testing/test_env.py',
24           '../testing/xvfb.py',
25           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
26         ],
27       },
28     }],
29     ['OS=="linux"', {
30       'variables': {
31         'files': [
32           '<(PRODUCT_DIR)/libosmesa.so',
33         ],
34       },
35     }],
36     ['OS=="linux" or OS=="win"', {
37       'variables': {
38         'files': [
39           '<(PRODUCT_DIR)/chrome_100_percent.pak',
40           '<(PRODUCT_DIR)/locales/en-US.pak',
41         ],
42       },
43     }],
44     ['OS=="linux" or OS=="mac" or OS=="win"', {
45       'variables': {
46         'files': [
47           '../chrome/test/data/sync/',
48           '../net/tools/testserver/',
49           '../sync/tools/testserver/',
50           '../third_party/pyftpdlib/',
51           '../third_party/pywebsocket/',
52           '../third_party/tlslite/',
53           '<(PRODUCT_DIR)/pyproto/',
54           '<(PRODUCT_DIR)/resources.pak',
55           '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
56         ],
57       },
58     }],
59     ['OS=="mac"', {
60       'variables': {
61         'files': [
62           '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
63           '<(PRODUCT_DIR)/<(mac_product_name).app/',
64         ],
65       },
66     }],
67     ['OS=="mac" and asan==1 and fastbuild==0', {
68       'variables': {
69         'files': [
70           '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/',
71           '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
72         ],
73       },
74     }],
75     ['OS=="win"', {
76       'variables': {
77         'files': [
78           '<(PRODUCT_DIR)/chrome_elf.dll',
79         ],
80       },
81     }],
82     ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
83       'variables': {
84         'files': [
85           '<(PRODUCT_DIR)/sync_integration_tests.exe.pdb',
86         ],
87       },
88     }],
89     ['OS=="win" and target_arch=="ia32"', {
90       'variables': {
91         'files': [
92           '<(PRODUCT_DIR)/wow_helper.exe',
93         ],
94       },
95     }],
96     ['OS=="win" and kasko==1', {
97       'variables': {
98         'files': [
99           '<(PRODUCT_DIR)/kasko.dll',
100         ],
101       },
102     }],
103     ['chromeos==1', {
104       'variables': {
105         'files': [
106           '<(PRODUCT_DIR)/libexif.so',
107         ],
108       },
109     }],
110   ],
111   'includes': [
112     '../base/base.isolate',
113     '../gin/v8.isolate',
114     '../third_party/angle/angle.isolate',
115   ],