* 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
8 lines
372 B
Plaintext
8 lines
372 B
Plaintext
# Copyright (c) 2025 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# 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_browsing_data_core_public_deps =
|
|
[ "//brave/components/ai_chat/core/common/buildflags" ]
|