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

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

Issue 2852713002: Revert of [ObjC ARC] Converts ios/chrome/browser/ui/toolbar:toolbar to ARC. (Closed)
Patch Set: Created 3 years, 7 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/toolbar/DEPS » ('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/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" ]
42 sources = [ 41 sources = [
43 "new_tab_button.h", 42 "new_tab_button.h",
44 "new_tab_button.mm", 43 "new_tab_button.mm",
45 "toolbar_button_tints.h", 44 "toolbar_button_tints.h",
46 "toolbar_button_tints.mm", 45 "toolbar_button_tints.mm",
47 "toolbar_controller+protected.h", 46 "toolbar_controller+protected.h",
48 "toolbar_controller.h", 47 "toolbar_controller.h",
49 "toolbar_controller.mm", 48 "toolbar_controller.mm",
50 "toolbar_controller_private.h", 49 "toolbar_controller_private.h",
51 "toolbar_model_delegate_ios.h", 50 "toolbar_model_delegate_ios.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "//ios/chrome/browser/reading_list", 83 "//ios/chrome/browser/reading_list",
85 "//ios/chrome/browser/search_engines", 84 "//ios/chrome/browser/search_engines",
86 "//ios/chrome/browser/ssl", 85 "//ios/chrome/browser/ssl",
87 "//ios/chrome/browser/tabs", 86 "//ios/chrome/browser/tabs",
88 "//ios/chrome/browser/ui", 87 "//ios/chrome/browser/ui",
89 "//ios/chrome/browser/ui/colors", 88 "//ios/chrome/browser/ui/colors",
90 "//ios/chrome/browser/ui/commands", 89 "//ios/chrome/browser/ui/commands",
91 "//ios/chrome/browser/ui/fancy_ui", 90 "//ios/chrome/browser/ui/fancy_ui",
92 "//ios/chrome/browser/ui/history", 91 "//ios/chrome/browser/ui/history",
93 "//ios/chrome/browser/ui/keyboard", 92 "//ios/chrome/browser/ui/keyboard",
94 "//ios/chrome/browser/ui/popup_menu",
95 "//ios/chrome/browser/ui/qr_scanner", 93 "//ios/chrome/browser/ui/qr_scanner",
96 "//ios/chrome/browser/ui/tools_menu", 94 "//ios/chrome/browser/ui/tools_menu",
97 "//ios/chrome/browser/ui/util", 95 "//ios/chrome/browser/ui/util",
98 "//ios/chrome/browser/ui/voice", 96 "//ios/chrome/browser/ui/voice",
99 "//ios/chrome/common", 97 "//ios/chrome/common",
100 "//ios/public/provider/chrome/browser", 98 "//ios/public/provider/chrome/browser",
101 "//ios/public/provider/chrome/browser/images", 99 "//ios/public/provider/chrome/browser/images",
102 "//ios/public/provider/chrome/browser/voice", 100 "//ios/public/provider/chrome/browser/voice",
103 "//ios/shared/chrome/browser/tabs", 101 "//ios/shared/chrome/browser/tabs",
104 "//ios/shared/chrome/browser/ui/omnibox", 102 "//ios/shared/chrome/browser/ui/omnibox",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "//ios/chrome/browser/ui/tools_menu", 197 "//ios/chrome/browser/ui/tools_menu",
200 "//ios/chrome/test/app:test_support", 198 "//ios/chrome/test/app:test_support",
201 "//ios/chrome/test/earl_grey:test_support", 199 "//ios/chrome/test/earl_grey:test_support",
202 "//ios/testing/earl_grey:earl_grey_support", 200 "//ios/testing/earl_grey:earl_grey_support",
203 "//ios/third_party/earl_grey", 201 "//ios/third_party/earl_grey",
204 "//ios/web:test_support", 202 "//ios/web:test_support",
205 "//ui/base", 203 "//ui/base",
206 ] 204 ]
207 libs = [ "XCTest.framework" ] 205 libs = [ "XCTest.framework" ]
208 } 206 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/toolbar/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698