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

Side by Side Diff: ios/chrome/common/app_group/BUILD.gn

Issue 2513673003: [ObjC ARC] Converts ios/chrome/common/app_group:app_group to ARC.Automatically generated ARCMigra… (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/common/app_group/app_group_constants.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/ios/ios_sdk.gni") 5 import("//build/config/ios/ios_sdk.gni")
6 6
7 source_set("app_group") { 7 source_set("app_group") {
8 configs += [ "//build/config/compiler:enable_arc" ]
8 sources = [ 9 sources = [
9 "app_group_constants.h", 10 "app_group_constants.h",
10 "app_group_constants.mm", 11 "app_group_constants.mm",
11 "app_group_metrics.h", 12 "app_group_metrics.h",
12 "app_group_metrics.mm", 13 "app_group_metrics.mm",
13 ] 14 ]
14 15
15 deps = [ 16 deps = [
16 "//base", 17 "//base",
17 "//components/version_info", 18 "//components/version_info",
(...skipping 20 matching lines...) Expand all
38 sources = [ 39 sources = [
39 "app_group_metrics_mainapp.h", 40 "app_group_metrics_mainapp.h",
40 "app_group_metrics_mainapp.mm", 41 "app_group_metrics_mainapp.mm",
41 ] 42 ]
42 43
43 deps = [ 44 deps = [
44 ":app_group", 45 ":app_group",
45 "//base", 46 "//base",
46 ] 47 ]
47 } 48 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/common/app_group/app_group_constants.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698