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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2464663002: chrome: move networking_private_crypto from common to browser (Closed)
Patch Set: chrome/test Created 4 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 | « no previous file | chrome/browser/extensions/api/networking_private/crypto_verify_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index e9e3a1c77b8e4a3d46e522cf7fdc507cee47b1ff..75beb663a101b3b2f406701178a82d09c2330a42 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -1058,6 +1058,16 @@ static_library("extensions") {
deps += [ "//components/wifi" ]
}
+ if (is_win || is_mac || is_chromeos) {
+ sources += [
+ "api/networking_private/networking_private_crypto.cc",
+ "api/networking_private/networking_private_crypto.h",
+ ]
+
+ # networking_private_crypto.cc depends on boringssl.
+ public_deps += [ "//third_party/boringssl" ]
+ }
+
if (is_win) {
deps += [
"//third_party/iaccessible2",
« no previous file with comments | « no previous file | chrome/browser/extensions/api/networking_private/crypto_verify_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698