Commit 291be9ac by Cody Northrop Committed by Commit Bot

Add DEP to pull internal capture files

To enable, add the following to your .gclient file: "custom_vars": { "checkout_angle_internal":"True", }, Bug: angleproject:3630 Change-Id: I639ba5236fc6d90060a7b50bd0942fe2d0285a25 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1949604 Commit-Queue: Cody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent 84f45f10
......@@ -78,6 +78,12 @@ deps = {
'condition': 'not build_with_chromium',
},
# Closed-source ANGLE capture files and tests
'src/tests/internal_capture_tests': {
'url': '{chrome_internal_git}/angle/angle-captures.git@e2fa6fa80de07f784da7214e933c8565ebfc34da',
'condition': 'checkout_angle_internal',
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@c1b508625d47f26cfc04eab47747a792a5ee765b',
'condition': 'not build_with_chromium',
......
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