Skip to content

Commit

Permalink
Temporarily change the source repository of libcxx (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim authored Oct 7, 2022
1 parent d78dae4 commit c82e17e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ vars = {
'fuchsia_git': 'https://fuchsia.googlesource.com',
'github_git': 'https://github.com',
'skia_git': 'https://skia.googlesource.com',
'llvm_git': 'https://llvm.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': 'e2ba2f5b20e0d188dbfb5d3df64aa9787ebb3f37',
Expand Down Expand Up @@ -116,10 +117,10 @@ deps = {
Var('flutter_git') + '/third_party/harfbuzz' + '@' + 'd40d15e994ed60d32bcfc9ab87004dfb028dfbd6',

'src/third_party/libcxx':
Var('fuchsia_git') + '/third_party/libcxx' + '@' + '7524ef50093a376f334a62a7e5cebf5d238d4c99',
Var('llvm_git') + '/llvm-project/libcxx' + '@' + '54c3dc7343f40254bdb069699202e6d65eda66a2',

'src/third_party/libcxxabi':
Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '74d1e602c76350f0760bf6907910e4f3a4fccffe',
Var('llvm_git') + '/llvm-project/libcxxabi' + '@' + '65a68da0f1b102574db316d326a53735b03a4574',

'src/third_party/glfw':
Var('fuchsia_git') + '/third_party/glfw' + '@' + '78e6a0063d27ed44c2c4805606309744f6fb29fc',
Expand Down

0 comments on commit c82e17e

Please sign in to comment.