Commit bf6e074f by Jamie Madill Committed by Commit Bot

Add gclient variable to checkout traces.

'checkout_angle_restricted_traces' controls if we should check out the trace tests. We can give restricted access to partners for these traces. Defaults to the same setting as 'checkout_angle_internal'. Bug: angleproject:5860 Change-Id: I36efffb180b35e11e104e2c99bc89fb4be4e0708 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2822232Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent ae99b3d5
...@@ -19,6 +19,9 @@ vars = { ...@@ -19,6 +19,9 @@ vars = {
# Only check out public sources by default. This can be overridden with custom_vars. # Only check out public sources by default. This can be overridden with custom_vars.
'checkout_angle_internal': False, 'checkout_angle_internal': False,
# Controls if we check out the restricted traces.
'checkout_angle_restricted_traces': 'checkout_angle_internal',
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'cb430282a0833b2c5c8408e6065f073487fb287a', 'chromium_revision': 'cb430282a0833b2c5c8408e6065f073487fb287a',
# We never want to checkout chromium, # We never want to checkout chromium,
...@@ -392,7 +395,7 @@ deps = { ...@@ -392,7 +395,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/among_us': { 'src/tests/restricted_traces/among_us': {
'packages': [ 'packages': [
...@@ -402,7 +405,7 @@ deps = { ...@@ -402,7 +405,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/angry_birds_2_1500': { 'src/tests/restricted_traces/angry_birds_2_1500': {
'packages': [ 'packages': [
...@@ -412,7 +415,7 @@ deps = { ...@@ -412,7 +415,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/arena_of_valor': { 'src/tests/restricted_traces/arena_of_valor': {
'packages': [ 'packages': [
...@@ -422,7 +425,7 @@ deps = { ...@@ -422,7 +425,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/asphalt_8': { 'src/tests/restricted_traces/asphalt_8': {
'packages': [ 'packages': [
...@@ -432,7 +435,7 @@ deps = { ...@@ -432,7 +435,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/avakin_life': { 'src/tests/restricted_traces/avakin_life': {
'packages': [ 'packages': [
...@@ -442,7 +445,7 @@ deps = { ...@@ -442,7 +445,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/aztec_ruins': { 'src/tests/restricted_traces/aztec_ruins': {
'packages': [ 'packages': [
...@@ -452,7 +455,7 @@ deps = { ...@@ -452,7 +455,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/brawl_stars': { 'src/tests/restricted_traces/brawl_stars': {
'packages': [ 'packages': [
...@@ -462,7 +465,7 @@ deps = { ...@@ -462,7 +465,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/bubble_shooter': { 'src/tests/restricted_traces/bubble_shooter': {
'packages': [ 'packages': [
...@@ -472,7 +475,7 @@ deps = { ...@@ -472,7 +475,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/bus_simulator_indonesia': { 'src/tests/restricted_traces/bus_simulator_indonesia': {
'packages': [ 'packages': [
...@@ -482,7 +485,7 @@ deps = { ...@@ -482,7 +485,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/call_break_offline_card_game': { 'src/tests/restricted_traces/call_break_offline_card_game': {
'packages': [ 'packages': [
...@@ -492,7 +495,7 @@ deps = { ...@@ -492,7 +495,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/candy_crush_500': { 'src/tests/restricted_traces/candy_crush_500': {
'packages': [ 'packages': [
...@@ -502,7 +505,7 @@ deps = { ...@@ -502,7 +505,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/car_parking_multiplayer': { 'src/tests/restricted_traces/car_parking_multiplayer': {
'packages': [ 'packages': [
...@@ -512,7 +515,7 @@ deps = { ...@@ -512,7 +515,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/clash_of_clans': { 'src/tests/restricted_traces/clash_of_clans': {
'packages': [ 'packages': [
...@@ -522,7 +525,7 @@ deps = { ...@@ -522,7 +525,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/clash_royale': { 'src/tests/restricted_traces/clash_royale': {
'packages': [ 'packages': [
...@@ -532,7 +535,7 @@ deps = { ...@@ -532,7 +535,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/cod_mobile': { 'src/tests/restricted_traces/cod_mobile': {
'packages': [ 'packages': [
...@@ -542,7 +545,7 @@ deps = { ...@@ -542,7 +545,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/coin_master': { 'src/tests/restricted_traces/coin_master': {
'packages': [ 'packages': [
...@@ -552,7 +555,7 @@ deps = { ...@@ -552,7 +555,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/disney_tsum_tsum': { 'src/tests/restricted_traces/disney_tsum_tsum': {
'packages': [ 'packages': [
...@@ -562,7 +565,7 @@ deps = { ...@@ -562,7 +565,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/dragon_ball_legends': { 'src/tests/restricted_traces/dragon_ball_legends': {
'packages': [ 'packages': [
...@@ -572,7 +575,7 @@ deps = { ...@@ -572,7 +575,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/dragon_raja': { 'src/tests/restricted_traces/dragon_raja': {
'packages': [ 'packages': [
...@@ -582,7 +585,7 @@ deps = { ...@@ -582,7 +585,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/efootball_pes_2021': { 'src/tests/restricted_traces/efootball_pes_2021': {
'packages': [ 'packages': [
...@@ -592,7 +595,7 @@ deps = { ...@@ -592,7 +595,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/egypt_1500': { 'src/tests/restricted_traces/egypt_1500': {
'packages': [ 'packages': [
...@@ -602,7 +605,7 @@ deps = { ...@@ -602,7 +605,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/eight_ball_pool': { 'src/tests/restricted_traces/eight_ball_pool': {
'packages': [ 'packages': [
...@@ -612,7 +615,7 @@ deps = { ...@@ -612,7 +615,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/extreme_car_driving_simulator': { 'src/tests/restricted_traces/extreme_car_driving_simulator': {
'packages': [ 'packages': [
...@@ -622,7 +625,7 @@ deps = { ...@@ -622,7 +625,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/fallout_shelter_online': { 'src/tests/restricted_traces/fallout_shelter_online': {
'packages': [ 'packages': [
...@@ -632,7 +635,7 @@ deps = { ...@@ -632,7 +635,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/fate_grand_order': { 'src/tests/restricted_traces/fate_grand_order': {
'packages': [ 'packages': [
...@@ -642,7 +645,7 @@ deps = { ...@@ -642,7 +645,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/fifa_mobile': { 'src/tests/restricted_traces/fifa_mobile': {
'packages': [ 'packages': [
...@@ -652,7 +655,7 @@ deps = { ...@@ -652,7 +655,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/free_fire': { 'src/tests/restricted_traces/free_fire': {
'packages': [ 'packages': [
...@@ -662,7 +665,7 @@ deps = { ...@@ -662,7 +665,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/google_maps': { 'src/tests/restricted_traces/google_maps': {
'packages': [ 'packages': [
...@@ -672,7 +675,7 @@ deps = { ...@@ -672,7 +675,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/happy_color': { 'src/tests/restricted_traces/happy_color': {
'packages': [ 'packages': [
...@@ -682,7 +685,7 @@ deps = { ...@@ -682,7 +685,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/hay_day': { 'src/tests/restricted_traces/hay_day': {
'packages': [ 'packages': [
...@@ -692,7 +695,7 @@ deps = { ...@@ -692,7 +695,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/hearthstone': { 'src/tests/restricted_traces/hearthstone': {
'packages': [ 'packages': [
...@@ -702,7 +705,7 @@ deps = { ...@@ -702,7 +705,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/hill_climb_racing': { 'src/tests/restricted_traces/hill_climb_racing': {
'packages': [ 'packages': [
...@@ -712,7 +715,7 @@ deps = { ...@@ -712,7 +715,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/junes_journey': { 'src/tests/restricted_traces/junes_journey': {
'packages': [ 'packages': [
...@@ -722,7 +725,7 @@ deps = { ...@@ -722,7 +725,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/kartrider_rush': { 'src/tests/restricted_traces/kartrider_rush': {
'packages': [ 'packages': [
...@@ -732,7 +735,7 @@ deps = { ...@@ -732,7 +735,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/klondike_adventures': { 'src/tests/restricted_traces/klondike_adventures': {
'packages': [ 'packages': [
...@@ -742,7 +745,7 @@ deps = { ...@@ -742,7 +745,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/league_of_legends_wild_rift': { 'src/tests/restricted_traces/league_of_legends_wild_rift': {
'packages': [ 'packages': [
...@@ -752,7 +755,7 @@ deps = { ...@@ -752,7 +755,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/lego_legacy': { 'src/tests/restricted_traces/lego_legacy': {
'packages': [ 'packages': [
...@@ -762,7 +765,7 @@ deps = { ...@@ -762,7 +765,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/lineage_m': { 'src/tests/restricted_traces/lineage_m': {
'packages': [ 'packages': [
...@@ -772,7 +775,7 @@ deps = { ...@@ -772,7 +775,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/magic_tiles_3': { 'src/tests/restricted_traces/magic_tiles_3': {
'packages': [ 'packages': [
...@@ -782,7 +785,7 @@ deps = { ...@@ -782,7 +785,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/manhattan_10': { 'src/tests/restricted_traces/manhattan_10': {
'packages': [ 'packages': [
...@@ -792,7 +795,7 @@ deps = { ...@@ -792,7 +795,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/manhattan_31': { 'src/tests/restricted_traces/manhattan_31': {
'packages': [ 'packages': [
...@@ -802,7 +805,7 @@ deps = { ...@@ -802,7 +805,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/marvel_contest_of_champions': { 'src/tests/restricted_traces/marvel_contest_of_champions': {
'packages': [ 'packages': [
...@@ -812,7 +815,7 @@ deps = { ...@@ -812,7 +815,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/messenger_lite': { 'src/tests/restricted_traces/messenger_lite': {
'packages': [ 'packages': [
...@@ -822,7 +825,7 @@ deps = { ...@@ -822,7 +825,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/minecraft': { 'src/tests/restricted_traces/minecraft': {
'packages': [ 'packages': [
...@@ -832,7 +835,7 @@ deps = { ...@@ -832,7 +835,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/mobile_legends': { 'src/tests/restricted_traces/mobile_legends': {
'packages': [ 'packages': [
...@@ -842,7 +845,7 @@ deps = { ...@@ -842,7 +845,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/nba2k20_800': { 'src/tests/restricted_traces/nba2k20_800': {
'packages': [ 'packages': [
...@@ -852,7 +855,7 @@ deps = { ...@@ -852,7 +855,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/one_punch_man': { 'src/tests/restricted_traces/one_punch_man': {
'packages': [ 'packages': [
...@@ -862,7 +865,7 @@ deps = { ...@@ -862,7 +865,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/plants_vs_zombies_2': { 'src/tests/restricted_traces/plants_vs_zombies_2': {
'packages': [ 'packages': [
...@@ -872,7 +875,7 @@ deps = { ...@@ -872,7 +875,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/professional_baseball_spirits': { 'src/tests/restricted_traces/professional_baseball_spirits': {
'packages': [ 'packages': [
...@@ -882,7 +885,7 @@ deps = { ...@@ -882,7 +885,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/pubg_mobile_lite': { 'src/tests/restricted_traces/pubg_mobile_lite': {
'packages': [ 'packages': [
...@@ -892,7 +895,7 @@ deps = { ...@@ -892,7 +895,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/ragnarok_m_eternal_love': { 'src/tests/restricted_traces/ragnarok_m_eternal_love': {
'packages': [ 'packages': [
...@@ -902,7 +905,7 @@ deps = { ...@@ -902,7 +905,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/raid_shadow_legends': { 'src/tests/restricted_traces/raid_shadow_legends': {
'packages': [ 'packages': [
...@@ -912,7 +915,7 @@ deps = { ...@@ -912,7 +915,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/real_commando_secret_mission': { 'src/tests/restricted_traces/real_commando_secret_mission': {
'packages': [ 'packages': [
...@@ -922,7 +925,7 @@ deps = { ...@@ -922,7 +925,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/real_cricket_20': { 'src/tests/restricted_traces/real_cricket_20': {
'packages': [ 'packages': [
...@@ -932,7 +935,7 @@ deps = { ...@@ -932,7 +935,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/real_gangster_crime': { 'src/tests/restricted_traces/real_gangster_crime': {
'packages': [ 'packages': [
...@@ -942,7 +945,7 @@ deps = { ...@@ -942,7 +945,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/rise_of_kingdoms': { 'src/tests/restricted_traces/rise_of_kingdoms': {
'packages': [ 'packages': [
...@@ -952,7 +955,7 @@ deps = { ...@@ -952,7 +955,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/romancing_saga': { 'src/tests/restricted_traces/romancing_saga': {
'packages': [ 'packages': [
...@@ -962,7 +965,7 @@ deps = { ...@@ -962,7 +965,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/rope_hero_vice_town': { 'src/tests/restricted_traces/rope_hero_vice_town': {
'packages': [ 'packages': [
...@@ -972,7 +975,7 @@ deps = { ...@@ -972,7 +975,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/saint_seiya_awakening': { 'src/tests/restricted_traces/saint_seiya_awakening': {
'packages': [ 'packages': [
...@@ -982,7 +985,7 @@ deps = { ...@@ -982,7 +985,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/shadow_fight_2': { 'src/tests/restricted_traces/shadow_fight_2': {
'packages': [ 'packages': [
...@@ -992,7 +995,7 @@ deps = { ...@@ -992,7 +995,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/sniper_3d': { 'src/tests/restricted_traces/sniper_3d': {
'packages': [ 'packages': [
...@@ -1002,7 +1005,7 @@ deps = { ...@@ -1002,7 +1005,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/standoff_2': { 'src/tests/restricted_traces/standoff_2': {
'packages': [ 'packages': [
...@@ -1012,7 +1015,7 @@ deps = { ...@@ -1012,7 +1015,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/subway_surfers': { 'src/tests/restricted_traces/subway_surfers': {
'packages': [ 'packages': [
...@@ -1022,7 +1025,7 @@ deps = { ...@@ -1022,7 +1025,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/talking_tom_hero_dash': { 'src/tests/restricted_traces/talking_tom_hero_dash': {
'packages': [ 'packages': [
...@@ -1032,7 +1035,7 @@ deps = { ...@@ -1032,7 +1035,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/temple_run_2': { 'src/tests/restricted_traces/temple_run_2': {
'packages': [ 'packages': [
...@@ -1042,7 +1045,7 @@ deps = { ...@@ -1042,7 +1045,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/temple_run_300': { 'src/tests/restricted_traces/temple_run_300': {
'packages': [ 'packages': [
...@@ -1052,7 +1055,7 @@ deps = { ...@@ -1052,7 +1055,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/trex_200': { 'src/tests/restricted_traces/trex_200': {
'packages': [ 'packages': [
...@@ -1062,7 +1065,7 @@ deps = { ...@@ -1062,7 +1065,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/whatsapp': { 'src/tests/restricted_traces/whatsapp': {
'packages': [ 'packages': [
...@@ -1072,7 +1075,7 @@ deps = { ...@@ -1072,7 +1075,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/world_of_tanks_blitz': { 'src/tests/restricted_traces/world_of_tanks_blitz': {
'packages': [ 'packages': [
...@@ -1082,7 +1085,7 @@ deps = { ...@@ -1082,7 +1085,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/world_war_doh': { 'src/tests/restricted_traces/world_war_doh': {
'packages': [ 'packages': [
...@@ -1092,7 +1095,7 @@ deps = { ...@@ -1092,7 +1095,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/worms_zone_io': { 'src/tests/restricted_traces/worms_zone_io': {
'packages': [ 'packages': [
...@@ -1102,7 +1105,7 @@ deps = { ...@@ -1102,7 +1105,7 @@ deps = {
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}, },
# === ANGLE Restricted Trace Generated Code End === # === ANGLE Restricted Trace Generated Code End ===
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"src/tests/restricted_traces/.gitignore": "src/tests/restricted_traces/.gitignore":
"5a29a6b17e7f5a63f1afd18cbcec054a", "5a29a6b17e7f5a63f1afd18cbcec054a",
"src/tests/restricted_traces/gen_restricted_traces.py": "src/tests/restricted_traces/gen_restricted_traces.py":
"754de0f59746bfa03aed9b48a6e7f022", "7cc5d772c8e18a58224ab4436fc3a205",
"src/tests/restricted_traces/restricted_traces.json": "src/tests/restricted_traces/restricted_traces.json":
"b24bd80ea020fee3b2d01672ac481b40", "b24bd80ea020fee3b2d01672ac481b40",
"src/tests/restricted_traces/restricted_traces_autogen.cpp": "src/tests/restricted_traces/restricted_traces_autogen.cpp":
......
...@@ -14,7 +14,7 @@ cipd auth-login ...@@ -14,7 +14,7 @@ cipd auth-login
Add the following to ANGLE's .gclient file: Add the following to ANGLE's .gclient file:
``` ```
"custom_vars": { "custom_vars": {
"checkout_angle_internal":"True" "checkout_angle_restricted_traces": True
}, },
``` ```
Then use gclient to pull down binary files from CIPD. Then use gclient to pull down binary files from CIPD.
......
...@@ -157,7 +157,7 @@ DEPS_TEMPLATE = """\ ...@@ -157,7 +157,7 @@ DEPS_TEMPLATE = """\
}}, }},
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}}, }},
""" """
......
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