blob: a94a92c4dfaa0fed269e8a58b83b722484f6df7e [file] [log] [blame]
# Copyright (c) 2019 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.
{
'includes': [
'py.isolate',
'isolate_telemetry.isolate',
'capture_archives.isolate',
],
'conditions': [
['OS=="linux" or OS=="win"', {
'variables': {
'files': [
'../../../bin/capture_archives_on_workers',
'py.isolate',
'isolate_telemetry.isolate',
'capture_archives.isolate',
]},
}],
]
}