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

Unified Diff: ios/chrome/browser/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/ui/voice/BUILD.gn ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/voice/BUILD.gn
diff --git a/ios/chrome/browser/voice/BUILD.gn b/ios/chrome/browser/voice/BUILD.gn
index 2803373f1240b0cd86a2dbc4df9a1098f6b83701..f40c064b7fa1492953222513b831620571c0dfab 100644
--- a/ios/chrome/browser/voice/BUILD.gn
+++ b/ios/chrome/browser/voice/BUILD.gn
@@ -14,12 +14,9 @@ source_set("voice") {
]
deps = [
+ "//base",
"//components/pref_registry",
"//components/prefs",
- ]
-
- public_deps = [
- "//base",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser/voice",
]
@@ -73,14 +70,11 @@ source_set("unit_tests") {
]
deps = [
+ ":tts",
"//base",
"//ios/web",
"//ios/web:test_support",
"//testing/gtest",
"//third_party/google_toolbox_for_mac",
]
-
- public_deps = [
- ":tts",
- ]
}
« no previous file with comments | « ios/chrome/browser/ui/voice/BUILD.gn ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698