Skip to content

Commit

Permalink
Fix dependency from ui/base to brave/ui/webui/resources
Browse files Browse the repository at this point in the history
Fix brave/brave-browser#3451
This dependency is required because a chromium_src override changes resource IDs from chromium to match resources in brave/ui/webui/resources:
https://github.com/brave/brave-core/blob/master/chromium_src/ui/base/webui/web_ui_util.cc#L7
  • Loading branch information
petemill committed Feb 22, 2019
1 parent ea02520 commit 650110a
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 650110a

Please sign in to comment.