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

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

Issue 2528893002: Modify the paths of the resource files to point to chromium/src/tools/... (Closed)
Patch Set: 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-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
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 "../../chromium/src/tools/python/google/__init__.py",
11 "../../tools/python/google/gethash_timer.py", 11 "../../chromium/src/tools/python/google/gethash_timer.py",
12 "../../tools/python/google/httpd_config/httpd.conf", 12 "../../chromium/src/tools/python/google/httpd_config/httpd.conf",
13 "../../tools/python/google/httpd_config/httpd2.conf", 13 "../../chromium/src/tools/python/google/httpd_config/httpd2.conf",
14 "../../tools/python/google/httpd_config/httpd2.pem", 14 "../../chromium/src/tools/python/google/httpd_config/httpd2.pem",
15 "../../tools/python/google/httpd_config/httpd2_linux.conf", 15 "../../chromium/src/tools/python/google/httpd_config/httpd2_linux.conf",
16 "../../tools/python/google/httpd_config/httpd2_mac.conf", 16 "../../chromium/src/tools/python/google/httpd_config/httpd2_mac.conf",
17 "../../tools/python/google/httpd_config/mime.types", 17 "../../chromium/src/tools/python/google/httpd_config/mime.types",
18 "../../tools/python/google/httpd_config/root_ca_cert.pem", 18 "../../chromium/src/tools/python/google/httpd_config/root_ca_cert.pem",
19 "../../tools/python/google/httpd_utils.py", 19 "../../chromium/src/tools/python/google/httpd_utils.py",
20 "../../tools/python/google/logging_utils.py", 20 "../../chromium/src/tools/python/google/logging_utils.py",
21 "../../tools/python/google/path_utils.py", 21 "../../chromium/src/tools/python/google/path_utils.py",
22 "../../tools/python/google/platform_utils.py", 22 "../../chromium/src/tools/python/google/platform_utils.py",
23 "../../tools/python/google/platform_utils_linux.py", 23 "../../chromium/src/tools/python/google/platform_utils_linux.py",
24 "../../tools/python/google/platform_utils_mac.py", 24 "../../chromium/src/tools/python/google/platform_utils_mac.py",
25 "../../tools/python/google/platform_utils_win.py", 25 "../../chromium/src/tools/python/google/platform_utils_win.py",
26 "../../tools/python/google/process_utils.py", 26 "../../chromium/src/tools/python/google/process_utils.py",
27 ] 27 ]
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind-webrtc/valgrind.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698