Skip to content

Commit

Permalink
Fixed codereview notice around brave/components/history/core/browser/…
Browse files Browse the repository at this point in the history
…sources.gni
  • Loading branch information
AlexeyBarabash committed Oct 16, 2023
1 parent fa0fe5f commit 72cc7e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.

brave_components_history_core_browser_sync_sources = [
brave_components_history_core_browser_sources = [
"//brave/components/history/core/browser/sync/brave_history_delete_directives_model_type_controller.cc",
"//brave/components/history/core/browser/sync/brave_history_delete_directives_model_type_controller.h",
"//brave/components/history/core/browser/sync/brave_history_model_type_controller.cc",
"//brave/components/history/core/browser/sync/brave_history_model_type_controller.h",
]

brave_components_history_core_browser_deps = []
4 changes: 2 additions & 2 deletions patches/components-history-core-browser-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index fcd97b996f10aca76a8406fc4058ce69355ca87e..30e37c1586ee129a57d7db17cf9a7f913d75b8cf 100644
index fcd97b996f10aca76a8406fc4058ce69355ca87e..5e64c0d27c4f9473eed3b077685b907d17149075 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -157,6 +157,7 @@ static_library("browser") {
"android/visit_sql_handler.h",
]
}
+ import("//brave/components/history/core/browser/sync/sources.gni") sources += brave_components_history_core_browser_sync_sources
+ import("//brave/components/history/core/browser/sources.gni") sources += brave_components_history_core_browser_sources deps += brave_components_history_core_browser_deps
}

source_set("unit_tests") {

0 comments on commit 72cc7e9

Please sign in to comment.