Skip to content

Commit

Permalink
Updated dependencies for external FIPS patched repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
slightfoot committed Mar 12, 2021
1 parent 7b36cdf commit 50e1a0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'c7c4495b38eae9b40ee170baca4634a8f4beacdb',
'dart_revision': 'd051f41137a6918e4b352e490e91b7209209e0a3',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
'dart_boringssl_gen_rev': '7322fc15cc065d8d2957fccce6b62a509dc4d641',
'dart_boringssl_gen_rev': '8d4631beb4af7022b577de6493fd51131d8389ef',
'dart_boringssl_rev': '1607f54fed72c6589d560254626909a64124f091',
'dart_clock_rev': 'a494269254ba978e7ef8f192c5f7fec3fc05b9d3',
'dart_collection_rev': '9967dcd3d7645db6de48d5abfab3018bb0c84236',
Expand Down Expand Up @@ -141,13 +141,13 @@ deps = {
Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275',

'src/third_party/boringssl':
Var('github_git') + '/dart-lang/boringssl_gen.git' + '@' + Var('dart_boringssl_gen_rev'),
Var('github_git') + '/devangels/fips-boringssl_gen.git' + '@' + Var('dart_boringssl_gen_rev'),

'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('dart_boringssl_rev'),

'src/third_party/dart':
Var('dart_git') + '/sdk.git' + '@' + Var('dart_revision'),
Var('github_git') + '/devangels/fips-dart-sdk.git' + '@' + Var('dart_revision'),

# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.

Expand Down

0 comments on commit 50e1a0d

Please sign in to comment.