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

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

Issue 2512993002: [ObjC ARC] Converts ios/chrome/browser/sessions:sessions to ARC.Automatically generated ARCMigrat… (Closed)
Patch Set: Created 4 years, 1 month 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/sessions/ios_chrome_session_tab_helper.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 source_set("sessions") { 5 source_set("sessions") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "ios_chrome_session_tab_helper.h", 8 "ios_chrome_session_tab_helper.h",
8 "ios_chrome_session_tab_helper.mm", 9 "ios_chrome_session_tab_helper.mm",
9 "ios_chrome_tab_restore_service_client.h", 10 "ios_chrome_tab_restore_service_client.h",
10 "ios_chrome_tab_restore_service_client.mm", 11 "ios_chrome_tab_restore_service_client.mm",
11 "ios_chrome_tab_restore_service_factory.cc", 12 "ios_chrome_tab_restore_service_factory.cc",
12 "ios_chrome_tab_restore_service_factory.h", 13 "ios_chrome_tab_restore_service_factory.h",
13 ] 14 ]
14 deps = [ 15 deps = [
15 "//base", 16 "//base",
16 "//components/keyed_service/ios", 17 "//components/keyed_service/ios",
17 "//components/sessions", 18 "//components/sessions",
18 "//ios/chrome/browser", 19 "//ios/chrome/browser",
19 "//ios/chrome/browser/browser_state", 20 "//ios/chrome/browser/browser_state",
20 "//ios/public/provider/chrome/browser", 21 "//ios/public/provider/chrome/browser",
21 "//ios/web", 22 "//ios/web",
22 "//url", 23 "//url",
23 ] 24 ]
24 } 25 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/sessions/ios_chrome_session_tab_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698