| # 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("ui") { |
| sources = [ |
| "data_import_import_stage_transition_handler.h", |
| "import_data_item_table_view.h", |
| "import_data_item_table_view.mm", |
| ] |
| deps = [ |
| "//base", |
| "//ios/chrome/app/strings", |
| "//ios/chrome/browser/data_import/public", |
| "//ios/chrome/browser/shared/ui/elements", |
| "//ios/chrome/browser/shared/ui/symbols", |
| "//ios/chrome/browser/shared/ui/table_view:utils", |
| "//ios/chrome/browser/shared/ui/table_view/cells", |
| "//ios/chrome/browser/shared/ui/table_view/content_configuration", |
| "//ios/chrome/common/ui/colors", |
| "//ui/base", |
| "//ui/strings", |
| ] |
| frameworks = [ "UIKit.framework" ] |
| } |