blob: 4ec70b73708860defa4299fc1a4c11b0079c3383 [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',
'create_pagesets.isolate',
],
'conditions': [
['OS=="linux" or OS=="win"', {
'variables': {
'files': [
'../../../bin/create_pagesets_on_workers',
'py.isolate',
'create_pagesets.isolate',
]},
}],
]
}