Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: tools/python/google/python-google.gni

Issue 2517953007: Add python-google.gni and valgrind.gni to list all files. (Closed)
Patch Set: Add valgrind.gni Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/valgrind/valgrind.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 python_google = [
scottmg 2016/11/23 18:08:43 python_google_files or _sources or something.
6 "__init__.py",
7 "gethash_timer.py",
8 "httpd_config/httpd.conf",
9 "httpd_config/httpd2.conf",
10 "httpd_config/httpd2.pem",
11 "httpd_config/httpd2_linux.conf",
12 "httpd_config/httpd2_mac.conf",
13 "httpd_config/mime.types",
14 "httpd_config/root_ca_cert.pem",
15 "httpd_utils.py",
16 "logging_utils.py",
17 "path_utils.py",
18 "platform_utils.py",
19 "platform_utils_linux.py",
20 "platform_utils_mac.py",
21 "platform_utils_win.py",
22 "process_utils.py",
23 ]
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/valgrind.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698