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

Unified Diff: chrome/chrome_browser.gypi

Issue 6338004: Stubs PK11 Password Dialog for OpenSSL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « chrome/browser/ui/pk11_password_dialog_openssl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 1b3bde18c0ef3b8bfbd5f358c56c4b84ce4cb79a..666b4e56ecb136922d2e2e9136a7bf36342772ec 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3111,6 +3111,7 @@
'browser/ui/options/show_options_url.h',
'browser/ui/pk11_password_dialog.h',
'browser/ui/pk11_password_dialog_nss.cc',
+ 'browser/ui/pk11_password_dialog_openssl.cc',
'browser/ui/status_bubble.h',
'browser/ui/tab_contents/tab_contents_wrapper.cc',
'browser/ui/tab_contents/tab_contents_wrapper.h',
@@ -4396,8 +4397,11 @@
'browser/importer/nss_decryptor_system_nss.cc',
'browser/importer/nss_decryptor_system_nss.h',
'browser/ui/pk11_password_dialog_nss.cc',
- ],
- }],
+ ]}, {
+ 'sources!': [
+ 'browser/ui/pk11_password_dialog_openssl.cc',
+ ]},
+ ],
],
},
{
« no previous file with comments | « chrome/browser/ui/pk11_password_dialog_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698