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

Unified Diff: chrome/chrome_browser.gypi

Issue 11637016: Add "scrypt" to third_party for secure password hashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add scrypt to .gitignore Created 8 years 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2bbf51fa08f948d32d3fe5be48637b1c0160c2d1..43b8b2651650e723ec9630f696f12c65ae9aa4df 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2440,6 +2440,7 @@
'mtp_file_entry_proto',
'mtp_storage_info_proto',
'../build/linux/system.gyp:udev',
+ '../third_party/scrypt/scrypt.gyp:libscrypt',
],
'sources': [
'browser/media_transfer_protocol/media_transfer_protocol_daemon_client.cc',
@@ -2825,6 +2826,7 @@
},
'dependencies': [
'../third_party/icon_family/icon_family.gyp:icon_family',
+ '../third_party/scrypt/scrypt.gyp:libscrypt',
],
'sources': [
# Build the necessary GTM sources
@@ -2855,6 +2857,7 @@
'../google_update/google_update.gyp:google_update',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
+ '../third_party/scrypt/scrypt.gyp:libscrypt',
'../ui/views/controls/webview/webview.gyp:webview',
'../ui/views/views.gyp:views',
'../win8/win8.gyp:win8_util',
« no previous file with comments | « .gitignore ('k') | third_party/scrypt/.gitattributes » ('j') | third_party/scrypt/scrypt.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698