Skip to content

Commit

Permalink
Remove dependency on gyp
Browse files Browse the repository at this point in the history
This removes our dependency on gyp. We migrated from gyp to gn more than
5 years ago. The only remaining dependency was on the win_tool.py script
in our Windows toolchain rules. That dependency was removed in:
flutter/buildroot@ed767ed

Bug: flutter/flutter#83043
  • Loading branch information
cbracken committed Jul 31, 2021
1 parent 9f175fd commit 923624b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,6 @@ deps = {
'src/third_party/fontconfig/src':
Var('chromium_git') + '/external/fontconfig.git' + '@' + 'c336b8471877371f0190ba06f7547c54e2b890ba',

'src/third_party/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'caa60026e223fc501e8b337fd5086ece4028b1c6',

# Headers for Vulkan 1.1
'src/third_party/vulkan':
Var('github_git') + '/KhronosGroup/Vulkan-Docs.git' + '@' + 'v1.1.91',
Expand Down

0 comments on commit 923624b

Please sign in to comment.