| # Copyright 2017 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 = [ |
| "net_export_tab_helper.h", |
| "net_export_tab_helper.mm", |
| "net_export_tab_helper_delegate.h", |
| "show_mail_composer_context.h", |
| "show_mail_composer_context.mm", |
| ] |
| public_deps = [ "//ios/web/public" ] |
| deps = [ "//base" ] |
| } |
| |
| source_set("unit_tests") { |
| testonly = true |
| sources = [ "net_export_tab_helper_unittest.mm" ] |
| deps = [ |
| ":model", |
| "//base", |
| "//components/strings", |
| "//ios/chrome/browser/shared/model/profile/test", |
| "//ios/web/public/test", |
| "//testing/gtest", |
| ] |
| } |