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

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

Issue 2680973004: [ObjC ARC] Converts ios/chrome/browser/ui/activity_services:eg_tests to ARC. (Closed)
Patch Set: 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_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 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "//ios/chrome/browser/tabs", 88 "//ios/chrome/browser/tabs",
89 "//ios/web:test_support", 89 "//ios/web:test_support",
90 "//testing/gtest", 90 "//testing/gtest",
91 "//third_party/ocmock", 91 "//third_party/ocmock",
92 "//ui/base", 92 "//ui/base",
93 "//ui/base:test_support", 93 "//ui/base:test_support",
94 ] 94 ]
95 } 95 }
96 96
97 source_set("eg_tests") { 97 source_set("eg_tests") {
98 configs += [ "//build/config/compiler:enable_arc" ]
98 testonly = true 99 testonly = true
99 sources = [ 100 sources = [
100 "activity_service_controller_egtest.mm", 101 "activity_service_controller_egtest.mm",
101 ] 102 ]
102 deps = [ 103 deps = [
103 "//base", 104 "//base",
104 "//components/strings", 105 "//components/strings",
105 "//ios/chrome/app/strings", 106 "//ios/chrome/app/strings",
106 "//ios/chrome/browser/ui", 107 "//ios/chrome/browser/ui",
107 "//ios/chrome/browser/ui:ui_internal", 108 "//ios/chrome/browser/ui:ui_internal",
108 "//ios/chrome/test/app:test_support", 109 "//ios/chrome/test/app:test_support",
109 "//ios/chrome/test/earl_grey:test_support", 110 "//ios/chrome/test/earl_grey:test_support",
110 "//ios/third_party/material_components_ios", 111 "//ios/third_party/material_components_ios",
111 "//ios/web:earl_grey_test_support", 112 "//ios/web:earl_grey_test_support",
112 "//ios/web:test_support", 113 "//ios/web:test_support",
113 "//ui/base", 114 "//ui/base",
114 ] 115 ]
115 libs = [ "XCTest.framework" ] 116 libs = [ "XCTest.framework" ]
116 } 117 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698