| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//ios/public/provider/chrome/browser/build_config.gni") | 5 import("//ios/public/provider/chrome/browser/build_config.gni") |
| 6 | 6 |
| 7 source_set("sync") { | 7 source_set("sync") { |
| 8 sources = [ | 8 sources = [ |
| 9 "sync_error_infobar_delegate.h", | 9 "sync_error_infobar_delegate.h", |
| 10 "sync_error_infobar_delegate.mm", | 10 "sync_error_infobar_delegate.mm", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "//ios/chrome/browser/bookmarks:bookmarks_utils", | 45 "//ios/chrome/browser/bookmarks:bookmarks_utils", |
| 46 "//ios/chrome/browser/signin", | 46 "//ios/chrome/browser/signin", |
| 47 "//ios/chrome/browser/sync", | 47 "//ios/chrome/browser/sync", |
| 48 "//ios/chrome/browser/ui/settings", | 48 "//ios/chrome/browser/ui/settings", |
| 49 "//ios/chrome/browser/ui/tools_menu", | 49 "//ios/chrome/browser/ui/tools_menu", |
| 50 "//ios/chrome/test/app:test_support", | 50 "//ios/chrome/test/app:test_support", |
| 51 "//ios/chrome/test/earl_grey:test_support", | 51 "//ios/chrome/test/earl_grey:test_support", |
| 52 "//ios/public/provider/chrome/browser/signin:test_support", | 52 "//ios/public/provider/chrome/browser/signin:test_support", |
| 53 "//ios/testing:ios_test_support", | 53 "//ios/testing:ios_test_support", |
| 54 "//ios/third_party/earl_grey", | 54 "//ios/third_party/earl_grey", |
| 55 "//ios/web:test_support", | 55 "//ios/web/public/test/http_server", |
| 56 "//net", | 56 "//net", |
| 57 "//ui/base", | 57 "//ui/base", |
| 58 "//url", | 58 "//url", |
| 59 ] | 59 ] |
| 60 libs = [ "XCTest.framework" ] | 60 libs = [ "XCTest.framework" ] |
| 61 } | 61 } |
| OLD | NEW |