Patch to make password patch build.

Review URL: http://codereview.chromium.org/113710
Patch from John Maguire <johnmaguire@google.com>.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@16708 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
evan@chromium.org 2009-05-22 02:02:18 +00:00
Родитель d0e8b08257
Коммит 5f46af183b
1 изменённых файлов: 37 добавлений и 0 удалений

Просмотреть файл

@ -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)',
# ],
# },
# },
],
}