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

Unified Diff: tools/web_dev_style/resource_checker_test.py

Issue 2890513003: Move chrome/browser/web_dev_style/ to tools/ to use from more places (Closed)
Patch Set: tsergeant@ review Created 3 years, 7 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 | « tools/web_dev_style/resource_checker.py ('k') | tools/web_dev_style/test_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/web_dev_style/resource_checker_test.py
diff --git a/chrome/browser/web_dev_style/resource_checker_test.py b/tools/web_dev_style/resource_checker_test.py
similarity index 96%
rename from chrome/browser/web_dev_style/resource_checker_test.py
rename to tools/web_dev_style/resource_checker_test.py
index d16f556bc9ce515fcba9f12693bde9d67c588f06..0f0abd9702c0942877789fe6f1ae2438dba3c869 100755
--- a/chrome/browser/web_dev_style/resource_checker_test.py
+++ b/tools/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, '..', '..', '..', 'build'))
+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 | « tools/web_dev_style/resource_checker.py ('k') | tools/web_dev_style/test_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698