blob: 6afa5258eb0d414b7bb5c7eb8dd6d6d8ec98b44f [file] [log] [blame]
# Copyright (c) 2018 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',
],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
'../../../bin/isolate_telemetry',
],
},
}],
['OS=="win"', {
'variables': {
'files': [
'../../../bin/isolate_telemetry.exe',
],
},
}],
]
}