Commit 9d34bb85 authored by Tamer Tas's avatar Tamer Tas Committed by Commit Bot

Reland "[presubmit] use the correct path for third party libraries"

This is a reland of beaca8cf

Original change's description:
> [presubmit] use the correct path for third party libraries
>
> This CL ensures that presubmit script checks Torque files in third_party
> dependencies.
>
> R=szuend@chromium.org
> TBR=machenbach@chromium.org,sergiyb@chromium.org
> CC=​yangguo@chromium.org
>
> No-Try: true
> Change-Id: I9e2b193defbebe7ae85cfc5d14ce50c2ac367e9b
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1513674
> Reviewed-by: Tamer Tas <tmrts@chromium.org>
> Reviewed-by: Simon Zünd <szuend@chromium.org>
> Commit-Queue: Tamer Tas <tmrts@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#60152}

R=szuend@chromium.org
TBR=machenbach@chromium.org,sergiyb@chromium.org
CC=​yangguo@chromium.org

No-Try: true
Change-Id: Id74408fbc69cd45bd48ec06c2e4da556d384d99c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1515753
Commit-Queue: Tamer Tas <tmrts@chromium.org>
Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60178}
parent f72f3ef2
...@@ -366,7 +366,7 @@ class TorqueLintProcessor(CacheableSourceFileProcessor): ...@@ -366,7 +366,7 @@ class TorqueLintProcessor(CacheableSourceFileProcessor):
return name.endswith('.tq') return name.endswith('.tq')
def GetPathsToSearch(self): def GetPathsToSearch(self):
dirs = ['third-party', 'src'] dirs = ['third_party', 'src']
test_dirs = ['torque'] test_dirs = ['torque']
return dirs + [join('test', dir) for dir in test_dirs] return dirs + [join('test', dir) for dir in test_dirs]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment