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

Unified Diff: tools/copyright_scanner/copyright_scanner_unittest.py

Issue 1418513007: Move find_depot_tools.py to build/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fixes Created 5 years, 2 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 | « third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py ('k') | tools/find_depot_tools.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/copyright_scanner/copyright_scanner_unittest.py
diff --git a/tools/copyright_scanner/copyright_scanner_unittest.py b/tools/copyright_scanner/copyright_scanner_unittest.py
index 57bf8a43f20ab17c9b2839e56431e841a79fdde4..339abde00b249a6fd5dd114a0a322e7f826896d6 100755
--- a/tools/copyright_scanner/copyright_scanner_unittest.py
+++ b/tools/copyright_scanner/copyright_scanner_unittest.py
@@ -12,7 +12,7 @@ import unittest
test_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.extend([
- os.path.normpath(os.path.join(test_dir, '..', '..', 'tools')),
+ os.path.normpath(os.path.join(test_dir, '..', '..', 'build')),
os.path.join(test_dir),
])
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py ('k') | tools/find_depot_tools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698