| Index: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| diff --git a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| index d3e3004bed890e3218d2f4b087448ab17fdbbbbc..c660a0aa79df66091809c9370fc361d7dbd73bb8 100644
|
| --- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| +++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| @@ -43,6 +43,10 @@
|
| ],
|
| 'defines': [
|
| 'LIBGTK2UI_IMPLEMENTATION',
|
| + # g_settings_list_schemas is deprecated, but this function is not
|
| + # available on earlier version that we still need to support.
|
| + # See build/linux/system.gyp:gio for details.
|
| + 'GLIB_DISABLE_DEPRECATION_WARNINGS'
|
| ],
|
| # Several of our source files are named _gtk2.cc. This isn't to
|
| # differentiate them from their source files (ninja and make are sane
|
|
|