-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor to remove brave/browser and chrome/browser dependencies outs…
…ide of ViewCounterServiceFactory
- Loading branch information
Showing
46 changed files
with
772 additions
and
654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
source_set("ntp_sponsored_images") { | ||
sources = [ | ||
"new_tab_page_branded_view_counter.cc", | ||
"new_tab_page_branded_view_counter.h", | ||
"view_counter_model.cc", | ||
"view_counter_model.h", | ||
"view_counter_service_factory.cc", | ||
"view_counter_service_factory.h", | ||
] | ||
|
||
deps = [ | ||
"//base", | ||
"//components/keyed_service/core", | ||
"//components/prefs", | ||
"//components/pref_registry", | ||
"//brave/components/brave_rewards/browser", | ||
"//brave/components/ntp_sponsored_images/browser", | ||
"//brave/common", | ||
"//brave/components/brave_ads/browser", | ||
"//chrome/common", | ||
"//content/public/browser", | ||
"//components/keyed_service/content", | ||
"//components/prefs", | ||
"//components/pref_registry", | ||
] | ||
} |
231 changes: 0 additions & 231 deletions
231
browser/ntp_sponsored_images/new_tab_page_branded_view_counter.cc
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.