Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Side by Side Diff: ios/chrome/browser/ui/sync/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/static_content/BUILD.gn ('k') | ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698