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

Unified Diff: chrome/browser/web_dev_style/resource_checker_test.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 | « chrome/browser/web_dev_style/js_checker_test.py ('k') | chrome/test/ispy/client/boto_bucket.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_dev_style/resource_checker_test.py
diff --git a/chrome/browser/web_dev_style/resource_checker_test.py b/chrome/browser/web_dev_style/resource_checker_test.py
index f6cb0f2fa8b0c04eaf386237c23389999ec08400..d16f556bc9ce515fcba9f12693bde9d67c588f06 100755
--- a/chrome/browser/web_dev_style/resource_checker_test.py
+++ b/chrome/browser/web_dev_style/resource_checker_test.py
@@ -11,7 +11,7 @@ import test_util
import unittest
_HERE = os_path.dirname(os_path.abspath(__file__))
-sys_path.append(os_path.join(_HERE, '..', '..', '..', 'tools'))
+sys_path.append(os_path.join(_HERE, '..', '..', '..', 'build'))
import find_depot_tools # pylint: disable=W0611
from testing_support.super_mox import SuperMoxTestBase
« no previous file with comments | « chrome/browser/web_dev_style/js_checker_test.py ('k') | chrome/test/ispy/client/boto_bucket.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698