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

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

Issue 2664993003: Converts ios/chrome/browser/native_app_launcher:native_app_launcher_internal to ARC. (Closed)
Patch Set: feedback Created 3 years, 10 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/native_app_launcher/DEPS » ('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("native_app_launcher") { 5 source_set("native_app_launcher") {
6 sources = [ 6 sources = [
7 "ios_appstore_ids.h", 7 "ios_appstore_ids.h",
8 "ios_appstore_ids.mm", 8 "ios_appstore_ids.mm",
9 "native_app_infobar_controller.h", 9 "native_app_infobar_controller.h",
10 "native_app_infobar_controller.mm", 10 "native_app_infobar_controller.mm",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//ios/web", 44 "//ios/web",
45 "//ios/web:test_support", 45 "//ios/web:test_support",
46 "//net:test_support", 46 "//net:test_support",
47 "//testing/gmock", 47 "//testing/gmock",
48 "//testing/gtest", 48 "//testing/gtest",
49 "//url", 49 "//url",
50 ] 50 ]
51 } 51 }
52 52
53 source_set("native_app_launcher_internal") { 53 source_set("native_app_launcher_internal") {
54 configs += [ "//build/config/compiler:enable_arc" ]
54 sources = [ 55 sources = [
55 "native_app_navigation_controller.h", 56 "native_app_navigation_controller.h",
56 "native_app_navigation_controller.mm", 57 "native_app_navigation_controller.mm",
57 "native_app_navigation_util.h", 58 "native_app_navigation_util.h",
58 "native_app_navigation_util.mm", 59 "native_app_navigation_util.mm",
59 ] 60 ]
60 deps = [ 61 deps = [
61 ":native_app_launcher", 62 ":native_app_launcher",
62 "//base", 63 "//base",
63 "//components/infobars/core", 64 "//components/infobars/core",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "//ios/public/provider/chrome/browser/signin:test_support", 99 "//ios/public/provider/chrome/browser/signin:test_support",
99 "//ios/web", 100 "//ios/web",
100 "//ios/web:test_support", 101 "//ios/web:test_support",
101 "//net:test_support", 102 "//net:test_support",
102 "//testing/gmock", 103 "//testing/gmock",
103 "//testing/gtest", 104 "//testing/gtest",
104 "//ui/base", 105 "//ui/base",
105 "//url", 106 "//url",
106 ] 107 ]
107 } 108 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/native_app_launcher/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698