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

Unified Diff: chrome/browser/BUILD.gn

Issue 1422573008: Plumbing SSLPrivateKey (//net) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing extra tab. 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 653714d858eb24757af98c42206fadb912a7e46e..f28f8492b1802367c0a06bd028849c75c0da5603 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -715,6 +715,7 @@ source_set("browser") {
"//components/web_contents_delegate_android",
"//third_party/android_opengl/etc1",
"//third_party/android_tools:cpu_features",
+ "//third_party/boringssl",
davidben 2015/11/04 00:17:38 Is this needed?
svaldez 2015/11/04 16:55:51 Done.
"//third_party/libaddressinput:util",
]
deps -= [

Powered by Google App Engine
This is Rietveld 408576698