Skip to content

Commit

Permalink
Merge pull request #1758 from brave/fix/3451-ui-dep
Browse files Browse the repository at this point in the history
Fix dependency from ui/base to brave/ui/webui/resources
  • Loading branch information
petemill authored Feb 25, 2019
2 parents 4fa50dc + 650110a commit 2e81293
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/ui-base-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 195435b5cc3a6aefc5464f9a5bd8919884783bcb..25349fd0787e0fd9c913fab16d3c646bf856f1f9 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -395,6 +395,7 @@ jumbo_component("base") {
"//base:base_static",
"//base:i18n",
"//base/third_party/dynamic_annotations",
+ "//brave/ui/webui/resources",
"//net",
"//third_party/icu",
"//third_party/zlib:zlib",

0 comments on commit 2e81293

Please sign in to comment.