Skip to content

Commit

Permalink
Change python import conditions to match dawn's.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Matthew Denton <[email protected]>
Commit-Queue: Shahbaz Youssefi <[email protected]>
  • Loading branch information
Liza Burakova authored and Angle LUCI CQ committed Feb 6, 2024
1 parent cf77126 commit 98d3f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand All @@ -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.
Expand Down

0 comments on commit 98d3f32

Please sign in to comment.