ehmaldonado | ed8c8ed | 2016-11-23 12:58:35 -0800 | [diff] [blame] | 1 | # 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 | |
| 9 | python_google = [ |
ehmaldonado | d8ae20b | 2016-11-24 04:34:02 -0800 | [diff] [blame^] | 10 | "../../chromium/src/tools/python/google/__init__.py", |
| 11 | "../../chromium/src/tools/python/google/gethash_timer.py", |
| 12 | "../../chromium/src/tools/python/google/httpd_config/httpd.conf", |
| 13 | "../../chromium/src/tools/python/google/httpd_config/httpd2.conf", |
| 14 | "../../chromium/src/tools/python/google/httpd_config/httpd2.pem", |
| 15 | "../../chromium/src/tools/python/google/httpd_config/httpd2_linux.conf", |
| 16 | "../../chromium/src/tools/python/google/httpd_config/httpd2_mac.conf", |
| 17 | "../../chromium/src/tools/python/google/httpd_config/mime.types", |
| 18 | "../../chromium/src/tools/python/google/httpd_config/root_ca_cert.pem", |
| 19 | "../../chromium/src/tools/python/google/httpd_utils.py", |
| 20 | "../../chromium/src/tools/python/google/logging_utils.py", |
| 21 | "../../chromium/src/tools/python/google/path_utils.py", |
| 22 | "../../chromium/src/tools/python/google/platform_utils.py", |
| 23 | "../../chromium/src/tools/python/google/platform_utils_linux.py", |
| 24 | "../../chromium/src/tools/python/google/platform_utils_mac.py", |
| 25 | "../../chromium/src/tools/python/google/platform_utils_win.py", |
| 26 | "../../chromium/src/tools/python/google/process_utils.py", |
ehmaldonado | ed8c8ed | 2016-11-23 12:58:35 -0800 | [diff] [blame] | 27 | ] |