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

Side by Side Diff: ios/chrome/browser/tabs/BUILD.gn

Issue 2884213002: [ios] Convert //ios/chrome/browser/tabs target to ARC. (Closed)
Patch Set: Rebase 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 | no next file » | 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 source_set("tabs") { 5 source_set("tabs") {
6 sources = [ 6 sources = [
7 "legacy_tab_helper.h", 7 "legacy_tab_helper.h",
8 "tab.h", 8 "tab.h",
9 "tab_delegate.h", 9 "tab_delegate.h",
10 "tab_dialog_delegate.h", 10 "tab_dialog_delegate.h",
(...skipping 13 matching lines...) Expand all
24 deps = [ 24 deps = [
25 "//components/sessions", 25 "//components/sessions",
26 "//components/signin/ios/browser", 26 "//components/signin/ios/browser",
27 "//components/sync_sessions", 27 "//components/sync_sessions",
28 "//ios/chrome/browser/web:sad_tab_tab_helper_delegate", 28 "//ios/chrome/browser/web:sad_tab_tab_helper_delegate",
29 "//ios/net", 29 "//ios/net",
30 "//ios/web:user_agent", 30 "//ios/web:user_agent",
31 "//ui/base", 31 "//ui/base",
32 ] 32 ]
33 libs = [ "UIKit.framework" ] 33 libs = [ "UIKit.framework" ]
34 configs += [ "//build/config/compiler:enable_arc" ]
34 } 35 }
35 36
36 source_set("tabs_internal") { 37 source_set("tabs_internal") {
37 sources = [ 38 sources = [
38 "legacy_tab_helper.mm", 39 "legacy_tab_helper.mm",
39 "tab.h", 40 "tab.h",
40 "tab.mm", 41 "tab.mm",
41 "tab_helper_util.mm", 42 "tab_helper_util.mm",
42 "tab_model.mm", 43 "tab_model.mm",
43 "tab_model_closing_web_state_observer.h", 44 "tab_model_closing_web_state_observer.h",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 ":tabs", 186 ":tabs",
186 ":tabs_internal", 187 ":tabs_internal",
187 "//base", 188 "//base",
188 "//ios/chrome/browser/browser_state:test_support", 189 "//ios/chrome/browser/browser_state:test_support",
189 "//ios/chrome/browser/sessions:test_support", 190 "//ios/chrome/browser/sessions:test_support",
190 "//ios/web:test_support", 191 "//ios/web:test_support",
191 "//testing/gtest", 192 "//testing/gtest",
192 ] 193 ]
193 configs += [ "//build/config/compiler:enable_arc" ] 194 configs += [ "//build/config/compiler:enable_arc" ]
194 } 195 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698