| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'sources': [ | 51 'sources': [ |
| 52 # Note: sources list duplicated in GN build. | 52 # Note: sources list duplicated in GN build. |
| 53 'app_indicator_icon.cc', | 53 'app_indicator_icon.cc', |
| 54 'app_indicator_icon.h', | 54 'app_indicator_icon.h', |
| 55 'app_indicator_icon_menu.cc', | 55 'app_indicator_icon_menu.cc', |
| 56 'app_indicator_icon_menu.h', | 56 'app_indicator_icon_menu.h', |
| 57 'chrome_gtk_frame.cc', | 57 'chrome_gtk_frame.cc', |
| 58 'chrome_gtk_frame.h', | 58 'chrome_gtk_frame.h', |
| 59 'chrome_gtk_menu_subclasses.cc', | 59 'chrome_gtk_menu_subclasses.cc', |
| 60 'chrome_gtk_menu_subclasses.h', | 60 'chrome_gtk_menu_subclasses.h', |
| 61 'g_object_destructor_filo.cc', | |
| 62 'g_object_destructor_filo.h', | |
| 63 'gconf_listener.cc', | 61 'gconf_listener.cc', |
| 64 'gconf_listener.h', | 62 'gconf_listener.h', |
| 65 'gtk2_event_loop.cc', | 63 'gtk2_event_loop.cc', |
| 66 'gtk2_event_loop.h', | 64 'gtk2_event_loop.h', |
| 67 'gtk2_key_bindings_handler.cc', | 65 'gtk2_key_bindings_handler.cc', |
| 68 'gtk2_key_bindings_handler.h', | 66 'gtk2_key_bindings_handler.h', |
| 69 'gtk2_signal_registrar.cc', | |
| 70 'gtk2_signal_registrar.h', | |
| 71 'gtk2_status_icon.cc', | 67 'gtk2_status_icon.cc', |
| 72 'gtk2_status_icon.h', | 68 'gtk2_status_icon.h', |
| 73 'gtk2_ui.cc', | 69 'gtk2_ui.cc', |
| 74 'gtk2_ui.h', | 70 'gtk2_ui.h', |
| 75 'gtk2_util.cc', | 71 'gtk2_util.cc', |
| 76 'gtk2_util.h', | 72 'gtk2_util.h', |
| 77 'libgtk2ui_export.h', | 73 'libgtk2ui_export.h', |
| 78 'menu_util.cc', | 74 'menu_util.cc', |
| 79 'menu_util.h', | 75 'menu_util.h', |
| 80 'native_theme_gtk2.cc', | 76 'native_theme_gtk2.cc', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 '-Wno-unused-function', | 115 '-Wno-unused-function', |
| 120 | 116 |
| 121 # G_STATIC_ASSERT uses a typedef as a static_assert. | 117 # G_STATIC_ASSERT uses a typedef as a static_assert. |
| 122 '-Wno-unused-local-typedef', | 118 '-Wno-unused-local-typedef', |
| 123 ], | 119 ], |
| 124 }], | 120 }], |
| 125 ], | 121 ], |
| 126 }, | 122 }, |
| 127 ], | 123 ], |
| 128 } | 124 } |
| OLD | NEW |