1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 'target_name': 'gtk2ui',
12 'type': '<(component)',
14 '../../../../base/base.gyp:base',
15 '../../../../base/base.gyp:base_i18n',
16 '../../../../build/linux/system.gyp:gtk',
17 '../../../../skia/skia.gyp:skia',
18 '../../../../ui/base/strings/ui_strings.gyp:ui_strings',
19 '../../../../ui/ui.gyp:ui',
20 '../../../../ui/ui.gyp:ui_resources',
21 '../../../chrome_resources.gyp:chrome_extra_resources',
22 '../../../chrome_resources.gyp:chrome_resources',
23 '../../../chrome_resources.gyp:chrome_strings',
24 '../../../chrome_resources.gyp:theme_resources',
27 'LIBGTK2UI_IMPLEMENTATION',
29 # Several of our source files are named _gtk2.cc. This isn't to
30 # differentiate them from their source files (ninja and make are sane
31 # build systems, unlike MSVS). It is instead to get around the rest of
32 # the normal, global gtk exclusion rules, as we are otherwise using gtk
35 'chrome_gtk_frame.cc',
42 'owned_widget_gtk2.cc',
43 'owned_widget_gtk2.h',
44 'select_file_dialog_impl.cc',
45 'select_file_dialog_impl.h',
46 'select_file_dialog_impl_gtk2.cc',
47 'select_file_dialog_impl_kde.cc',