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

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

Issue 2888173002: [ObjC ARC] Converts ios/chrome/test/app:test_support to ARC. (Closed)
Patch Set: tighten deps exclusion 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 "//ios/chrome/browser/sync", 23 "//ios/chrome/browser/sync",
24 "//ios/chrome/browser/tabs", 24 "//ios/chrome/browser/tabs",
25 "//ios/chrome/browser/ui/commands", 25 "//ios/chrome/browser/ui/commands",
26 "//ui/base", 26 "//ui/base",
27 "//ui/gfx", 27 "//ui/gfx",
28 ] 28 ]
29 libs = [ "UIKit.framework" ] 29 libs = [ "UIKit.framework" ]
30 } 30 }
31 31
32 source_set("eg_tests") { 32 source_set("eg_tests") {
33 configs += [ "//build/config/compiler:enable_arc" ]
33 testonly = true 34 testonly = true
34 sources = [ 35 sources = [
35 "sync_fake_server_egtest.mm", 36 "sync_fake_server_egtest.mm",
36 ] 37 ]
37 deps = [ 38 deps = [
38 "//base", 39 "//base",
39 "//components/bookmarks/browser", 40 "//components/bookmarks/browser",
40 "//components/browser_sync", 41 "//components/browser_sync",
41 "//components/strings", 42 "//components/strings",
42 "//components/sync", 43 "//components/sync",
43 "//ios/chrome/app/strings", 44 "//ios/chrome/app/strings",
44 "//ios/chrome/browser/bookmarks", 45 "//ios/chrome/browser/bookmarks",
45 "//ios/chrome/browser/bookmarks:bookmarks_utils", 46 "//ios/chrome/browser/bookmarks:bookmarks_utils",
46 "//ios/chrome/browser/signin", 47 "//ios/chrome/browser/signin",
47 "//ios/chrome/browser/sync", 48 "//ios/chrome/browser/sync",
48 "//ios/chrome/browser/ui/settings", 49 "//ios/chrome/browser/ui/settings",
49 "//ios/chrome/browser/ui/tools_menu", 50 "//ios/chrome/browser/ui/tools_menu",
50 "//ios/chrome/test/app:test_support", 51 "//ios/chrome/test/app:test_support",
51 "//ios/chrome/test/earl_grey:test_support", 52 "//ios/chrome/test/earl_grey:test_support",
52 "//ios/public/provider/chrome/browser/signin:test_support", 53 "//ios/public/provider/chrome/browser/signin:test_support",
53 "//ios/testing:ios_test_support", 54 "//ios/testing:ios_test_support",
54 "//ios/third_party/earl_grey", 55 "//ios/third_party/earl_grey",
55 "//ios/web/public/test/http_server", 56 "//ios/web/public/test/http_server",
56 "//net", 57 "//net",
57 "//ui/base", 58 "//ui/base",
58 "//url", 59 "//url",
59 ] 60 ]
60 libs = [ "XCTest.framework" ] 61 libs = [ "XCTest.framework" ]
61 } 62 }
OLDNEW
« no previous file with comments | « no previous file | 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