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

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

Issue 2808873002: [ObjC ARC] Converts ios/chrome/browser/ui/toolbar:toolbar to ARC. (Closed)
Patch Set: feedback Created 3 years, 8 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
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/collapse.png", 7 "resources/collapse.png",
8 "resources/collapse@2x.png", 8 "resources/collapse@2x.png",
9 "resources/collapse@3x.png", 9 "resources/collapse@3x.png",
10 "resources/collapse_incognito.png", 10 "resources/collapse_incognito.png",
(...skipping 20 matching lines...) Expand all
31 "resources/toolbar_dark_newtab_incognito_active.png", 31 "resources/toolbar_dark_newtab_incognito_active.png",
32 "resources/toolbar_dark_newtab_incognito_active@2x.png", 32 "resources/toolbar_dark_newtab_incognito_active@2x.png",
33 "resources/toolbar_dark_newtab_incognito_active@3x.png", 33 "resources/toolbar_dark_newtab_incognito_active@3x.png",
34 ] 34 ]
35 outputs = [ 35 outputs = [
36 "{{bundle_resources_dir}}/{{source_file_part}}", 36 "{{bundle_resources_dir}}/{{source_file_part}}",
37 ] 37 ]
38 } 38 }
39 39
40 source_set("toolbar") { 40 source_set("toolbar") {
41 configs += [ "//build/config/compiler:enable_arc" ]
41 sources = [ 42 sources = [
42 "new_tab_button.h", 43 "new_tab_button.h",
43 "new_tab_button.mm", 44 "new_tab_button.mm",
44 "toolbar_button_tints.h", 45 "toolbar_button_tints.h",
45 "toolbar_button_tints.mm", 46 "toolbar_button_tints.mm",
46 "toolbar_controller+protected.h", 47 "toolbar_controller+protected.h",
47 "toolbar_controller.h", 48 "toolbar_controller.h",
48 "toolbar_controller.mm", 49 "toolbar_controller.mm",
49 "toolbar_controller_private.h", 50 "toolbar_controller_private.h",
50 "toolbar_model_delegate_ios.h", 51 "toolbar_model_delegate_ios.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//ios/chrome/browser/reading_list", 84 "//ios/chrome/browser/reading_list",
84 "//ios/chrome/browser/search_engines", 85 "//ios/chrome/browser/search_engines",
85 "//ios/chrome/browser/ssl", 86 "//ios/chrome/browser/ssl",
86 "//ios/chrome/browser/tabs", 87 "//ios/chrome/browser/tabs",
87 "//ios/chrome/browser/ui", 88 "//ios/chrome/browser/ui",
88 "//ios/chrome/browser/ui/colors", 89 "//ios/chrome/browser/ui/colors",
89 "//ios/chrome/browser/ui/commands", 90 "//ios/chrome/browser/ui/commands",
90 "//ios/chrome/browser/ui/fancy_ui", 91 "//ios/chrome/browser/ui/fancy_ui",
91 "//ios/chrome/browser/ui/history", 92 "//ios/chrome/browser/ui/history",
92 "//ios/chrome/browser/ui/keyboard", 93 "//ios/chrome/browser/ui/keyboard",
94 "//ios/chrome/browser/ui/popup_menu",
93 "//ios/chrome/browser/ui/qr_scanner", 95 "//ios/chrome/browser/ui/qr_scanner",
94 "//ios/chrome/browser/ui/tools_menu", 96 "//ios/chrome/browser/ui/tools_menu",
95 "//ios/chrome/browser/ui/util", 97 "//ios/chrome/browser/ui/util",
96 "//ios/chrome/browser/ui/voice", 98 "//ios/chrome/browser/ui/voice",
97 "//ios/chrome/common", 99 "//ios/chrome/common",
98 "//ios/public/provider/chrome/browser", 100 "//ios/public/provider/chrome/browser",
99 "//ios/public/provider/chrome/browser/images", 101 "//ios/public/provider/chrome/browser/images",
100 "//ios/public/provider/chrome/browser/voice", 102 "//ios/public/provider/chrome/browser/voice",
101 "//ios/shared/chrome/browser/tabs", 103 "//ios/shared/chrome/browser/tabs",
102 "//ios/shared/chrome/browser/ui/omnibox", 104 "//ios/shared/chrome/browser/ui/omnibox",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "//ios/chrome/browser/ui/tools_menu", 199 "//ios/chrome/browser/ui/tools_menu",
198 "//ios/chrome/test/app:test_support", 200 "//ios/chrome/test/app:test_support",
199 "//ios/chrome/test/earl_grey:test_support", 201 "//ios/chrome/test/earl_grey:test_support",
200 "//ios/testing/earl_grey:earl_grey_support", 202 "//ios/testing/earl_grey:earl_grey_support",
201 "//ios/third_party/earl_grey", 203 "//ios/third_party/earl_grey",
202 "//ios/web:test_support", 204 "//ios/web:test_support",
203 "//ui/base", 205 "//ui/base",
204 ] 206 ]
205 libs = [ "XCTest.framework" ] 207 libs = [ "XCTest.framework" ]
206 } 208 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/toolbar/DEPS » ('j') | ios/chrome/browser/ui/toolbar/toolbar_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698