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

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

Issue 2596813002: Remove ChromeBrowserProvider::CreateInfoBarView() method. (Closed)
Patch Set: Created 4 years 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
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",
11 "native_app_infobar_delegate.h", 11 "native_app_infobar_delegate.h",
12 "native_app_infobar_delegate.mm", 12 "native_app_infobar_delegate.mm",
13 "native_app_navigation_controller_protocol.h", 13 "native_app_navigation_controller_protocol.h",
14 ] 14 ]
15 deps = [ 15 deps = [
16 "//base", 16 "//base",
17 "//components/infobars/core", 17 "//components/infobars/core",
18 "//ios/chrome/app/strings", 18 "//ios/chrome/app/strings",
19 "//ios/chrome/browser/infobars", 19 "//ios/chrome/browser/infobars",
20 "//ios/public/provider/chrome/browser", 20 "//ios/chrome/browser/ui/infobars",
21 "//ios/public/provider/chrome/browser/native_app_launcher", 21 "//ios/public/provider/chrome/browser/native_app_launcher",
22 "//ios/public/provider/chrome/browser/ui",
23 "//ui/base", 22 "//ui/base",
24 "//url", 23 "//url",
25 ] 24 ]
26 } 25 }
27 26
28 source_set("unit_tests") { 27 source_set("unit_tests") {
29 configs += [ "//build/config/compiler:enable_arc" ] 28 configs += [ "//build/config/compiler:enable_arc" ]
30 testonly = true 29 testonly = true
31 sources = [ 30 sources = [
32 "native_app_infobar_controller_unittest.mm", 31 "native_app_infobar_controller_unittest.mm",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", 93 "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
95 "//ios/public/provider/chrome/browser/signin:test_support", 94 "//ios/public/provider/chrome/browser/signin:test_support",
96 "//ios/web", 95 "//ios/web",
97 "//ios/web:test_support", 96 "//ios/web:test_support",
98 "//net:test_support", 97 "//net:test_support",
99 "//testing/gmock", 98 "//testing/gmock",
100 "//testing/gtest", 99 "//testing/gtest",
101 "//url", 100 "//url",
102 ] 101 ]
103 } 102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698