Skip to content

Commit

Permalink
Roll Garnet (flutter#4759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Mar 9, 2018
1 parent 5bffdef commit debf82c
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 58 deletions.
5 changes: 4 additions & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ deps = {
# and not have to specific specific hashes.

'src/garnet':
Var('fuchsia_git') + '/garnet' + '@' + 'b3ba6b6d6ab8ef658278cc43c9f839a8a8d1718e',
Var('fuchsia_git') + '/garnet' + '@' + '2b62817917165fe00307b1d43b64ac2ad4fd2565',

'src/topaz':
Var('fuchsia_git') + '/topaz' + '@' + 'e331f910c1003d154a4de6e1b5356f8d785fd6ec',
Expand All @@ -135,6 +135,9 @@ deps = {
'src/third_party/gtest':
Var('fuchsia_git') + '/third_party/gtest' + '@' + 'c00f82917331efbbd27124b537e4ccc915a02b72',

'src/third_party/googletest':
Var('fuchsia_git') + '/third_party/googletest' + '@' + '2072b0053d3537fa5e8d222e34c759987aae1320',

'src/third_party/rapidjson':
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + '9defbb0209a534ffeb3a2b79d5ee440a77407292',

Expand Down
1 change: 1 addition & 0 deletions tools/licenses/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,7 @@ class RepositoryRootThirdPartyDirectory extends RepositoryGenericThirdPartyDirec
&& entry.name != 'binutils' // build-time dependency only
&& entry.name != 'instrumented_libraries' // unused according to chinmay
&& entry.name != 'android_tools' // excluded on advice
&& entry.name != 'googletest' // only used by tests
&& super.shouldRecurse(entry);
}

Expand Down
Loading

0 comments on commit debf82c

Please sign in to comment.