| 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 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 'browser/gtk/nine_box.h', | 1110 'browser/gtk/nine_box.h', |
| 1111 'browser/gtk/options/advanced_contents_gtk.cc', | 1111 'browser/gtk/options/advanced_contents_gtk.cc', |
| 1112 'browser/gtk/options/advanced_contents_gtk.h', | 1112 'browser/gtk/options/advanced_contents_gtk.h', |
| 1113 'browser/gtk/options/advanced_page_gtk.cc', | 1113 'browser/gtk/options/advanced_page_gtk.cc', |
| 1114 'browser/gtk/options/advanced_page_gtk.h', | 1114 'browser/gtk/options/advanced_page_gtk.h', |
| 1115 'browser/gtk/options/content_page_gtk.cc', | 1115 'browser/gtk/options/content_page_gtk.cc', |
| 1116 'browser/gtk/options/content_page_gtk.h', | 1116 'browser/gtk/options/content_page_gtk.h', |
| 1117 'browser/gtk/options/cookies_view.cc', | 1117 'browser/gtk/options/cookies_view.cc', |
| 1118 'browser/gtk/options/cookies_view.h', | 1118 'browser/gtk/options/cookies_view.h', |
| 1119 'browser/gtk/options/fonts_languages_window_gtk.cc', | 1119 'browser/gtk/options/fonts_languages_window_gtk.cc', |
| 1120 'browser/gtk/options/fonts_page_gtk.cc', |
| 1121 'browser/gtk/options/fonts_page_gtk.h', |
| 1120 'browser/gtk/options/general_page_gtk.cc', | 1122 'browser/gtk/options/general_page_gtk.cc', |
| 1121 'browser/gtk/options/general_page_gtk.h', | 1123 'browser/gtk/options/general_page_gtk.h', |
| 1122 'browser/gtk/options/options_layout_gtk.cc', | 1124 'browser/gtk/options/options_layout_gtk.cc', |
| 1123 'browser/gtk/options/options_layout_gtk.h', | 1125 'browser/gtk/options/options_layout_gtk.h', |
| 1124 'browser/gtk/options/options_window_gtk.cc', | 1126 'browser/gtk/options/options_window_gtk.cc', |
| 1125 'browser/gtk/options/url_picker_dialog_gtk.cc', | 1127 'browser/gtk/options/url_picker_dialog_gtk.cc', |
| 1126 'browser/gtk/options/url_picker_dialog_gtk.h', | 1128 'browser/gtk/options/url_picker_dialog_gtk.h', |
| 1127 'browser/gtk/sad_tab_gtk.cc', | 1129 'browser/gtk/sad_tab_gtk.cc', |
| 1128 'browser/gtk/sad_tab_gtk.h', | 1130 'browser/gtk/sad_tab_gtk.h', |
| 1129 'browser/gtk/slide_animator_gtk.cc', | 1131 'browser/gtk/slide_animator_gtk.cc', |
| (...skipping 4014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5144 # Use outputs of this action as inputs for the main target build. | 5146 # Use outputs of this action as inputs for the main target build. |
| 5145 # Seems as a misnomer but makes this happy on Linux (scons). | 5147 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5146 'process_outputs_as_sources': 1, | 5148 'process_outputs_as_sources': 1, |
| 5147 }, | 5149 }, |
| 5148 ], # 'actions' | 5150 ], # 'actions' |
| 5149 }, | 5151 }, |
| 5150 ] | 5152 ] |
| 5151 }], | 5153 }], |
| 5152 ], # 'conditions' | 5154 ], # 'conditions' |
| 5153 } | 5155 } |
| OLD | NEW |