Commit 84f45f10 by Cody Northrop Committed by Commit Bot

Use checkout_angle_internal for non-public files

The previous flag was too broad, pulling all Chromium internal files. We only need one repository. Bug: angleproject:3630 Bug: chromium:1032708 Change-Id: I8aac322e2f748570432be27f2981f927bd264fce Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1969735Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent abc8f277
......@@ -16,9 +16,7 @@ vars = {
'build_with_chromium': False,
# Only check out public sources by default. This can be overridden with custom_vars.
# We overload Chromium's 'src-internal' for simplicity.
# TOOD(ynovikov): Use checkout_angle_internal custom variable instead.
'checkout_src_internal': False,
'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'e1633af636fa3bc0bf93ccaf5ccc1c9691439703',
......@@ -103,7 +101,7 @@ deps = {
# Closed-source OpenGL ES 1.1 Conformance tests.
'third_party/gles1_conform': {
'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e',
'condition': 'checkout_src_internal',
'condition': 'checkout_angle_internal',
},
# glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing.
......
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