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

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

Issue 1406053002: Make chrome/common pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 2 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 | « chrome/common/crash_keys.cc ('k') | chrome/third_party/mozilla_security_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/BUILD.gn
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn
index 70e6b725be831aac5e8ceb128e1dd9a77bbb5c26..a6d51519f39b696b34cbcadf564ff6d9ae16f85d 100644
--- a/chrome/common/net/BUILD.gn
+++ b/chrome/common/net/BUILD.gn
@@ -19,6 +19,7 @@ static_library("net") {
deps = [
"//base",
+ "//base:i18n",
"//chrome:resources",
"//chrome:strings",
"//components/url_formatter",
@@ -44,7 +45,12 @@ static_library("net") {
}
if (use_nss_certs) {
- deps += [ "//crypto:platform" ]
+ deps += [
+ "//chrome/third_party/mozilla_security_manager",
+ "//crypto:platform",
+ ]
+ allow_circular_includes_from =
+ [ "//chrome/third_party/mozilla_security_manager" ]
} else {
sources -= [ "x509_certificate_model_nss.cc" ]
}
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | chrome/third_party/mozilla_security_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698