Skip to content

Commit

Permalink
Disable no_deps in ntp_sponsored_images target
Browse files Browse the repository at this point in the history
brave_ads components eventually has //chrome/browser dependency.
So, temporarilly disable no_deps.
  • Loading branch information
simonhong authored and petemill committed Jan 22, 2020
1 parent 43ea254 commit 0cc1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ntp_sponsored_images/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source_set("ntp_sponsored_images") {
# TODO(simonhong): Change to //chrome/*
# Currently, brave_ads component has //chrome/android dependency.
assert_no_deps = [ "//chrome/browser/*" ]
# assert_no_deps = [ "//chrome/*" ]

sources = [
"ntp_sponsored_images_component_manager.cc",
Expand Down

0 comments on commit 0cc1ecd

Please sign in to comment.