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

Unified Diff: ios/chrome/browser/ui/voice/BUILD.gn

Issue 2539143002: [iOS] Clean deps and public_deps. (Closed)
Patch Set: Fix deps 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/signin/BUILD.gn ('k') | ios/chrome/browser/voice/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/voice/BUILD.gn
diff --git a/ios/chrome/browser/ui/voice/BUILD.gn b/ios/chrome/browser/ui/voice/BUILD.gn
index d093661c2efaf85451cc1862a71e88284cddad6d..d7602f2433499a62eb6cfa83fb19bb0791ab823d 100644
--- a/ios/chrome/browser/ui/voice/BUILD.gn
+++ b/ios/chrome/browser/ui/voice/BUILD.gn
@@ -27,6 +27,7 @@ source_set("unit_tests") {
]
deps = [
+ ":voice",
":voice_unit_tests_bundle_data",
"//base",
"//base/test:test_support",
@@ -35,10 +36,6 @@ source_set("unit_tests") {
"//testing/gtest",
"//url",
]
-
- public_deps = [
- ":voice",
- ]
}
bundle_data("voice_unit_tests_bundle_data") {
« no previous file with comments | « ios/chrome/browser/signin/BUILD.gn ('k') | ios/chrome/browser/voice/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698