| # 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("glue") { | |
| sources = [ | |
| "sync_start_util.h", | |
| "sync_start_util.mm", | |
| ] | |
| deps = [ | |
| "//base", | |
| "//components/browser_sync", | |
| "//components/sync", | |
| "//ios/chrome/browser/shared/model/application_context", | |
| "//ios/chrome/browser/shared/model/profile", | |
| "//ios/web/public", | |
| ] | |
| } |