| Index: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| diff --git a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| index 5f42abf9c1cd74b75e575029989eb434be8d7cc4..992a18bc90444f939cd95e9146c322046e609ca1 100644
|
| --- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| +++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
| @@ -15,10 +15,12 @@
|
| '../../../../base/base.gyp:base_i18n',
|
| '../../../../build/linux/system.gyp:gtk',
|
| '../../../../skia/skia.gyp:skia',
|
| + '../../../../ui/base/strings/ui_strings.gyp:ui_strings',
|
| '../../../../ui/ui.gyp:ui',
|
| '../../../../ui/ui.gyp:ui_resources',
|
| '../../../chrome_resources.gyp:chrome_extra_resources',
|
| '../../../chrome_resources.gyp:chrome_resources',
|
| + '../../../chrome_resources.gyp:chrome_strings',
|
| '../../../chrome_resources.gyp:theme_resources',
|
| ],
|
| 'defines': [
|
| @@ -39,6 +41,10 @@
|
| 'libgtk2ui_export.h',
|
| 'owned_widget_gtk2.cc',
|
| 'owned_widget_gtk2.h',
|
| + 'select_file_dialog_impl.cc',
|
| + 'select_file_dialog_impl.h',
|
| + 'select_file_dialog_impl_gtk2.cc',
|
| + 'select_file_dialog_impl_kde.cc',
|
| 'skia_utils_gtk2.cc',
|
| 'skia_utils_gtk2.h',
|
| ],
|
|
|