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

Unified Diff: extensions/browser/BUILD.gn

Issue 686693004: Fix extensions NSS/BoringSSL dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 | « build/all.gyp ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index f3222d5282496662d5f13eefd5bab4f854c339cc..42c9690fcb7639ec0c36272c82222c75ed39f961 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -19,6 +19,7 @@ source_set("browser") {
"//components/web_cache/browser",
"//components/web_modal",
"//content/public/browser",
+ "//crypto:platform",
scheib 2014/10/31 00:53:45 This doesn't seem to be addressed in patch comment
davidben 2014/10/31 05:56:47 //crypto:platform will depend on the appropriate c
"//extensions/common",
"//extensions/common/api",
"//extensions/common/api:api_registration",
« no previous file with comments | « build/all.gyp ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698