Commit b4af0ec8 authored by Jamie Madill's avatar Jamie Madill Committed by Commit Bot

Add dummy DEPS file for googletest.

This will allow clients that use the subtree mirror to specify a
revision for GoogleTest without needing nested DEPS.

Also cleans up the gitignore for the subtree mirror so gclient
revert will work properly.

Bug: 1017514
Change-Id: I17f6e1299c62b9a4cc4b7726501a9d6cf599ac9e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877597Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709196}
parent dd817a37
...@@ -95,7 +95,6 @@ ...@@ -95,7 +95,6 @@
/google_appengine_cloudstorage /google_appengine_cloudstorage
/google_toolbox_for_mac/src /google_toolbox_for_mac/src
/googlemac /googlemac
/googletest/src
/grpc/src /grpc/src
/gson/lib/ /gson/lib/
/gvr-android-sdk/common_library.aar /gvr-android-sdk/common_library.aar
......
# This file is a dummy used so that non-Chromium clients can specify
# recursive DEPS. Otherwise the clients would need to nest DEPS inside
# each other. Nested DEPS are not supported by gclient.
#
# Clients *must* specify googletest_revision when using this DEPS file.
use_relative_paths = True
vars = {
'chromium_git': 'https://chromium.googlesource.com',
# We must specify a dummy variable here for recursedeps to work.
'googletest_revision': 'master',
}
deps = {
'src': '{chromium_git}/external/github.com/google/googletest.git@{googletest_revision}'
}
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