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

Unified Diff: tools/web_dev_style/html_checker_test.py

Issue 2890513003: Move chrome/browser/web_dev_style/ to tools/ to use from more places (Closed)
Patch Set: . 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
Index: tools/web_dev_style/html_checker_test.py
diff --git a/chrome/browser/web_dev_style/html_checker_test.py b/tools/web_dev_style/html_checker_test.py
similarity index 98%
rename from chrome/browser/web_dev_style/html_checker_test.py
rename to tools/web_dev_style/html_checker_test.py
index bba79027a71c48ea01462aa5cc008b6bbf284914..f059f7d4dc217aa9ff80cf71d55182d416a2b90d 100755
--- a/chrome/browser/web_dev_style/html_checker_test.py
+++ b/tools/web_dev_style/html_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

Powered by Google App Engine
This is Rietveld 408576698