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

Unified Diff: ios/chrome/common/BUILD.gn

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 months 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
Index: ios/chrome/common/BUILD.gn
diff --git a/ios/chrome/common/BUILD.gn b/ios/chrome/common/BUILD.gn
index 7b4a00f1210be8e916b7e709e6550e30fa8ec938..d71c521771d56935a8fa6b2b00f1bd7af0ca2142 100644
--- a/ios/chrome/common/BUILD.gn
+++ b/ios/chrome/common/BUILD.gn
@@ -21,7 +21,7 @@ source_set("common") {
"//base",
"//components/version_info",
"//ios/chrome/common/app_group:main_app",
- "//ios/chrome/common/physical_web:physical_web",
+ "//ios/chrome/common/physical_web",
"//net",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698