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

Unified Diff: chrome/chrome_exe.gypi

Issue 8509038: Linux: split GNOME Keyring integration into a separate process. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: merge Created 8 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/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
===================================================================
--- chrome/chrome_exe.gypi (revision 119287)
+++ chrome/chrome_exe.gypi (working copy)
@@ -567,5 +567,26 @@
},
],
}],
+ ['OS == "linux" and use_gnome_keyring == 1', {
+ 'targets': [
+ {
+ 'target_name': 'chrome-keyring-proxy',
+ 'type': 'executable',
+ 'sources': [
+ 'browser/password_manager/keyring_proxy/gnome_keyring_loader.cc',
+ 'browser/password_manager/keyring_proxy/keyring_proxy.cc',
+ 'browser/password_manager/keyring_proxy/keyring_proxy_main.cc',
+ 'browser/password_manager/keyring_proxy/message_reader.cc',
+ ],
+ 'dependencies': [
+ '../build/linux/system.gyp:gnome_keyring',
+ '../build/linux/system.gyp:gtk',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698