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

Unified Diff: build/linux/system.gyp

Issue 2191873002: Deprecate DLOPEN_GNOME_KEYRING flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index e3457fa21970e6caa4b75dc5ef80ae81edbd8875..ce6a095efc5e7faef3075e8e21654674565b9c4a 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -987,11 +987,6 @@
'defines': [
'USE_GNOME_KEYRING',
],
- 'conditions': [
- ['linux_link_gnome_keyring==0', {
- 'defines': ['DLOPEN_GNOME_KEYRING'],
- }],
- ],
},
'conditions': [
['linux_link_gnome_keyring!=0', {
@@ -1034,11 +1029,6 @@
'defines': [
'USE_GNOME_KEYRING',
],
- 'conditions': [
- ['linux_link_gnome_keyring==0', {
vasilii 2016/07/28 13:33:22 Do you want to drop linux_link_gnome_keyring too?
cfroussios 2016/07/28 16:06:39 Done. I didn't want to dive too deep into gyp, be
- 'defines': ['DLOPEN_GNOME_KEYRING'],
- }],
- ],
},
'link_settings': {
'ldflags': [
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/password_manager/native_backend_gnome_x_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698