blob: c1d8d1f5e6239e178e413e856cdee5b097ba6489 [file] [log] [blame]
# Copyright 2016 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("coordinator") {
sources = [
"print_coordinator.h",
"print_coordinator.mm",
]
deps = [
"//base",
"//components/strings",
"//ios/chrome/browser/shared/coordinator/chrome_coordinator",
"//ios/chrome/browser/tabs/model",
"//ios/chrome/browser/web/model/print",
"//ios/web/public",
"//net",
"//ui/base",
]
frameworks = [ "UIKit.framework" ]
}