| # 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. | |
| import("//ios/build/config.gni") | |
| source_set("download") { | |
| deps = [ | |
| "//base", | |
| "//ui/base", | |
| ] | |
| sources = [ | |
| "crw_web_view_download.h", | |
| "download_controller.h", | |
| "download_controller_delegate.h", | |
| "download_task.h", | |
| "download_task_observer.h", | |
| "download_task_observer_bridge.h", | |
| ] | |
| frameworks = [ "Foundation.framework" ] | |
| } |