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

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

Issue 2672393002: [ObjC ARC] Converts ios/chrome/browser/ui/reading_list: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/reading_list/reading_list_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("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/distillation_fail.png", 7 "resources/distillation_fail.png",
8 "resources/distillation_fail@2x.png", 8 "resources/distillation_fail@2x.png",
9 "resources/distillation_fail@3x.png", 9 "resources/distillation_fail@3x.png",
10 "resources/distillation_success.png", 10 "resources/distillation_success.png",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "//ios/chrome/browser/ui", 101 "//ios/chrome/browser/ui",
102 "//ios/chrome/browser/ui/static_content", 102 "//ios/chrome/browser/ui/static_content",
103 "//ios/web", 103 "//ios/web",
104 "//ios/web:test_support", 104 "//ios/web:test_support",
105 "//testing/gtest", 105 "//testing/gtest",
106 "//third_party/ocmock", 106 "//third_party/ocmock",
107 ] 107 ]
108 } 108 }
109 109
110 source_set("eg_tests") { 110 source_set("eg_tests") {
111 configs += [ "//build/config/compiler:enable_arc" ]
111 testonly = true 112 testonly = true
112 sources = [ 113 sources = [
113 "reading_list_egtest.mm", 114 "reading_list_egtest.mm",
114 ] 115 ]
115 deps = [ 116 deps = [
116 ":reading_list", 117 ":reading_list",
117 "//base", 118 "//base",
118 "//components/reading_list/ios", 119 "//components/reading_list/ios",
119 "//ios/chrome/app/strings", 120 "//ios/chrome/app/strings",
120 "//ios/chrome/browser/reading_list", 121 "//ios/chrome/browser/reading_list",
121 "//ios/chrome/browser/ui/commands", 122 "//ios/chrome/browser/ui/commands",
122 "//ios/chrome/test/app:test_support", 123 "//ios/chrome/test/app:test_support",
123 "//ios/chrome/test/earl_grey:test_support", 124 "//ios/chrome/test/earl_grey:test_support",
124 "//ios/testing:ios_test_support", 125 "//ios/testing:ios_test_support",
125 "//ios/third_party/earl_grey", 126 "//ios/third_party/earl_grey",
126 "//ios/third_party/material_components_ios", 127 "//ios/third_party/material_components_ios",
127 "//ios/web:test_support", 128 "//ios/web:test_support",
128 ] 129 ]
129 libs = [ 130 libs = [
130 "UIKit.framework", 131 "UIKit.framework",
131 "XCTest.framework", 132 "XCTest.framework",
132 ] 133 ]
133 } 134 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698