blob: adc6a0fafb83b7dcc3eb53c9db8dd2a8ec2e9f93 [file] [log] [blame]
ehmaldonadoed8c8ed2016-11-23 12:58:35 -08001# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9python_google = [
ehmaldonadob365b802016-11-24 05:16:44 -080010 "../../tools/python/google/__init__.py",
11 "../../tools/python/google/gethash_timer.py",
12 "../../tools/python/google/httpd_config/httpd.conf",
13 "../../tools/python/google/httpd_config/httpd2.conf",
14 "../../tools/python/google/httpd_config/httpd2.pem",
15 "../../tools/python/google/httpd_config/httpd2_linux.conf",
16 "../../tools/python/google/httpd_config/httpd2_mac.conf",
17 "../../tools/python/google/httpd_config/mime.types",
18 "../../tools/python/google/httpd_config/root_ca_cert.pem",
19 "../../tools/python/google/httpd_utils.py",
20 "../../tools/python/google/logging_utils.py",
21 "../../tools/python/google/path_utils.py",
22 "../../tools/python/google/platform_utils.py",
23 "../../tools/python/google/platform_utils_linux.py",
24 "../../tools/python/google/platform_utils_mac.py",
25 "../../tools/python/google/platform_utils_win.py",
26 "../../tools/python/google/process_utils.py",
ehmaldonadoed8c8ed2016-11-23 12:58:35 -080027]