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

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

Issue 2664233004: [ObjC ARC] Converts ios/chrome/browser/ui/find_bar:find_bar to ARC. (Closed)
Patch Set: reorder keywords 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_bar_controller_ios.h » ('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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "resources/find_prev_pressed_incognito.png", 51 "resources/find_prev_pressed_incognito.png",
52 "resources/find_prev_pressed_incognito@2x.png", 52 "resources/find_prev_pressed_incognito@2x.png",
53 "resources/find_prev_pressed_incognito@3x.png", 53 "resources/find_prev_pressed_incognito@3x.png",
54 ] 54 ]
55 outputs = [ 55 outputs = [
56 "{{bundle_resources_dir}}/{{source_file_part}}", 56 "{{bundle_resources_dir}}/{{source_file_part}}",
57 ] 57 ]
58 } 58 }
59 59
60 source_set("find_bar") { 60 source_set("find_bar") {
61 configs += [ "//build/config/compiler:enable_arc" ]
61 sources = [ 62 sources = [
62 "find_bar_controller_ios.h", 63 "find_bar_controller_ios.h",
63 "find_bar_controller_ios.mm", 64 "find_bar_controller_ios.mm",
64 "find_bar_touch_forwarding_view.h", 65 "find_bar_touch_forwarding_view.h",
65 "find_bar_touch_forwarding_view.mm", 66 "find_bar_touch_forwarding_view.mm",
66 "find_bar_view.h", 67 "find_bar_view.h",
67 "find_bar_view.mm", 68 "find_bar_view.mm",
68 ] 69 ]
69 deps = [ 70 deps = [
70 ":resources", 71 ":resources",
(...skipping 24 matching lines...) Expand all
95 "//ios/chrome/browser/find_in_page", 96 "//ios/chrome/browser/find_in_page",
96 "//ios/chrome/browser/ui/tools_menu", 97 "//ios/chrome/browser/ui/tools_menu",
97 "//ios/chrome/test/app:test_support", 98 "//ios/chrome/test/app:test_support",
98 "//ios/chrome/test/earl_grey:test_support", 99 "//ios/chrome/test/earl_grey:test_support",
99 "//ios/testing:ios_test_support", 100 "//ios/testing:ios_test_support",
100 "//ios/web:test_support", 101 "//ios/web:test_support",
101 "//ui/base", 102 "//ui/base",
102 ] 103 ]
103 libs = [ "XCTest.framework" ] 104 libs = [ "XCTest.framework" ]
104 } 105 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/find_bar/find_bar_controller_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698