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

Unified Diff: ios/web/public/app/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/public/provider/chrome/browser/native_app_launcher/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/app/BUILD.gn
diff --git a/ios/web/public/app/BUILD.gn b/ios/web/public/app/BUILD.gn
index 71cd249f3f26b77f77a1f10d545e9d7b27f2a5bc..0d512ff2e0cd75048737652818443cea928962f9 100644
--- a/ios/web/public/app/BUILD.gn
+++ b/ios/web/public/app/BUILD.gn
@@ -10,12 +10,9 @@ source_set("app") {
"web_main_runner.h",
]
- public_deps = [
- "//ios/web/app",
- ]
-
deps = [
"//base",
+ "//ios/web/app",
]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « ios/public/provider/chrome/browser/native_app_launcher/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698