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

Unified Diff: chrome/chrome_browser.gypi

Issue 3380004: Linux: make compile-time dependency on gnome-keyring optional. (Closed)
Patch Set: fixes Created 10 years, 3 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
« build/linux/system.gyp ('K') | « chrome/browser/profile_impl.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 e7f007b742f27cdd3f062870b8785c3d5fb686e6..acad48ab4811cda59dfaa193297f40b97771b14b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3184,6 +3184,12 @@
],
},
}],
+ ['use_gnome_keyring==0', {
+ 'sources!': [
+ 'browser/password_manager/native_backend_gnome_x.h',
+ 'browser/password_manager/native_backend_gnome_x.cc',
+ ],
+ }],
['touchui==0', {
'sources!': [
# Nothing yet.
@@ -3218,7 +3224,7 @@
'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
],
'conditions': [
- ['chromeos==0', {
+ ['use_gnome_keyring==1', {
'dependencies': [
'../build/linux/system.gyp:gnome-keyring',
],
« build/linux/system.gyp ('K') | « chrome/browser/profile_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698