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

Unified Diff: ios/web/BUILD.gn

Issue 2873203002: Add public_deps for //ios/chrome/browser/tabs and //ios/chrome/browser/ui/tabs (Closed)
Patch Set: review changes Created 3 years, 7 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
« no previous file with comments | « ios/chrome/browser/ui/tabs/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/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 4d30428d2c8e13a67e888154a926895f00ee9c71..4b24f7a54cb700faee9b2d977cf4ebf4a5890d5f 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -16,6 +16,10 @@ group("all_tests") {
}
source_set("web_arc") {
+ public_deps = [
+ "//net",
+ ]
+
deps = [
":core",
":js_resources",
@@ -29,7 +33,6 @@ source_set("web_arc") {
"//ios/third_party/blink:html_tokenizer",
"//mojo/public/cpp/system",
"//mojo/public/js",
- "//net",
"//services/service_manager/public/cpp",
"//ui/base",
"//ui/gfx",
« no previous file with comments | « ios/chrome/browser/ui/tabs/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698