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

Unified Diff: PRESUBMIT.py

Issue 1956893002: Added brotli enc/ and tools/ directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split large file into 2, fixed Windows build issue Created 4 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: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index eb649013fed6dc508ea515f8e0c914487c957297..0454ddea2cbb8aca86c9e510358cfbb645cf4b9c 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -689,7 +689,8 @@ def _CheckUnwantedDependencies(input_api, output_api):
changed_lines = [line for line_num, line in f.ChangedContents()]
added_includes.append([f.LocalPath(), changed_lines])
- deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
+ deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath(),
+ resolve_dotdot=True)
error_descriptions = []
warning_descriptions = []
« no previous file with comments | « DEPS ('k') | third_party/brotli/.gitignore » ('j') | third_party/brotli/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698