# 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. | |
import("//build/config/ios/rules.gni") | |
source_set("model") { | |
sources = [ | |
"share_file_download_tab_helper.h", | |
"share_file_download_tab_helper.mm", | |
] | |
deps = [ | |
"//base", | |
"//ios/chrome/app/strings", | |
"//ios/chrome/browser/download/model", | |
"//ios/chrome/browser/shared/public/features", | |
"//ios/web/public", | |
"//ui/base", | |
"//url", | |
] | |
} |