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

Unified Diff: tools-webrtc/get_landmines.py

Issue 2656553002: Moving get_landmines.py (build/ -> tools-webrtc/) (Closed)
Patch Set: Created 3 years, 11 months 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 | « DEPS ('k') | webrtc/build/get_landmines.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/get_landmines.py
diff --git a/webrtc/build/get_landmines.py b/tools-webrtc/get_landmines.py
similarity index 99%
rename from webrtc/build/get_landmines.py
rename to tools-webrtc/get_landmines.py
index 7223446f0537ffde4b3b5ecf5682422340cb68f0..beefeff170b0a48cd8c8aaf1e0d41a0f9b89e3ac 100755
--- a/webrtc/build/get_landmines.py
+++ b/tools-webrtc/get_landmines.py
@@ -16,7 +16,7 @@ import os
import sys
script_dir = os.path.dirname(os.path.realpath(__file__))
-checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
+checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir))
sys.path.insert(0, os.path.join(checkout_root, 'build'))
import landmine_utils
« no previous file with comments | « DEPS ('k') | webrtc/build/get_landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698