| 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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 'browser/gtk/find_bar_gtk.cc', | 1001 'browser/gtk/find_bar_gtk.cc', |
| 1002 'browser/gtk/find_bar_gtk.h', | 1002 'browser/gtk/find_bar_gtk.h', |
| 1003 'browser/gtk/focus_store_gtk.cc', | 1003 'browser/gtk/focus_store_gtk.cc', |
| 1004 'browser/gtk/focus_store_gtk.h', | 1004 'browser/gtk/focus_store_gtk.h', |
| 1005 'browser/gtk/location_bar_view_gtk.cc', | 1005 'browser/gtk/location_bar_view_gtk.cc', |
| 1006 'browser/gtk/location_bar_view_gtk.h', | 1006 'browser/gtk/location_bar_view_gtk.h', |
| 1007 'browser/gtk/menu_gtk.cc', | 1007 'browser/gtk/menu_gtk.cc', |
| 1008 'browser/gtk/menu_gtk.h', | 1008 'browser/gtk/menu_gtk.h', |
| 1009 'browser/gtk/nine_box.cc', | 1009 'browser/gtk/nine_box.cc', |
| 1010 'browser/gtk/nine_box.h', | 1010 'browser/gtk/nine_box.h', |
| 1011 'browser/gtk/options/content_page_gtk.cc', |
| 1012 'browser/gtk/options/content_page_gtk.h', |
| 1011 'browser/gtk/options/general_page_gtk.cc', | 1013 'browser/gtk/options/general_page_gtk.cc', |
| 1012 'browser/gtk/options/general_page_gtk.h', | 1014 'browser/gtk/options/general_page_gtk.h', |
| 1013 'browser/gtk/options/options_layout_gtk.cc', | 1015 'browser/gtk/options/options_layout_gtk.cc', |
| 1014 'browser/gtk/options/options_layout_gtk.h', | 1016 'browser/gtk/options/options_layout_gtk.h', |
| 1015 'browser/gtk/options/options_window_gtk.cc', | 1017 'browser/gtk/options/options_window_gtk.cc', |
| 1016 'browser/gtk/options/url_picker_dialog_gtk.cc', | 1018 'browser/gtk/options/url_picker_dialog_gtk.cc', |
| 1017 'browser/gtk/options/url_picker_dialog_gtk.h', | 1019 'browser/gtk/options/url_picker_dialog_gtk.h', |
| 1018 'browser/gtk/sad_tab_gtk.cc', | 1020 'browser/gtk/sad_tab_gtk.cc', |
| 1019 'browser/gtk/sad_tab_gtk.h', | 1021 'browser/gtk/sad_tab_gtk.h', |
| 1020 'browser/gtk/slide_animator_gtk.cc', | 1022 'browser/gtk/slide_animator_gtk.cc', |
| (...skipping 3763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4784 # Use outputs of this action as inputs for the main target build. | 4786 # Use outputs of this action as inputs for the main target build. |
| 4785 # Seems as a misnomer but makes this happy on Linux (scons). | 4787 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4786 'process_outputs_as_sources': 1, | 4788 'process_outputs_as_sources': 1, |
| 4787 }, | 4789 }, |
| 4788 ], # 'actions' | 4790 ], # 'actions' |
| 4789 }, | 4791 }, |
| 4790 ] | 4792 ] |
| 4791 }], | 4793 }], |
| 4792 ], # 'conditions' | 4794 ], # 'conditions' |
| 4793 } | 4795 } |
| OLD | NEW |