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

Unified Diff: webrtc/test/BUILD.gn

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/valgrind-webrtc/webrtc_tests.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 66220eb72b785c64ba7f158622d4999fe84d846a..a6e08abf49a8053fc6138057c0dea1583991f746 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -12,7 +12,7 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
if (rtc_use_memcheck) {
- import("//tools/valgrind-webrtc/valgrind-webrtc.gni")
+ import("//tools-webrtc/valgrind/valgrind-webrtc.gni")
}
group("test") {
« no previous file with comments | « tools/valgrind-webrtc/webrtc_tests.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698