From 98d3f32722d7f73abeb182ad94150aa39ea76a9f Mon Sep 17 00:00:00 2001 From: Liza Burakova Date: Thu, 1 Feb 2024 20:36:37 +0000 Subject: [PATCH] Change python import conditions to match dawn's. This change modifies the import conditions for jinja2 as it's required by dawn, as well as markupsafe's conditions as it's required by jinja2. Bug: angleproject:8477 Change-Id: I52ed73d14ac0d8d1a077c1c6cc05d3de066ebcf7 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5259980 Reviewed-by: Geoff Lang Reviewed-by: Matthew Denton Commit-Queue: Shahbaz Youssefi --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 0cf3547c6d7..7ea27822fac 100644 --- a/DEPS +++ b/DEPS @@ -761,7 +761,7 @@ deps = { 'third_party/jinja2': { 'url': Var('chromium_git') + '/chromium/src/third_party/jinja2@e2d024354e11cc6b041b0cff032d73f0c7e43a07', - 'condition': 'checkout_android and not build_with_chromium', + 'condition': 'not build_with_chromium', }, 'third_party/jsoncpp': { @@ -786,7 +786,7 @@ deps = { 'third_party/markupsafe': { 'url': Var('chromium_git') + '/chromium/src/third_party/markupsafe@0bad08bb207bbfc1d6f3bbc82b9242b0c50e5794', - 'condition': 'checkout_android and not build_with_chromium', + 'condition': 'not build_with_chromium', }, # We use the upstream/main branch.