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

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

Issue 2676253003: [ObjC ARC] Converts ios/chrome/browser/ui/find_bar: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/find_bar/find_in_page_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/find_bg@2x~ipad.png", 7 "resources/find_bg@2x~ipad.png",
8 "resources/find_bg~ipad.png", 8 "resources/find_bg~ipad.png",
9 "resources/find_close.png", 9 "resources/find_close.png",
10 "resources/find_close@2x.png", 10 "resources/find_close@2x.png",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//ios/chrome/browser/ui", 77 "//ios/chrome/browser/ui",
78 "//ios/chrome/browser/ui/commands", 78 "//ios/chrome/browser/ui/commands",
79 "//ios/third_party/material_components_ios", 79 "//ios/third_party/material_components_ios",
80 "//ui/base", 80 "//ui/base",
81 "//ui/gfx", 81 "//ui/gfx",
82 ] 82 ]
83 libs = [ "UIKit.framework" ] 83 libs = [ "UIKit.framework" ]
84 } 84 }
85 85
86 source_set("eg_tests") { 86 source_set("eg_tests") {
87 configs += [ "//build/config/compiler:enable_arc" ]
87 testonly = true 88 testonly = true
88 sources = [ 89 sources = [
89 "find_in_page_egtest.mm", 90 "find_in_page_egtest.mm",
90 ] 91 ]
91 deps = [ 92 deps = [
92 ":find_bar", 93 ":find_bar",
93 "//base", 94 "//base",
94 "//components/strings", 95 "//components/strings",
95 "//ios/chrome/app/strings", 96 "//ios/chrome/app/strings",
96 "//ios/chrome/browser/find_in_page", 97 "//ios/chrome/browser/find_in_page",
97 "//ios/chrome/browser/ui/tools_menu", 98 "//ios/chrome/browser/ui/tools_menu",
98 "//ios/chrome/test/app:test_support", 99 "//ios/chrome/test/app:test_support",
99 "//ios/chrome/test/earl_grey:test_support", 100 "//ios/chrome/test/earl_grey:test_support",
100 "//ios/testing:ios_test_support", 101 "//ios/testing:ios_test_support",
101 "//ios/web:test_support", 102 "//ios/web:test_support",
102 "//ui/base", 103 "//ui/base",
103 ] 104 ]
104 libs = [ "XCTest.framework" ] 105 libs = [ "XCTest.framework" ]
105 } 106 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698