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

Unified Diff: content/browser/BUILD.gn

Issue 1563903002: Add public key and signature verification to browser-side API keys Base URL: https://chromium.googlesource.com/chromium/src.git@keys
Patch Set: Created 4 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
« no previous file with comments | « no previous file | content/browser/experiments/api_key_signature_verifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 624eb3b0014a6e5db6304fdf33be94b8d23b6f29..206963599b0006ed95c9f4d6388b5228e378b455 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -523,7 +523,7 @@ source_set("browser") {
]
}
- if (is_linux) {
+ if (!is_ios) {
deps += [ "//third_party/boringssl" ]
}
« no previous file with comments | « no previous file | content/browser/experiments/api_key_signature_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698