Skip to content

Commit

Permalink
aichat: added disk storage
Browse files Browse the repository at this point in the history
  • Loading branch information
nullhook authored and petemill committed Oct 14, 2024
1 parent 285bb8f commit 6aa4bc6
Show file tree
Hide file tree
Showing 7 changed files with 834 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/ai_chat/core/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ static_library("browser") {
sources = [
"ai_chat_credential_manager.cc",
"ai_chat_credential_manager.h",
"ai_chat_database.cc",
"ai_chat_database.h",
"ai_chat_feedback_api.cc",
"ai_chat_feedback_api.h",
"ai_chat_storage_service.cc",
"ai_chat_storage_service.h",
"ai_chat_metrics.cc",
"ai_chat_metrics.h",
"ai_chat_service.cc",
Expand Down Expand Up @@ -92,6 +96,7 @@ static_library("browser") {
"//services/data_decoder/public/cpp",
"//services/network/public/cpp",
"//services/service_manager/public/cpp",
"//sql:sql",
"//third_party/abseil-cpp:absl",
"//third_party/re2",
"//ui/base",
Expand Down Expand Up @@ -124,6 +129,7 @@ if (!is_ios) {
testonly = true
sources = [
"ai_chat_credential_manager_unittest.cc",
"ai_chat_database_unittest.cc",
"ai_chat_metrics_unittest.cc",
"ai_chat_service_unittest.cc",
"associated_content_driver_unittest.cc",
Expand Down
Loading

0 comments on commit 6aa4bc6

Please sign in to comment.