blob: 662eeb0bb5c0381556573226c0446336717a4a2b [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'conditions': [
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
'../chrome/test/data/animate1.gif',
'../chrome/test/data/server-unavailable.html',
'../chrome/test/data/server-unavailable.html.mock-http-headers',
'../chrome/test/data/simple.html',
],
'isolate_dependency_untracked': [
'data/',
],
},
}],
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
],
'isolate_dependency_tracked': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_untracked': [
'../third_party/pyftpdlib/',
'../third_party/pywebsocket/',
'../third_party/tlslite/',
'<(PRODUCT_DIR)/pyproto/',
'tools/testserver/',
],
'read_only': 1,
},
}],
],
'includes': [
'../base/base.isolate',
],
}