OLD | NEW |
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 sources = [ | 80 sources = [ |
81 "native_app_navigation_controller_unittest.mm", | 81 "native_app_navigation_controller_unittest.mm", |
82 ] | 82 ] |
83 deps = [ | 83 deps = [ |
84 ":native_app_launcher", | 84 ":native_app_launcher", |
85 ":native_app_launcher_internal", | 85 ":native_app_launcher_internal", |
86 "//base", | 86 "//base", |
87 "//base/test:test_support", | 87 "//base/test:test_support", |
88 "//components/infobars/core", | 88 "//components/infobars/core", |
89 "//ios/chrome/browser", | 89 "//ios/chrome/browser", |
| 90 "//ios/chrome/browser/web:test_support", |
90 "//ios/chrome/test:test_support", | 91 "//ios/chrome/test:test_support", |
91 "//ios/public/provider/chrome/browser", | 92 "//ios/public/provider/chrome/browser", |
92 "//ios/public/provider/chrome/browser:test_support", | 93 "//ios/public/provider/chrome/browser:test_support", |
93 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", | 94 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", |
94 "//ios/public/provider/chrome/browser/signin:test_support", | 95 "//ios/public/provider/chrome/browser/signin:test_support", |
95 "//ios/web", | 96 "//ios/web", |
96 "//ios/web:test_support", | 97 "//ios/web:test_support", |
97 "//net:test_support", | 98 "//net:test_support", |
98 "//testing/gmock", | 99 "//testing/gmock", |
99 "//testing/gtest", | 100 "//testing/gtest", |
100 "//url", | 101 "//url", |
101 ] | 102 ] |
102 } | 103 } |
OLD | NEW |