| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 # differentiate them from their source files (ninja and make are sane | 45 # differentiate them from their source files (ninja and make are sane |
| 46 # build systems, unlike MSVS). It is instead to get around the rest of | 46 # build systems, unlike MSVS). It is instead to get around the rest of |
| 47 # the normal, global gtk exclusion rules, as we are otherwise using gtk | 47 # the normal, global gtk exclusion rules, as we are otherwise using gtk |
| 48 # in a non-gtk build. | 48 # in a non-gtk build. |
| 49 'sources': [ | 49 'sources': [ |
| 50 # Note: sources list duplicated in GN build. | 50 # Note: sources list duplicated in GN build. |
| 51 'app_indicator_icon.cc', | 51 'app_indicator_icon.cc', |
| 52 'app_indicator_icon.h', | 52 'app_indicator_icon.h', |
| 53 'app_indicator_icon_menu.cc', | 53 'app_indicator_icon_menu.cc', |
| 54 'app_indicator_icon_menu.h', | 54 'app_indicator_icon_menu.h', |
| 55 'chrome_browser_main_extra_parts_views_gtk.cc', |
| 56 'chrome_browser_main_extra_parts_views_gtk.h', |
| 55 'chrome_gtk_frame.cc', | 57 'chrome_gtk_frame.cc', |
| 56 'chrome_gtk_frame.h', | 58 'chrome_gtk_frame.h', |
| 57 'chrome_gtk_menu_subclasses.cc', | 59 'chrome_gtk_menu_subclasses.cc', |
| 58 'chrome_gtk_menu_subclasses.h', | 60 'chrome_gtk_menu_subclasses.h', |
| 59 'gconf_listener.cc', | 61 'gconf_listener.cc', |
| 60 'gconf_listener.h', | 62 'gconf_listener.h', |
| 61 'gtk2_event_loop.cc', | 63 'gtk2_event_loop.cc', |
| 62 'gtk2_event_loop.h', | 64 'gtk2_event_loop.h', |
| 63 'gtk2_key_bindings_handler.cc', | 65 'gtk2_key_bindings_handler.cc', |
| 64 'gtk2_key_bindings_handler.h', | 66 'gtk2_key_bindings_handler.h', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 }], | 126 }], |
| 125 ['use_cups==1', { | 127 ['use_cups==1', { |
| 126 'dependencies': [ | 128 'dependencies': [ |
| 127 '../../../../printing/printing.gyp:cups', | 129 '../../../../printing/printing.gyp:cups', |
| 128 ], | 130 ], |
| 129 }], | 131 }], |
| 130 ], | 132 ], |
| 131 }, | 133 }, |
| 132 ], | 134 ], |
| 133 } | 135 } |
| OLD | NEW |