Skip to content

Commit

Permalink
Roll ANGLE to acdec48addfdff315efff293be0d5e2e37e8e560 (flutter#32785)
Browse files Browse the repository at this point in the history
This rolls approximately one year's worth of ANGLE commits, and gets us
caught up to tip of tree.

This also updates the licence tool to handle ANGLE adding a second
third_party directory:
* third_party/angle/src/third_party: third-party code used by ANGLE.
* third_party/angle/third_party: forwarding targets for non-shipping
  tooling.

Issue: flutter/flutter#102117
  • Loading branch information
cbracken authored Apr 20, 2022
1 parent 584393a commit 47af169
Show file tree
Hide file tree
Showing 5 changed files with 866 additions and 555 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ deps = {
Var('swiftshader_git') + '/SwiftShader.git' + '@' + 'd4130e9ac3675dadbec8442dc2310a80ea4ddfb2',

'src/third_party/angle':
Var('github_git') + '/google/angle.git' + '@' + '90d18b0391065b7ecc556ccfce1201aa6392e22d',
Var('github_git') + '/google/angle.git' + '@' + 'acdec48addfdff315efff293be0d5e2e37e8e560',

'src/third_party/angle/third_party/vulkan-deps/vulkan-headers/src':
Var('fuchsia_git') + '/third_party/Vulkan-Headers.git' + '@' + '5de4e8fab88ef0bd6994d9ddbcc864e3179b9e79',
Expand Down
Empty file modified ci/licenses_golden/licenses_flutter
100755 → 100644
Empty file.
Loading

0 comments on commit 47af169

Please sign in to comment.