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

Unified Diff: chrome/chrome_browser.gypi

Issue 62173003: Linux: fix build with gnome-keyring on Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 1 month 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 | « build/common.gypi ('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 817a655e70124da4d1223254a9aa2d9de5b481ce..7adf6bc60f58357ef689432d586e442bf7b63587 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3078,6 +3078,10 @@
'browser/password_manager/native_backend_gnome_x.cc',
'browser/password_manager/native_backend_gnome_x.h',
],
+ }, {
+ 'dependencies': [
+ '../build/linux/system.gyp:gnome_keyring',
+ ],
}],
['use_aura==1', {
'sources/': [
@@ -3168,11 +3172,6 @@
],
},
}],
- ['use_gnome_keyring==1', {
- 'dependencies': [
- '../build/linux/system.gyp:gnome_keyring',
- ],
- }],
],
}],
['input_speech==0', {
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698