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/+/1969735
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Cody Northrop <cnorthrop@google.com>
This commit is contained in:
Cody Northrop 2019-12-18 14:34:29 -07:00 коммит произвёл Commit Bot
Родитель abc8f27771
Коммит 84f45f105b
1 изменённых файлов: 2 добавлений и 4 удалений

6
DEPS
Просмотреть файл

@ -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.