OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 22 matching lines...) Expand all Loading... |
33 # the normal, global gtk exclusion rules, as we are otherwise using gtk | 33 # the normal, global gtk exclusion rules, as we are otherwise using gtk |
34 # in a non-gtk build. | 34 # in a non-gtk build. |
35 'sources': [ | 35 'sources': [ |
36 'chrome_gtk_frame.cc', | 36 'chrome_gtk_frame.cc', |
37 'chrome_gtk_frame.h', | 37 'chrome_gtk_frame.h', |
38 'gtk2_ui.cc', | 38 'gtk2_ui.cc', |
39 'gtk2_ui.h', | 39 'gtk2_ui.h', |
40 'gtk2_util.cc', | 40 'gtk2_util.cc', |
41 'gtk2_util.h', | 41 'gtk2_util.h', |
42 'libgtk2ui_export.h', | 42 'libgtk2ui_export.h', |
| 43 'native_theme_gtk2.cc', |
| 44 'native_theme_gtk2.h', |
43 'owned_widget_gtk2.cc', | 45 'owned_widget_gtk2.cc', |
44 'owned_widget_gtk2.h', | 46 'owned_widget_gtk2.h', |
45 'select_file_dialog_impl.cc', | 47 'select_file_dialog_impl.cc', |
46 'select_file_dialog_impl.h', | 48 'select_file_dialog_impl.h', |
47 'select_file_dialog_impl_gtk2.cc', | 49 'select_file_dialog_impl_gtk2.cc', |
48 'select_file_dialog_impl_kde.cc', | 50 'select_file_dialog_impl_kde.cc', |
49 'skia_utils_gtk2.cc', | 51 'skia_utils_gtk2.cc', |
50 'skia_utils_gtk2.h', | 52 'skia_utils_gtk2.h', |
51 ], | 53 ], |
52 }, | 54 }, |
53 ], | 55 ], |
54 } | 56 } |
OLD | NEW |