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

Unified Diff: tools-webrtc/valgrind/memcheck/PRESUBMIT.py

Issue 2578093002: Move tools/valgrind-webrtc -> tools-webrtc/valgrind (Closed)
Patch Set: Sorted presubmit pylint exclusion 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/valgrind/memcheck/OWNERS ('k') | tools-webrtc/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/valgrind/memcheck/PRESUBMIT.py
diff --git a/tools/valgrind-webrtc/memcheck/PRESUBMIT.py b/tools-webrtc/valgrind/memcheck/PRESUBMIT.py
similarity index 98%
rename from tools/valgrind-webrtc/memcheck/PRESUBMIT.py
rename to tools-webrtc/valgrind/memcheck/PRESUBMIT.py
index a5c582cb4deb3e44ed2557e675266a6d7f1b73b2..927302d7df54f1f03bb4f554a72b4837d105ae7b 100644
--- a/tools/valgrind-webrtc/memcheck/PRESUBMIT.py
+++ b/tools-webrtc/valgrind/memcheck/PRESUBMIT.py
@@ -22,8 +22,8 @@ def CheckChange(input_api, output_api):
"""Checks the memcheck suppressions files for bad data."""
# Add the path to the Chrome valgrind dir to the import path:
- tools_vg_path = os.path.join(input_api.PresubmitLocalPath(), '..', '..',
- 'valgrind')
+ tools_vg_path = os.path.join(input_api.PresubmitLocalPath(), '..', '..', '..',
+ 'tools', 'valgrind')
sys.path.append(tools_vg_path)
import suppressions
« no previous file with comments | « tools-webrtc/valgrind/memcheck/OWNERS ('k') | tools-webrtc/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698