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

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

Issue 2931383003: [ObjC ARC] Converts ios/chrome/browser/ui/elements:elements_internal to ARC. (Closed)
Patch Set: Created 3 years, 6 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/elements/activity_overlay_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("elements") { 5 source_set("elements") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "selector_coordinator.h", 8 "selector_coordinator.h",
9 "selector_coordinator.mm", 9 "selector_coordinator.mm",
10 "selector_picker_presentation_controller.h", 10 "selector_picker_presentation_controller.h",
(...skipping 20 matching lines...) Expand all
31 ":elements", 31 ":elements",
32 ":elements_internal", 32 ":elements_internal",
33 "//base", 33 "//base",
34 "//base/test:test_support", 34 "//base/test:test_support",
35 "//testing/gtest", 35 "//testing/gtest",
36 "//third_party/ocmock", 36 "//third_party/ocmock",
37 ] 37 ]
38 } 38 }
39 39
40 source_set("elements_internal") { 40 source_set("elements_internal") {
41 configs += [ "//build/config/compiler:enable_arc" ]
41 sources = [ 42 sources = [
42 "activity_overlay_coordinator.h", 43 "activity_overlay_coordinator.h",
43 "activity_overlay_coordinator.mm", 44 "activity_overlay_coordinator.mm",
44 "activity_overlay_view_controller.h", 45 "activity_overlay_view_controller.h",
45 "activity_overlay_view_controller.mm", 46 "activity_overlay_view_controller.mm",
46 ] 47 ]
47 deps = [ 48 deps = [
48 "//base", 49 "//base",
49 "//ios/chrome/browser", 50 "//ios/chrome/browser",
50 "//ios/chrome/browser/ui", 51 "//ios/chrome/browser/ui",
51 "//ios/chrome/browser/ui/material_components", 52 "//ios/chrome/browser/ui/material_components",
52 "//ios/third_party/material_components_ios", 53 "//ios/third_party/material_components_ios",
53 ] 54 ]
54 libs = [ "UIKit.framework" ] 55 libs = [ "UIKit.framework" ]
55 } 56 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/elements/activity_overlay_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698