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

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

Issue 2825023002: [ObjC ARC] Converts ios/chrome/browser/ui/alert_coordinator:alert_coordinator_internal to ARC. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/alert_coordinator/loading_alert_coordinator.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("alert_coordinator") { 5 source_set("alert_coordinator") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "action_sheet_coordinator.h", 8 "action_sheet_coordinator.h",
9 "action_sheet_coordinator.mm", 9 "action_sheet_coordinator.mm",
10 "alert_coordinator.h", 10 "alert_coordinator.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "//ios/chrome/test:test_support", 42 "//ios/chrome/test:test_support",
43 "//ios/web:test_support", 43 "//ios/web:test_support",
44 "//testing/gtest", 44 "//testing/gtest",
45 "//third_party/ocmock", 45 "//third_party/ocmock",
46 "//ui/base", 46 "//ui/base",
47 "//ui/strings", 47 "//ui/strings",
48 ] 48 ]
49 } 49 }
50 50
51 source_set("alert_coordinator_internal") { 51 source_set("alert_coordinator_internal") {
52 configs += [ "//build/config/compiler:enable_arc" ]
52 sources = [ 53 sources = [
53 "loading_alert_coordinator.h", 54 "loading_alert_coordinator.h",
54 "loading_alert_coordinator.mm", 55 "loading_alert_coordinator.mm",
55 ] 56 ]
56 deps = [ 57 deps = [
57 "//base", 58 "//base",
58 "//components/strings", 59 "//components/strings",
59 "//ios/chrome/browser", 60 "//ios/chrome/browser",
60 "//ios/chrome/browser/ui", 61 "//ios/chrome/browser/ui",
61 "//ios/chrome/browser/ui/material_components", 62 "//ios/chrome/browser/ui/material_components",
(...skipping 16 matching lines...) Expand all
78 "//components/strings", 79 "//components/strings",
79 "//ios/chrome/test/earl_grey:test_support", 80 "//ios/chrome/test/earl_grey:test_support",
80 "//ios/testing/earl_grey:earl_grey_support", 81 "//ios/testing/earl_grey:earl_grey_support",
81 "//ios/third_party/earl_grey", 82 "//ios/third_party/earl_grey",
82 ] 83 ]
83 libs = [ 84 libs = [
84 "UIKit.framework", 85 "UIKit.framework",
85 "XCTest.framework", 86 "XCTest.framework",
86 ] 87 ]
87 } 88 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/alert_coordinator/loading_alert_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698