| 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 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 'browser/gtk/dialogs_gtk.cc', | 902 'browser/gtk/dialogs_gtk.cc', |
| 903 'browser/gtk/download_item_gtk.cc', | 903 'browser/gtk/download_item_gtk.cc', |
| 904 'browser/gtk/download_item_gtk.h', | 904 'browser/gtk/download_item_gtk.h', |
| 905 'browser/gtk/download_shelf_gtk.cc', | 905 'browser/gtk/download_shelf_gtk.cc', |
| 906 'browser/gtk/download_shelf_gtk.h', | 906 'browser/gtk/download_shelf_gtk.h', |
| 907 'browser/gtk/download_started_animation_gtk.cc', | 907 'browser/gtk/download_started_animation_gtk.cc', |
| 908 'browser/gtk/go_button_gtk.cc', | 908 'browser/gtk/go_button_gtk.cc', |
| 909 'browser/gtk/go_button_gtk.h', | 909 'browser/gtk/go_button_gtk.h', |
| 910 'browser/gtk/gtk_chrome_button.cc', | 910 'browser/gtk/gtk_chrome_button.cc', |
| 911 'browser/gtk/gtk_chrome_button.h', | 911 'browser/gtk/gtk_chrome_button.h', |
| 912 'browser/gtk/gtk_floating_container.cc', |
| 913 'browser/gtk/gtk_floating_container.h', |
| 912 'browser/gtk/hung_renderer_dialog_gtk.cc', | 914 'browser/gtk/hung_renderer_dialog_gtk.cc', |
| 913 'browser/gtk/import_dialog_gtk.cc', | 915 'browser/gtk/import_dialog_gtk.cc', |
| 914 'browser/gtk/import_dialog_gtk.h', | 916 'browser/gtk/import_dialog_gtk.h', |
| 915 'browser/gtk/import_lock_dialog_gtk.cc', | 917 'browser/gtk/import_lock_dialog_gtk.cc', |
| 916 'browser/gtk/import_lock_dialog_gtk.h', | 918 'browser/gtk/import_lock_dialog_gtk.h', |
| 917 'browser/gtk/import_progress_dialog_gtk.cc', | 919 'browser/gtk/import_progress_dialog_gtk.cc', |
| 918 'browser/gtk/import_progress_dialog_gtk.h', | 920 'browser/gtk/import_progress_dialog_gtk.h', |
| 919 'browser/gtk/info_bubble_gtk.cc', | 921 'browser/gtk/info_bubble_gtk.cc', |
| 920 'browser/gtk/info_bubble_gtk.h', | 922 'browser/gtk/info_bubble_gtk.h', |
| 921 'browser/gtk/infobar_container_gtk.cc', | 923 'browser/gtk/infobar_container_gtk.cc', |
| (...skipping 3179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4101 # Use outputs of this action as inputs for the main target build. | 4103 # Use outputs of this action as inputs for the main target build. |
| 4102 # Seems as a misnomer but makes this happy on Linux (scons). | 4104 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4103 'process_outputs_as_sources': 1, | 4105 'process_outputs_as_sources': 1, |
| 4104 }, | 4106 }, |
| 4105 ], # 'actions' | 4107 ], # 'actions' |
| 4106 }, | 4108 }, |
| 4107 ] | 4109 ] |
| 4108 }], | 4110 }], |
| 4109 ], # 'conditions' | 4111 ], # 'conditions' |
| 4110 } | 4112 } |
| OLD | NEW |