Skip to content

Commit

Permalink
Add missing brave_generated_resources_grit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed May 14, 2019
1 parent ce93e37 commit 543be3b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ source_set("browser_process") {

deps += [
"importer",
"//brave/app:brave_generated_resources_grit",
]
}

Expand Down
1 change: 1 addition & 0 deletions browser/extensions/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ source_set("extensions") {

deps = [
"//base",
"//brave/app:brave_generated_resources_grit",
"//brave/common:pref_names",
"//brave/common/extensions/api",
"//brave/components/brave_extension:static_resources",
Expand Down
6 changes: 6 additions & 0 deletions browser/net/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ source_set("net") {
"//net",
]

if (!is_android) {
deps += [
"//brave/app:brave_generated_resources_grit",
]
}

if (enable_brave_referrals) {
sources += [
"brave_referrals_network_delegate_helper.cc",
Expand Down
1 change: 1 addition & 0 deletions browser/themes/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ source_set("themes") {

deps = [
"//base",
"//brave/app:brave_generated_resources_grit",
"//brave/common",
"//chrome/common",
"//components/prefs",
Expand Down
6 changes: 6 additions & 0 deletions browser/ui/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ source_set("ui") {
"//ui/gfx",
]

if (!is_android) {
deps += [
"//brave/app:brave_generated_resources_grit",
]
}

if (enable_extensions) {
sources += [
"brave_actions/brave_action_icon_with_badge_image_source.cc",
Expand Down
1 change: 1 addition & 0 deletions browser/widevine/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ assert(bundle_widevine_cdm || enable_widevine_cdm_component)
source_set("widevine") {
deps = [
"//base",
"//brave/app:brave_generated_resources_grit",
"//components/content_settings/core/common",
"//content/public/browser",
"//content/public/common",
Expand Down

0 comments on commit 543be3b

Please sign in to comment.