Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//ios/public/provider/chrome/browser/build_config.gni") | 6 import("//ios/public/provider/chrome/browser/build_config.gni") |
| 7 | 7 |
| 8 source_set("browser") { | 8 source_set("browser") { |
| 9 sources = [ | 9 sources = [ |
| 10 "chrome_browser_provider.h", | 10 "chrome_browser_provider.h", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 119 "voice/test_voice_search_provider.h", | 119 "voice/test_voice_search_provider.h", |
| 120 "voice/test_voice_search_provider.mm", | 120 "voice/test_voice_search_provider.mm", |
| 121 ] | 121 ] |
| 122 | 122 |
| 123 deps = [ | 123 deps = [ |
| 124 ":browser", | 124 ":browser", |
| 125 "//base", | 125 "//base", |
| 126 "//components/signin/ios/browser:test_support", | 126 "//components/signin/ios/browser:test_support", |
| 127 "//components/sync_sessions", | 127 "//components/sync_sessions", |
| 128 "//ios/chrome/app/theme", | 128 "//ios/chrome/app/theme", |
| 129 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", | |
| 129 "//testing/gtest", | 130 "//testing/gtest", |
| 130 ] | 131 ] |
| 131 public_deps = [ | 132 public_deps = [ |
| 133 "//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.
| |
| 132 "//testing/gmock", | 134 "//testing/gmock", |
| 133 ] | 135 ] |
| 134 } | 136 } |
| OLD | NEW |