xref: /aosp_15_r20/external/cronet/third_party/googletest/DEPS (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# This file is a dummy used so that non-Chromium clients can specify
2# recursive DEPS. Otherwise the clients would need to nest DEPS inside
3# each other. Nested DEPS are not supported by gclient.
4#
5# Clients *must* specify googletest_revision when using this DEPS file.
6
7use_relative_paths = True
8
9vars = {
10  'chromium_git': 'https://chromium.googlesource.com',
11
12  # We must specify a dummy variable here for recursedeps to work.
13  'googletest_revision': 'master',
14}
15
16deps = {
17  'src': '{chromium_git}/external/github.com/google/googletest.git@{googletest_revision}'
18}
19