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

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 74a31502da5f9a4458ff39e40ca0c86cf7df71d8..6c3a4d3061815bf4c9e06df533934950881e42ba 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),
])

Powered by Google App Engine
This is Rietveld 408576698