Skip to content

Commit

Permalink
Merge pull request #4504 from brave/fix-shields-android-1.5x
Browse files Browse the repository at this point in the history
Uplift fixing the build to 1.5.x (#4499 and #4505)
  • Loading branch information
bbondy authored Feb 4, 2020
2 parents d0e9473 + 918c5bb commit 8471409
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ source_set("browser_process") {
"//brave/components/brave_referrals/browser",
"//brave/components/brave_rewards/browser",
"//brave/components/brave_shields/browser",
"//brave/components/brave_shields/common",
"//brave/components/brave_wayback_machine:buildflags",
"//brave/components/brave_webtorrent/browser/buildflags",
"//brave/components/content_settings/core/browser",
Expand Down
1 change: 1 addition & 0 deletions components/brave_shields/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ source_set("browser") {
deps = [
"//base",
"//brave/components/brave_component_updater/browser",
"//brave/components/brave_shields/common",
"//brave/components/content_settings/core/browser",
"//brave/content:common",
"//brave/vendor/adblock_rust_ffi:adblock_ffi",
Expand Down
4 changes: 4 additions & 0 deletions components/brave_shields/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ source_set("common") {
"features.cc",
"features.h",
]

deps = [
"//base",
]
}
2 changes: 0 additions & 2 deletions components/brave_shields/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include "brave/components/brave_shields/common/features.h"

#include "base/feature_list.h"
#include "build/build_config.h"
#include "ui/base/ui_base_features.h"

namespace brave_shields {
namespace features {
Expand Down

0 comments on commit 8471409

Please sign in to comment.