Skip to content

Commit

Permalink
Added missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed May 26, 2020
1 parent 4cc8ed0 commit 3a964ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/permissions/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2020 The Brave Authors. All rights reserved.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.

source_set("permissions") {
deps = [ "//brave/components/resources:strings" ]
}
12 changes: 12 additions & 0 deletions patches/components-permissions-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/components/permissions/BUILD.gn b/components/permissions/BUILD.gn
index 2a4eb7e3a8c106687f80656051c6a0a9e70e0ce3..1e74754c75de0b7dd5e09f5bb27e8b4c98e5ab53 100644
--- a/components/permissions/BUILD.gn
+++ b/components/permissions/BUILD.gn
@@ -55,6 +55,7 @@ source_set("permissions") {
"//ui/base",
"//url",
]
+ deps += [ "//brave/components/permissions" ]
if (is_android) {
sources += [
"android/permission_dialog_delegate.cc",

0 comments on commit 3a964ed

Please sign in to comment.