Chromium Code Reviews

Unified Diff: build/secondary/third_party/nss/BUILD.gn

Issue 1249053002: Fix build/secondary/third_party/nss/BUILD.gn on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-gen
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/nss/BUILD.gn
diff --git a/build/secondary/third_party/nss/BUILD.gn b/build/secondary/third_party/nss/BUILD.gn
index 73b9711a3caa5003a3de62df019e18561cd724e7..5484c675bf5d2d6746c63cf2e18cef7ea800f9d0 100644
--- a/build/secondary/third_party/nss/BUILD.gn
+++ b/build/secondary/third_party/nss/BUILD.gn
@@ -222,7 +222,7 @@ if (is_linux) {
"//build/config/compiler:no_size_t_to_int_warning",
# nspr passes "const char*" through "void*".
- "//build/compiler:no_incompatible_pointer_warnings",
+ "//build/config/compiler:no_incompatible_pointer_warnings",
]
cflags = []
@@ -887,7 +887,7 @@ if (is_linux) {
"//build/config/compiler:no_size_t_to_int_warning",
# nss passes "const char*" through "void*".
- "//build/compiler:no_incompatible_pointer_warnings",
+ "//build/config/compiler:no_incompatible_pointer_warnings",
]
public_configs = [ ":nss_static_config" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine