Files
brave-core/patches/components-browsing_data-core-BUILD.gn.patch
Brian R. Bondy 72cadbd0c6 AIChat build flag and gn var (#31988)
* Add AI Chat build flag to components/ai_chat

* Add AI Chat build flag to browser/ui

* Add AI Chat build flag to browser/resources

* Add AI Chat build flag to chromium overrides

* Add AI Chat build flag to other components

* Add AI Chat build flag to core browser files

* Add AI Chat build flag to app and renderer

* Add AI Chat build flag to remaining files

* Set enable_ai_chat to !is_brave_origin_branded

* Review comments

Including gn_check errors in chromium_src

* Exclude ai_chat Jest tests when not enabled
2025-11-11 11:20:34 -05:00

21 lines
672 B
Diff

diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
index 752b59c8305e509799e5e9d844afd8064ddbcd33..d0e723f301e2aadfb11489cd1d60dde5b4fdc4fd 100644
--- a/components/browsing_data/core/BUILD.gn
+++ b/components/browsing_data/core/BUILD.gn
@@ -5,6 +5,7 @@
if (is_android) {
import("//build/config/android/rules.gni")
}
+import("//brave/components/browsing_data/core/sources.gni")
static_library("core") {
sources = [
@@ -49,6 +50,7 @@ static_library("core") {
"//ui/base",
]
+ public_deps = brave_components_browsing_data_core_public_deps
configs += [ "//build/config/compiler:wexit_time_destructors" ]
}