| # Copyright 2025 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("model") { |
| sources = [ |
| "zero_state_suggestions_service_impl.h", |
| "zero_state_suggestions_service_impl.mm", |
| ] |
| |
| deps = [ |
| "//base", |
| "//components/optimization_guide:optimization_guide_buildflags", |
| "//components/optimization_guide/core", |
| "//components/optimization_guide/proto:optimization_guide_proto", |
| "//ios/chrome/browser/intelligence/proto_wrappers", |
| "//ios/chrome/browser/optimization_guide/model", |
| "//ios/chrome/browser/optimization_guide/mojom", |
| "//ios/chrome/browser/shared/model/profile", |
| "//ios/web/public", |
| ] |
| } |