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

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

Issue 2689533002: [ObjC ARC] Converts ios/chrome/browser/ui/activity_services:unit_tests to ARC. (Closed)
Patch Set: nit Created 3 years, 10 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/activity_services/activity_service_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 bundle_data("assets") { 5 bundle_data("assets") {
6 sources = [ 6 sources = [
7 "resources/activity_services_print.xcassets/Contents.json", 7 "resources/activity_services_print.xcassets/Contents.json",
8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json", 8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json",
9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png", 9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png",
10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png", 10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//ui/base", 65 "//ui/base",
66 "//url", 66 "//url",
67 ] 67 ]
68 libs = [ 68 libs = [
69 "MobileCoreServices.framework", 69 "MobileCoreServices.framework",
70 "UIKit.framework", 70 "UIKit.framework",
71 ] 71 ]
72 } 72 }
73 73
74 source_set("unit_tests") { 74 source_set("unit_tests") {
75 configs += [ "//build/config/compiler:enable_arc" ]
75 testonly = true 76 testonly = true
76 sources = [ 77 sources = [
77 "activity_service_controller_unittest.mm", 78 "activity_service_controller_unittest.mm",
78 "activity_type_util_unittest.mm", 79 "activity_type_util_unittest.mm",
79 "chrome_activity_item_thumbnail_generator_unittest.mm", 80 "chrome_activity_item_thumbnail_generator_unittest.mm",
80 ] 81 ]
81 deps = [ 82 deps = [
82 ":activity_services", 83 ":activity_services",
83 "//base", 84 "//base",
84 "//base/test:test_support", 85 "//base/test:test_support",
(...skipping 23 matching lines...) Expand all
108 "//ios/chrome/browser/ui:ui_internal", 109 "//ios/chrome/browser/ui:ui_internal",
109 "//ios/chrome/test/app:test_support", 110 "//ios/chrome/test/app:test_support",
110 "//ios/chrome/test/earl_grey:test_support", 111 "//ios/chrome/test/earl_grey:test_support",
111 "//ios/third_party/material_components_ios", 112 "//ios/third_party/material_components_ios",
112 "//ios/web:earl_grey_test_support", 113 "//ios/web:earl_grey_test_support",
113 "//ios/web:test_support", 114 "//ios/web:test_support",
114 "//ui/base", 115 "//ui/base",
115 ] 116 ]
116 libs = [ "XCTest.framework" ] 117 libs = [ "XCTest.framework" ]
117 } 118 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/activity_services/activity_service_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698