blob: f83d6fe8af3d1bfd86507162683c4e4834f8051a [file] [log] [blame]
# 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("webui") {
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",
]
deps = [
"//base",
"//ios/web",
]
configs += [ "//build/config/compiler:enable_arc" ]
}
source_set("unit_tests") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [ "net_export_tab_helper_unittest.mm" ]
deps = [
":webui",
"//base",
"//components/strings",
"//ios/chrome/browser/shared/model/browser_state:test_support",
"//ios/web",
"//ios/web/public/test",
"//testing/gtest",
]
}