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

Unified Diff: chrome/browser/test_presubmit.py

Issue 253543002: web_dev_style: check webui browser tests as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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: chrome/browser/test_presubmit.py
diff --git a/chrome/browser/resources/test_presubmit.py b/chrome/browser/test_presubmit.py
similarity index 99%
rename from chrome/browser/resources/test_presubmit.py
rename to chrome/browser/test_presubmit.py
index 00fc207c2217d5ba5c5edaeb193312a54a46dc69..1f7e939199c08f713be9063acf8c8b465a4889e8 100755
--- a/chrome/browser/resources/test_presubmit.py
+++ b/chrome/browser/test_presubmit.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, '..', '..', 'tools')),
os.path.join(test_dir),
])
« no previous file with comments | « chrome/browser/resources/web_dev_style/js_checker.py ('k') | chrome/browser/ui/webui/downloads_ui_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698