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

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

Issue 2891133002: [ObjC ARC] Converts ios/chrome/browser/native_app_launcher:unit_tests_internal to ARC. (Closed)
Patch Set: Created 3 years, 7 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/native_app_launcher/native_app_navigation_controller_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("native_app_launcher") { 5 source_set("native_app_launcher") {
6 sources = [ 6 sources = [
7 "ios_appstore_ids.h", 7 "ios_appstore_ids.h",
8 "ios_appstore_ids.mm", 8 "ios_appstore_ids.mm",
9 "native_app_infobar_controller.h", 9 "native_app_infobar_controller.h",
10 "native_app_infobar_controller.mm", 10 "native_app_infobar_controller.mm",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "//ios/public/provider/chrome/browser/ui", 75 "//ios/public/provider/chrome/browser/ui",
76 "//ios/web", 76 "//ios/web",
77 "//net", 77 "//net",
78 "//ui/base", 78 "//ui/base",
79 "//url", 79 "//url",
80 ] 80 ]
81 libs = [ "StoreKit.framework" ] 81 libs = [ "StoreKit.framework" ]
82 } 82 }
83 83
84 source_set("unit_tests_internal") { 84 source_set("unit_tests_internal") {
85 configs += [ "//build/config/compiler:enable_arc" ]
85 testonly = true 86 testonly = true
86 sources = [ 87 sources = [
87 "native_app_navigation_controller_unittest.mm", 88 "native_app_navigation_controller_unittest.mm",
88 "native_app_navigation_util_unittest.mm", 89 "native_app_navigation_util_unittest.mm",
89 ] 90 ]
90 deps = [ 91 deps = [
91 ":native_app_launcher", 92 ":native_app_launcher",
92 ":native_app_launcher_internal", 93 ":native_app_launcher_internal",
93 "//base", 94 "//base",
94 "//base/test:test_support", 95 "//base/test:test_support",
95 "//components/infobars/core", 96 "//components/infobars/core",
96 "//ios/chrome/browser", 97 "//ios/chrome/browser",
97 "//ios/chrome/browser/infobars:infobars", 98 "//ios/chrome/browser/infobars:infobars",
98 "//ios/chrome/browser/web:test_support", 99 "//ios/chrome/browser/web:test_support",
99 "//ios/chrome/test:test_support", 100 "//ios/chrome/test:test_support",
100 "//ios/public/provider/chrome/browser", 101 "//ios/public/provider/chrome/browser",
101 "//ios/public/provider/chrome/browser:test_support", 102 "//ios/public/provider/chrome/browser:test_support",
102 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", 103 "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
103 "//ios/public/provider/chrome/browser/signin:test_support", 104 "//ios/public/provider/chrome/browser/signin:test_support",
104 "//ios/web", 105 "//ios/web",
105 "//ios/web:test_support", 106 "//ios/web:test_support",
106 "//net:test_support", 107 "//net:test_support",
107 "//testing/gmock", 108 "//testing/gmock",
108 "//testing/gtest", 109 "//testing/gtest",
109 "//ui/base", 110 "//ui/base",
110 "//url", 111 "//url",
111 ] 112 ]
112 } 113 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698