| 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 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 'browser/gtk/dialogs_gtk.cc', | 1193 'browser/gtk/dialogs_gtk.cc', |
| 1194 'browser/gtk/download_item_gtk.cc', | 1194 'browser/gtk/download_item_gtk.cc', |
| 1195 'browser/gtk/download_item_gtk.h', | 1195 'browser/gtk/download_item_gtk.h', |
| 1196 'browser/gtk/download_request_dialog_delegate_gtk.cc', | 1196 'browser/gtk/download_request_dialog_delegate_gtk.cc', |
| 1197 'browser/gtk/download_request_dialog_delegate_gtk.h', | 1197 'browser/gtk/download_request_dialog_delegate_gtk.h', |
| 1198 'browser/gtk/download_shelf_gtk.cc', | 1198 'browser/gtk/download_shelf_gtk.cc', |
| 1199 'browser/gtk/download_shelf_gtk.h', | 1199 'browser/gtk/download_shelf_gtk.h', |
| 1200 'browser/gtk/download_started_animation_gtk.cc', | 1200 'browser/gtk/download_started_animation_gtk.cc', |
| 1201 'browser/gtk/edit_search_engine_dialog.cc', | 1201 'browser/gtk/edit_search_engine_dialog.cc', |
| 1202 'browser/gtk/edit_search_engine_dialog.h', | 1202 'browser/gtk/edit_search_engine_dialog.h', |
| 1203 'browser/gtk/extension_install_prompt_gtk.cc', | |
| 1204 'browser/gtk/extension_shelf_gtk.cc', | 1203 'browser/gtk/extension_shelf_gtk.cc', |
| 1205 'browser/gtk/extension_shelf_gtk.h', | 1204 'browser/gtk/extension_shelf_gtk.h', |
| 1206 'browser/gtk/extension_view_gtk.cc', | 1205 'browser/gtk/extension_view_gtk.cc', |
| 1207 'browser/gtk/extension_view_gtk.h', | 1206 'browser/gtk/extension_view_gtk.h', |
| 1208 'browser/gtk/find_bar_gtk.cc', | 1207 'browser/gtk/find_bar_gtk.cc', |
| 1209 'browser/gtk/find_bar_gtk.h', | 1208 'browser/gtk/find_bar_gtk.h', |
| 1210 'browser/gtk/first_run_bubble.cc', | 1209 'browser/gtk/first_run_bubble.cc', |
| 1211 'browser/gtk/first_run_bubble.h', | 1210 'browser/gtk/first_run_bubble.h', |
| 1212 'browser/gtk/first_run_dialog.cc', | 1211 'browser/gtk/first_run_dialog.cc', |
| 1213 'browser/gtk/first_run_dialog.h', | 1212 'browser/gtk/first_run_dialog.h', |
| (...skipping 4600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5814 # Use outputs of this action as inputs for the main target build. | 5813 # Use outputs of this action as inputs for the main target build. |
| 5815 # Seems as a misnomer but makes this happy on Linux (scons). | 5814 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5816 'process_outputs_as_sources': 1, | 5815 'process_outputs_as_sources': 1, |
| 5817 }, | 5816 }, |
| 5818 ], # 'actions' | 5817 ], # 'actions' |
| 5819 }, | 5818 }, |
| 5820 ] | 5819 ] |
| 5821 }], | 5820 }], |
| 5822 ], # 'conditions' | 5821 ], # 'conditions' |
| 5823 } | 5822 } |
| OLD | NEW |