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

Unified Diff: ios/chrome/browser/web/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/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index f825fc650aae192da4269bb3273878093205e1a4..dfc399bb67d80225df4e52fc2d82115b37ab0a07 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -175,6 +175,8 @@ source_set("web_internal") {
"print_observer.mm",
]
deps = [
+ ":injected_js",
+ ":resources",
"//base",
"//components/content_settings/core/browser",
"//components/dom_distiller/core",
@@ -195,8 +197,6 @@ source_set("web_internal") {
"//ios/chrome/browser/ui/commands",
"//ios/chrome/browser/ui/overscroll_actions",
"//ios/chrome/browser/ui/static_content",
- "//ios/chrome/browser/web:injected_js",
- "//ios/chrome/browser/web:resources",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser/voice",
"//ios/third_party/material_components_ios",

Powered by Google App Engine
This is Rietveld 408576698