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

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

Issue 2510033004: Add rtc_use_memcheck flag, update MB and GN to handle it, and add gni files listing the runtime deps (Closed)
Patch Set: Fixed android and added unittest. 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 | « tools/mb/mb_unittest.py ('k') | tools/valgrind-webrtc/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 (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 = [
10 "../../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",
27 ]
OLDNEW
« no previous file with comments | « tools/mb/mb_unittest.py ('k') | tools/valgrind-webrtc/valgrind.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698