| 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 = []
|
|
|