| # Copyright 2019 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 = [ |
| "ios_content_record_task_id.h", |
| "ios_content_record_task_id.mm", |
| "ios_task_tab_helper.h", |
| "ios_task_tab_helper.mm", |
| ] |
| public_deps = [ "//ios/web/public" ] |
| } |
| |
| source_set("unit_tests") { |
| testonly = true |
| sources = [ "ios_task_tab_helper_unittest.mm" ] |
| deps = [ |
| ":model", |
| "//ios/web/public", |
| "//ios/web/public/test", |
| "//ios/web/public/test:util", |
| "//ios/web/public/test/fakes", |
| ] |
| } |