[M120 Migration] Implement ewk_view_is_video_playing api
[platform/framework/web/chromium-efl.git] / third_party / googletest / DEPS
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
7 use_relative_paths = True
8
9 vars = {
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
16 deps = {
17   'src': '{chromium_git}/external/github.com/google/googletest.git@{googletest_revision}'
18 }