Skip to content

Commit

Permalink
add crypto to deps and build
Browse files Browse the repository at this point in the history
  • Loading branch information
pes10k committed Dec 13, 2021
1 parent d9df4c8 commit e8b0f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/speedreader/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static_library("speedreader") {
"//components/prefs:prefs",
"//components/sessions:sessions",
"//content/public/browser",
"//crypto",
"//services/network/public/cpp",
"//services/network/public/mojom",
"//third_party/blink/public/common",
Expand Down
1 change: 1 addition & 0 deletions components/speedreader/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include_rules = [
"+components/prefs",
"+components/sessions/content",
"+content/public/browser",
"+crypto",
"+services/network/public",
"+services/network/public/cpp",
"+services/network/public/mojom",
Expand Down

0 comments on commit e8b0f37

Please sign in to comment.