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

Unified Diff: PRESUBMIT.py

Issue 323873005: Update patch to new checkdeps location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | Tools/Scripts/check-blink-deps » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 29ef3efee038cf4c99fba4927a2b9fdaff6ac215..5a90885deaecb93536f7e9ecae4437bd4e490854 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -189,7 +189,7 @@ def _CheckUnwantedDependencies(input_api, output_api):
original_sys_path = sys.path
try:
sys.path = sys.path + [input_api.os_path.realpath(input_api.os_path.join(
- input_api.PresubmitLocalPath(), '..', '..', 'tools', 'checkdeps'))]
+ input_api.PresubmitLocalPath(), '..', '..', 'buildtools', 'checkdeps'))]
import checkdeps
from cpp_checker import CppChecker
from rules import Rule
« no previous file with comments | « no previous file | Tools/Scripts/check-blink-deps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698