| 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 'browser/gtk/download_shelf_gtk.cc', | 888 'browser/gtk/download_shelf_gtk.cc', |
| 889 'browser/gtk/download_shelf_gtk.h', | 889 'browser/gtk/download_shelf_gtk.h', |
| 890 'browser/gtk/download_started_animation_gtk.cc', | 890 'browser/gtk/download_started_animation_gtk.cc', |
| 891 'browser/gtk/go_button_gtk.cc', | 891 'browser/gtk/go_button_gtk.cc', |
| 892 'browser/gtk/go_button_gtk.h', | 892 'browser/gtk/go_button_gtk.h', |
| 893 'browser/gtk/gtk_chrome_button.cc', | 893 'browser/gtk/gtk_chrome_button.cc', |
| 894 'browser/gtk/gtk_chrome_button.h', | 894 'browser/gtk/gtk_chrome_button.h', |
| 895 'browser/gtk/hung_renderer_dialog_gtk.cc', | 895 'browser/gtk/hung_renderer_dialog_gtk.cc', |
| 896 'browser/gtk/import_dialog_gtk.cc', | 896 'browser/gtk/import_dialog_gtk.cc', |
| 897 'browser/gtk/import_dialog_gtk.h', | 897 'browser/gtk/import_dialog_gtk.h', |
| 898 'browser/gtk/import_lock_dialog_gtk.cc', |
| 899 'browser/gtk/import_lock_dialog_gtk.h', |
| 900 'browser/gtk/import_progress_dialog_gtk.cc', |
| 901 'browser/gtk/import_progress_dialog_gtk.h', |
| 898 'browser/gtk/info_bubble_gtk.cc', | 902 'browser/gtk/info_bubble_gtk.cc', |
| 899 'browser/gtk/info_bubble_gtk.h', | 903 'browser/gtk/info_bubble_gtk.h', |
| 900 'browser/gtk/infobar_container_gtk.cc', | 904 'browser/gtk/infobar_container_gtk.cc', |
| 901 'browser/gtk/infobar_container_gtk.h', | 905 'browser/gtk/infobar_container_gtk.h', |
| 902 'browser/gtk/infobar_gtk.cc', | 906 'browser/gtk/infobar_gtk.cc', |
| 903 'browser/gtk/infobar_gtk.h', | 907 'browser/gtk/infobar_gtk.h', |
| 904 'browser/gtk/find_bar_gtk.cc', | 908 'browser/gtk/find_bar_gtk.cc', |
| 905 'browser/gtk/find_bar_gtk.h', | 909 'browser/gtk/find_bar_gtk.h', |
| 906 'browser/gtk/focus_store_gtk.cc', | 910 'browser/gtk/focus_store_gtk.cc', |
| 907 'browser/gtk/focus_store_gtk.h', | 911 'browser/gtk/focus_store_gtk.h', |
| (...skipping 2854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3762 # Use outputs of this action as inputs for the main target build. | 3766 # Use outputs of this action as inputs for the main target build. |
| 3763 # Seems as a misnomer but makes this happy on Linux (scons). | 3767 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3764 'process_outputs_as_sources': 1, | 3768 'process_outputs_as_sources': 1, |
| 3765 }, | 3769 }, |
| 3766 ], # 'actions' | 3770 ], # 'actions' |
| 3767 }, | 3771 }, |
| 3768 ] | 3772 ] |
| 3769 }], | 3773 }], |
| 3770 ], # 'conditions' | 3774 ], # 'conditions' |
| 3771 } | 3775 } |
| OLD | NEW |