-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed codereview notice around brave/components/history/core/browser/…
…sources.gni
- Loading branch information
1 parent
fa0fe5f
commit 72cc7e9
Showing
2 changed files
with
5 additions
and
3 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
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") { |