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

Unified Diff: ios/web/BUILD.gn

Issue 2864133002: Convert iOS to use X509CertificateBytes. (Closed)
Patch Set: . 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
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",

Powered by Google App Engine
This is Rietveld 408576698