OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 # Mac NOTE: at the start of the conditions block we default some vars | 8 # Mac NOTE: at the start of the conditions block we default some vars |
9 # that control features based on the branding, this way each place that | 9 # that control features based on the branding, this way each place that |
10 # needs to know about the feature isn't hard coded to the branding type. | 10 # needs to know about the feature isn't hard coded to the branding type. |
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 'browser/gtk/slide_animator_gtk.cc', | 984 'browser/gtk/slide_animator_gtk.cc', |
985 'browser/gtk/slide_animator_gtk.h', | 985 'browser/gtk/slide_animator_gtk.h', |
986 'browser/gtk/standard_menus.cc', | 986 'browser/gtk/standard_menus.cc', |
987 'browser/gtk/standard_menus.h', | 987 'browser/gtk/standard_menus.h', |
988 'browser/gtk/status_bubble_gtk.cc', | 988 'browser/gtk/status_bubble_gtk.cc', |
989 'browser/gtk/status_bubble_gtk.h', | 989 'browser/gtk/status_bubble_gtk.h', |
990 'browser/gtk/tab_contents_container_gtk.cc', | 990 'browser/gtk/tab_contents_container_gtk.cc', |
991 'browser/gtk/tab_contents_container_gtk.h', | 991 'browser/gtk/tab_contents_container_gtk.h', |
992 'browser/gtk/tabs/dragged_tab_controller_gtk.cc', | 992 'browser/gtk/tabs/dragged_tab_controller_gtk.cc', |
993 'browser/gtk/tabs/dragged_tab_controller_gtk.h', | 993 'browser/gtk/tabs/dragged_tab_controller_gtk.h', |
| 994 'browser/gtk/tabs/dragged_tab_gtk.cc', |
| 995 'browser/gtk/tabs/dragged_tab_gtk.h', |
994 'browser/gtk/tabs/tab_gtk.cc', | 996 'browser/gtk/tabs/tab_gtk.cc', |
995 'browser/gtk/tabs/tab_gtk.h', | 997 'browser/gtk/tabs/tab_gtk.h', |
996 'browser/gtk/tabs/tab_renderer_gtk.cc', | 998 'browser/gtk/tabs/tab_renderer_gtk.cc', |
997 'browser/gtk/tabs/tab_renderer_gtk.h', | 999 'browser/gtk/tabs/tab_renderer_gtk.h', |
998 'browser/gtk/tabs/tab_strip_gtk.cc', | 1000 'browser/gtk/tabs/tab_strip_gtk.cc', |
999 'browser/gtk/tabs/tab_strip_gtk.h', | 1001 'browser/gtk/tabs/tab_strip_gtk.h', |
1000 'browser/gtk/toolbar_star_toggle_gtk.cc', | 1002 'browser/gtk/toolbar_star_toggle_gtk.cc', |
1001 'browser/gtk/toolbar_star_toggle_gtk.h', | 1003 'browser/gtk/toolbar_star_toggle_gtk.h', |
1002 'browser/hang_monitor/hung_plugin_action.cc', | 1004 'browser/hang_monitor/hung_plugin_action.cc', |
1003 'browser/hang_monitor/hung_plugin_action.h', | 1005 'browser/hang_monitor/hung_plugin_action.h', |
(...skipping 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3582 # Use outputs of this action as inputs for the main target build. | 3584 # Use outputs of this action as inputs for the main target build. |
3583 # Seems as a misnomer but makes this happy on Linux (scons). | 3585 # Seems as a misnomer but makes this happy on Linux (scons). |
3584 'process_outputs_as_sources': 1, | 3586 'process_outputs_as_sources': 1, |
3585 }, | 3587 }, |
3586 ], # 'actions' | 3588 ], # 'actions' |
3587 }, | 3589 }, |
3588 ] | 3590 ] |
3589 }], | 3591 }], |
3590 ], # 'conditions' | 3592 ], # 'conditions' |
3591 } | 3593 } |
OLD | NEW |