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

Unified Diff: build/all.gyp

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 | « no previous file | extensions/browser/BUILD.gn » ('j') | extensions/browser/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index d130abe946b50e6e0933c974bed39c3690ebef0c..b59c6686408903613562f6dd22f51d8e4accc4e0 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -156,7 +156,7 @@
}],
],
}],
- ['OS=="mac" or OS=="ios" or OS=="win"', {
+ ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
'dependencies': [
'../third_party/nss/nss.gyp:*',
],
« no previous file with comments | « no previous file | extensions/browser/BUILD.gn » ('j') | extensions/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698