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 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1004 'browser/gtk/custom_button.cc', | 1004 'browser/gtk/custom_button.cc', |
1005 'browser/gtk/custom_button.h', | 1005 'browser/gtk/custom_button.h', |
1006 'browser/gtk/dialogs_gtk.cc', | 1006 'browser/gtk/dialogs_gtk.cc', |
1007 'browser/gtk/download_item_gtk.cc', | 1007 'browser/gtk/download_item_gtk.cc', |
1008 'browser/gtk/download_item_gtk.h', | 1008 'browser/gtk/download_item_gtk.h', |
1009 'browser/gtk/download_shelf_gtk.cc', | 1009 'browser/gtk/download_shelf_gtk.cc', |
1010 'browser/gtk/download_shelf_gtk.h', | 1010 'browser/gtk/download_shelf_gtk.h', |
1011 'browser/gtk/download_started_animation_gtk.cc', | 1011 'browser/gtk/download_started_animation_gtk.cc', |
1012 'browser/gtk/edit_search_engine_dialog.cc', | 1012 'browser/gtk/edit_search_engine_dialog.cc', |
1013 'browser/gtk/edit_search_engine_dialog.h', | 1013 'browser/gtk/edit_search_engine_dialog.h', |
| 1014 'browser/gtk/first_run_dialog.cc', |
| 1015 'browser/gtk/first_run_dialog.h', |
1014 'browser/gtk/go_button_gtk.cc', | 1016 'browser/gtk/go_button_gtk.cc', |
1015 'browser/gtk/go_button_gtk.h', | 1017 'browser/gtk/go_button_gtk.h', |
1016 'browser/gtk/gtk_chrome_button.cc', | 1018 'browser/gtk/gtk_chrome_button.cc', |
1017 'browser/gtk/gtk_chrome_button.h', | 1019 'browser/gtk/gtk_chrome_button.h', |
1018 'browser/gtk/gtk_chrome_link_button.cc', | 1020 'browser/gtk/gtk_chrome_link_button.cc', |
1019 'browser/gtk/gtk_chrome_link_button.h', | 1021 'browser/gtk/gtk_chrome_link_button.h', |
1020 'browser/gtk/gtk_dnd_util.cc', | 1022 'browser/gtk/gtk_dnd_util.cc', |
1021 'browser/gtk/gtk_dnd_util.h', | 1023 'browser/gtk/gtk_dnd_util.h', |
1022 'browser/gtk/gtk_floating_container.cc', | 1024 'browser/gtk/gtk_floating_container.cc', |
1023 'browser/gtk/gtk_floating_container.h', | 1025 'browser/gtk/gtk_floating_container.h', |
(...skipping 3870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4894 # Use outputs of this action as inputs for the main target build. | 4896 # Use outputs of this action as inputs for the main target build. |
4895 # Seems as a misnomer but makes this happy on Linux (scons). | 4897 # Seems as a misnomer but makes this happy on Linux (scons). |
4896 'process_outputs_as_sources': 1, | 4898 'process_outputs_as_sources': 1, |
4897 }, | 4899 }, |
4898 ], # 'actions' | 4900 ], # 'actions' |
4899 }, | 4901 }, |
4900 ] | 4902 ] |
4901 }], | 4903 }], |
4902 ], # 'conditions' | 4904 ], # 'conditions' |
4903 } | 4905 } |
OLD | NEW |