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

Side by Side Diff: ios/chrome/test/app/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 | « ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm ('k') | ios/chrome/test/app/DEPS » ('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 source_set("test_support") { 5 source_set("test_support") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 testonly = true 7 testonly = true
7 sources = [ 8 sources = [
8 "bookmarks_test_util.h", 9 "bookmarks_test_util.h",
9 "bookmarks_test_util.mm", 10 "bookmarks_test_util.mm",
10 "chrome_test_util.h", 11 "chrome_test_util.h",
11 "chrome_test_util.mm", 12 "chrome_test_util.mm",
12 "histogram_test_util.h", 13 "histogram_test_util.h",
13 "histogram_test_util.mm", 14 "histogram_test_util.mm",
14 "history_test_util.h", 15 "history_test_util.h",
15 "history_test_util.mm", 16 "history_test_util.mm",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//ios/public/provider/chrome/browser", 75 "//ios/public/provider/chrome/browser",
75 "//ios/public/provider/chrome/browser/signin:test_support", 76 "//ios/public/provider/chrome/browser/signin:test_support",
76 "//ios/testing:ios_test_support", 77 "//ios/testing:ios_test_support",
77 "//ios/web", 78 "//ios/web",
78 "//ios/web/public/test", 79 "//ios/web/public/test",
79 "//net", 80 "//net",
80 "//net:test_support", 81 "//net:test_support",
81 "//url", 82 "//url",
82 ] 83 ]
83 } 84 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm ('k') | ios/chrome/test/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698