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

Unified Diff: Tools/Scripts/check-blink-deps

Issue 323873005: Update patch to new checkdeps location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/check-blink-deps
diff --git a/Tools/Scripts/check-blink-deps b/Tools/Scripts/check-blink-deps
index db59ac7cdde90a12c2615028f28c4bbdd658614d..e360a97489b31ff7bcf3a3e6ccef0db3fd1ae6a4 100755
--- a/Tools/Scripts/check-blink-deps
+++ b/Tools/Scripts/check-blink-deps
@@ -46,7 +46,7 @@ def main():
if not start_dir:
start_dir = os.path.join(root_dir, 'Source')
- check_deps = os.path.realpath(os.path.join(root_dir, os.pardir, os.pardir, 'tools', 'checkdeps', 'checkdeps.py'))
+ check_deps = os.path.realpath(os.path.join(root_dir, os.pardir, os.pardir, 'buildtools', 'checkdeps', 'checkdeps.py'))
subprocess.call([sys.executable, check_deps, '--root', root_dir, start_dir])
if '__main__' == __name__:
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698