| 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 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1064 'browser/gtk/dialogs_gtk.cc', | 1064 'browser/gtk/dialogs_gtk.cc', |
| 1065 'browser/gtk/download_item_gtk.cc', | 1065 'browser/gtk/download_item_gtk.cc', |
| 1066 'browser/gtk/download_item_gtk.h', | 1066 'browser/gtk/download_item_gtk.h', |
| 1067 'browser/gtk/download_shelf_gtk.cc', | 1067 'browser/gtk/download_shelf_gtk.cc', |
| 1068 'browser/gtk/download_shelf_gtk.h', | 1068 'browser/gtk/download_shelf_gtk.h', |
| 1069 'browser/gtk/download_started_animation_gtk.cc', | 1069 'browser/gtk/download_started_animation_gtk.cc', |
| 1070 'browser/gtk/edit_search_engine_dialog.cc', | 1070 'browser/gtk/edit_search_engine_dialog.cc', |
| 1071 'browser/gtk/edit_search_engine_dialog.h', | 1071 'browser/gtk/edit_search_engine_dialog.h', |
| 1072 'browser/gtk/extension_shelf_gtk.cc', | 1072 'browser/gtk/extension_shelf_gtk.cc', |
| 1073 'browser/gtk/extension_shelf_gtk.h', | 1073 'browser/gtk/extension_shelf_gtk.h', |
| 1074 'browser/gtk/extension_view_gtk.cc', |
| 1075 'browser/gtk/extension_view_gtk.h', |
| 1074 'browser/gtk/first_run_bubble.cc', | 1076 'browser/gtk/first_run_bubble.cc', |
| 1075 'browser/gtk/first_run_bubble.h', | 1077 'browser/gtk/first_run_bubble.h', |
| 1076 'browser/gtk/first_run_dialog.cc', | 1078 'browser/gtk/first_run_dialog.cc', |
| 1077 'browser/gtk/first_run_dialog.h', | 1079 'browser/gtk/first_run_dialog.h', |
| 1078 'browser/gtk/go_button_gtk.cc', | 1080 'browser/gtk/go_button_gtk.cc', |
| 1079 'browser/gtk/go_button_gtk.h', | 1081 'browser/gtk/go_button_gtk.h', |
| 1080 'browser/gtk/gtk_chrome_button.cc', | 1082 'browser/gtk/gtk_chrome_button.cc', |
| 1081 'browser/gtk/gtk_chrome_button.h', | 1083 'browser/gtk/gtk_chrome_button.h', |
| 1082 'browser/gtk/gtk_chrome_link_button.cc', | 1084 'browser/gtk/gtk_chrome_link_button.cc', |
| 1083 'browser/gtk/gtk_chrome_link_button.h', | 1085 'browser/gtk/gtk_chrome_link_button.h', |
| (...skipping 4080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5164 # Use outputs of this action as inputs for the main target build. | 5166 # Use outputs of this action as inputs for the main target build. |
| 5165 # Seems as a misnomer but makes this happy on Linux (scons). | 5167 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5166 'process_outputs_as_sources': 1, | 5168 'process_outputs_as_sources': 1, |
| 5167 }, | 5169 }, |
| 5168 ], # 'actions' | 5170 ], # 'actions' |
| 5169 }, | 5171 }, |
| 5170 ] | 5172 ] |
| 5171 }], | 5173 }], |
| 5172 ], # 'conditions' | 5174 ], # 'conditions' |
| 5173 } | 5175 } |
| OLD | NEW |