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

Side by Side Diff: ios/chrome/browser/ssl/BUILD.gn

Issue 2514833002: [ObjC ARC] Converts ios/chrome/browser/ssl:unit_tests to ARC.Automatically generated ARCMigrate c… (Closed)
Patch Set: Created 4 years, 1 month 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/ssl/ios_ssl_error_handler_unittest.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 source_set("ssl") { 5 source_set("ssl") {
6 sources = [ 6 sources = [
7 "ios_security_state_tab_helper.h", 7 "ios_security_state_tab_helper.h",
8 "ios_security_state_tab_helper.mm", 8 "ios_security_state_tab_helper.mm",
9 "ios_ssl_blocking_page.h", 9 "ios_ssl_blocking_page.h",
10 "ios_ssl_blocking_page.mm", 10 "ios_ssl_blocking_page.mm",
(...skipping 10 matching lines...) Expand all
21 "//ios/chrome/browser/interstitials", 21 "//ios/chrome/browser/interstitials",
22 "//ios/public/provider/chrome/browser", 22 "//ios/public/provider/chrome/browser",
23 "//ios/web", 23 "//ios/web",
24 "//net", 24 "//net",
25 "//ui/base", 25 "//ui/base",
26 "//url", 26 "//url",
27 ] 27 ]
28 } 28 }
29 29
30 source_set("unit_tests") { 30 source_set("unit_tests") {
31 configs += [ "//build/config/compiler:enable_arc" ]
31 testonly = true 32 testonly = true
32 sources = [ 33 sources = [
33 "ios_ssl_error_handler_unittest.mm", 34 "ios_ssl_error_handler_unittest.mm",
34 ] 35 ]
35 deps = [ 36 deps = [
36 ":ssl", 37 ":ssl",
37 "//ios/chrome/browser/browser_state:test_support", 38 "//ios/chrome/browser/browser_state:test_support",
38 "//ios/web", 39 "//ios/web",
39 "//ios/web:test_support", 40 "//ios/web:test_support",
40 "//net", 41 "//net",
41 "//net:test_support", 42 "//net:test_support",
42 ] 43 ]
43 } 44 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698