1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 2015 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.
{
'variables': {
'files': [
'../../build/util/lib/common/',
'../../third_party/android_tools/sdk/build-tools/',
'../../third_party/android_tools/sdk/platform-tools/',
'../../third_party/appurify-python/',
'../../third_party/requests/',
'../../tools/swarming_client/',
'<(PRODUCT_DIR)/lib.java/chromium_commands.dex.jar',
'<(PRODUCT_DIR)/md5sum_bin_host',
'<(PRODUCT_DIR)/md5sum_dist/',
'devil/',
'gyp/util/',
'incremental_install/',
'lighttpd_server.py',
'pylib/',
'test_runner.py',
]
}
}
|