OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 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 | 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 | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 python_google = [ | 9 python_google = [ |
10 "../../tools/python/google/__init__.py", | 10 "../../tools/python/google/__init__.py", |
11 "../../tools/python/google/gethash_timer.py", | 11 "../../tools/python/google/gethash_timer.py", |
12 "../../tools/python/google/httpd_config/httpd.conf", | 12 "../../tools/python/google/httpd_config/httpd.conf", |
13 "../../tools/python/google/httpd_config/httpd2.conf", | 13 "../../tools/python/google/httpd_config/httpd2.conf", |
14 "../../tools/python/google/httpd_config/httpd2.pem", | 14 "../../tools/python/google/httpd_config/httpd2.pem", |
15 "../../tools/python/google/httpd_config/httpd2_linux.conf", | 15 "../../tools/python/google/httpd_config/httpd2_linux.conf", |
16 "../../tools/python/google/httpd_config/httpd2_mac.conf", | 16 "../../tools/python/google/httpd_config/httpd2_mac.conf", |
17 "../../tools/python/google/httpd_config/mime.types", | 17 "../../tools/python/google/httpd_config/mime.types", |
18 "../../tools/python/google/httpd_config/root_ca_cert.pem", | 18 "../../tools/python/google/httpd_config/root_ca_cert.pem", |
19 "../../tools/python/google/httpd_utils.py", | 19 "../../tools/python/google/httpd_utils.py", |
20 "../../tools/python/google/logging_utils.py", | 20 "../../tools/python/google/logging_utils.py", |
21 "../../tools/python/google/path_utils.py", | 21 "../../tools/python/google/path_utils.py", |
22 "../../tools/python/google/platform_utils.py", | 22 "../../tools/python/google/platform_utils.py", |
23 "../../tools/python/google/platform_utils_linux.py", | 23 "../../tools/python/google/platform_utils_linux.py", |
24 "../../tools/python/google/platform_utils_mac.py", | 24 "../../tools/python/google/platform_utils_mac.py", |
25 "../../tools/python/google/platform_utils_win.py", | 25 "../../tools/python/google/platform_utils_win.py", |
26 "../../tools/python/google/process_utils.py", | 26 "../../tools/python/google/process_utils.py", |
27 ] | 27 ] |
OLD | NEW |