diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 02:02:18 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 02:02:18 +0000 |
commit | f02e75847af83123902bd465ddd30276306abd49 (patch) | |
tree | e5efba00bc3ca2f9ffc8f354b93ebcf9d8eefc01 /build | |
parent | 139ec96dc6f26a24d8812aad4470f00b36ecee52 (diff) | |
download | chromium_src-f02e75847af83123902bd465ddd30276306abd49.zip chromium_src-f02e75847af83123902bd465ddd30276306abd49.tar.gz chromium_src-f02e75847af83123902bd465ddd30276306abd49.tar.bz2 |
Patch to make password patch build.
Review URL: http://codereview.chromium.org/113710
Patch from John Maguire <johnmaguire@google.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/system.gyp | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index a3e8cbc..68b52be 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -140,5 +140,42 @@ ], }, }, +# TODO(evanm): temporarily disabled while we figure out whether to depend +# on gnome-keyring etc. +# http://code.google.com/p/chromium/issues/detail?id=12351 +# { +# 'target_name': 'gnome-keyring', +# 'type': 'settings', +# 'direct_dependent_settings': { +# 'cflags': [ +# '<!@(pkg-config --cflags gnome-keyring-1)', +# ], +# }, +# 'link_settings': { +# 'ldflags': [ +# '<!@(pkg-config --libs-only-L --libs-only-other gnome-keyring-1)', +# ], +# 'libraries': [ +# '<!@(pkg-config --libs-only-l gnome-keyring-1)', +# ], +# }, +# }, +# { +# 'target_name': 'dbus-glib', +# 'type': 'settings', +# 'direct_dependent_settings': { +# 'cflags': [ +# '<!@(pkg-config --cflags dbus-glib-1)', +# ], +# }, +# 'link_settings': { +# 'ldflags': [ +# '<!@(pkg-config --libs-only-L --libs-only-other dbus-glib-1)', +# ], +# 'libraries': [ +# '<!@(pkg-config --libs-only-l dbus-glib-1)', +# ], +# }, +# }, ], } |