blob: b8d3fab7e3334e62104475ea272f70cf53024bd2 [file] [log] [blame]
# Copyright 2022 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("tangible_sync") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"tangible_sync_screen_coordinator.h",
"tangible_sync_screen_coordinator.mm",
]
deps = [
"//base:base",
"//components/sync/service",
"//ios/chrome/browser/shared/model/browser",
"//ios/chrome/browser/shared/model/browser_state",
"//ios/chrome/browser/signin",
"//ios/chrome/browser/sync",
"//ios/chrome/browser/ui/authentication/tangible_sync",
"//ios/chrome/browser/ui/first_run:interruptible_chrome_coordinator",
"//ios/chrome/browser/ui/first_run:screen_delegate",
]
frameworks = [ "UIKit.framework" ]
}