Chromium Code Reviews| Index: ios/public/provider/chrome/browser/BUILD.gn |
| diff --git a/ios/public/provider/chrome/browser/BUILD.gn b/ios/public/provider/chrome/browser/BUILD.gn |
| index a0b4224f79e40a08c779e7673f9650b49555258c..6009773c4228ed102294b6b667853c476e063541 100644 |
| --- a/ios/public/provider/chrome/browser/BUILD.gn |
| +++ b/ios/public/provider/chrome/browser/BUILD.gn |
| @@ -126,9 +126,11 @@ source_set("test_support") { |
| "//components/signin/ios/browser:test_support", |
| "//components/sync_sessions", |
| "//ios/chrome/app/theme", |
| + "//ios/public/provider/chrome/browser/native_app_launcher:test_support", |
| "//testing/gtest", |
| ] |
| public_deps = [ |
| + "//ios/public/provider/chrome/browser/native_app_launcher:test_support", |
|
sdefresne
2016/11/29 18:19:33
Can you add a TODO that this public_deps need to b
sczs1
2016/11/29 20:11:24
Yes you did, the rebase now includes your comment.
|
| "//testing/gmock", |
| ] |
| } |