refactor: DEPS: remove squirrel.mac from recursedeps (#37496)

DEPS: remove squirrel.mac from recursedeps

squirrel.mac repository does not contain a gclient DEPS file, so recursing into it is useless
This commit is contained in:
Yureka 2023-03-13 22:16:23 +01:00 committed by GitHub
parent e58f0411d9
commit 82456c6915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
DEPS
View file

@ -149,5 +149,4 @@ hooks = [
recursedeps = [ recursedeps = [
'src', 'src',
'src/third_party/squirrel.mac',
] ]