| # 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("ios") { |
| sources = [ |
| "composebox_file_upload_observer_bridge.h", |
| "composebox_file_upload_observer_bridge.mm", |
| "composebox_image_helper_ios.h", |
| "composebox_image_helper_ios.mm", |
| "composebox_query_controller_ios.h", |
| "composebox_query_controller_ios.mm", |
| ] |
| deps = [ |
| "//base", |
| "//components/contextual_search/internal", |
| "//components/lens", |
| "//third_party/lens_server_proto:lens_overlay_proto", |
| "//ui/gfx", |
| ] |
| frameworks = [ "UIKit.framework" ] |
| } |
| |
| source_set("unit_tests") { |
| testonly = true |
| sources = [ "composebox_image_helper_ios_unittest.mm" ] |
| deps = [ |
| ":ios", |
| "//base", |
| "//components/lens", |
| "//testing/gtest", |
| "//third_party/lens_server_proto:lens_overlay_proto", |
| "//ui/gfx", |
| ] |
| frameworks = [ "UIKit.framework" ] |
| } |