| 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 27 matching lines...) Expand all Loading... |
| 38 # in a non-gtk build. | 38 # in a non-gtk build. |
| 39 'sources': [ | 39 'sources': [ |
| 40 'app_indicator_icon.cc', | 40 'app_indicator_icon.cc', |
| 41 'app_indicator_icon.h', | 41 'app_indicator_icon.h', |
| 42 'chrome_gtk_frame.cc', | 42 'chrome_gtk_frame.cc', |
| 43 'chrome_gtk_frame.h', | 43 'chrome_gtk_frame.h', |
| 44 'chrome_gtk_menu_subclasses.cc', | 44 'chrome_gtk_menu_subclasses.cc', |
| 45 'chrome_gtk_menu_subclasses.h', | 45 'chrome_gtk_menu_subclasses.h', |
| 46 'gconf_titlebar_listener.cc', | 46 'gconf_titlebar_listener.cc', |
| 47 'gconf_titlebar_listener.h', | 47 'gconf_titlebar_listener.h', |
| 48 'gtk2_border.cc', |
| 49 'gtk2_border.h', |
| 48 'gtk2_ui.cc', | 50 'gtk2_ui.cc', |
| 49 'gtk2_ui.h', | 51 'gtk2_ui.h', |
| 50 'gtk2_util.cc', | 52 'gtk2_util.cc', |
| 51 'gtk2_util.h', | 53 'gtk2_util.h', |
| 52 'libgtk2ui_export.h', | 54 'libgtk2ui_export.h', |
| 53 'menu_util.cc', | 55 'menu_util.cc', |
| 54 'menu_util.h', | 56 'menu_util.h', |
| 55 'native_theme_gtk2.cc', | 57 'native_theme_gtk2.cc', |
| 56 'native_theme_gtk2.h', | 58 'native_theme_gtk2.h', |
| 57 'owned_widget_gtk2.cc', | 59 'owned_widget_gtk2.cc', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 75 ['use_gconf==0', { | 77 ['use_gconf==0', { |
| 76 'sources!': [ | 78 'sources!': [ |
| 77 'gconf_titlebar_listener.cc', | 79 'gconf_titlebar_listener.cc', |
| 78 'gconf_titlebar_listener.h', | 80 'gconf_titlebar_listener.h', |
| 79 ], | 81 ], |
| 80 }], | 82 }], |
| 81 ], | 83 ], |
| 82 }, | 84 }, |
| 83 ], | 85 ], |
| 84 } | 86 } |
| OLD | NEW |