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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 'browser/gtk/custom_button.cc', | 1040 'browser/gtk/custom_button.cc', |
1041 'browser/gtk/custom_button.h', | 1041 'browser/gtk/custom_button.h', |
1042 'browser/gtk/dialogs_gtk.cc', | 1042 'browser/gtk/dialogs_gtk.cc', |
1043 'browser/gtk/download_item_gtk.cc', | 1043 'browser/gtk/download_item_gtk.cc', |
1044 'browser/gtk/download_item_gtk.h', | 1044 'browser/gtk/download_item_gtk.h', |
1045 'browser/gtk/download_shelf_gtk.cc', | 1045 'browser/gtk/download_shelf_gtk.cc', |
1046 'browser/gtk/download_shelf_gtk.h', | 1046 'browser/gtk/download_shelf_gtk.h', |
1047 'browser/gtk/download_started_animation_gtk.cc', | 1047 'browser/gtk/download_started_animation_gtk.cc', |
1048 'browser/gtk/edit_search_engine_dialog.cc', | 1048 'browser/gtk/edit_search_engine_dialog.cc', |
1049 'browser/gtk/edit_search_engine_dialog.h', | 1049 'browser/gtk/edit_search_engine_dialog.h', |
| 1050 'browser/gtk/extension_shelf_gtk.cc', |
| 1051 'browser/gtk/extension_shelf_gtk.h', |
1050 'browser/gtk/first_run_bubble.cc', | 1052 'browser/gtk/first_run_bubble.cc', |
1051 'browser/gtk/first_run_bubble.h', | 1053 'browser/gtk/first_run_bubble.h', |
1052 'browser/gtk/first_run_dialog.cc', | 1054 'browser/gtk/first_run_dialog.cc', |
1053 'browser/gtk/first_run_dialog.h', | 1055 'browser/gtk/first_run_dialog.h', |
1054 'browser/gtk/go_button_gtk.cc', | 1056 'browser/gtk/go_button_gtk.cc', |
1055 'browser/gtk/go_button_gtk.h', | 1057 'browser/gtk/go_button_gtk.h', |
1056 'browser/gtk/gtk_chrome_button.cc', | 1058 'browser/gtk/gtk_chrome_button.cc', |
1057 'browser/gtk/gtk_chrome_button.h', | 1059 'browser/gtk/gtk_chrome_button.h', |
1058 'browser/gtk/gtk_chrome_link_button.cc', | 1060 'browser/gtk/gtk_chrome_link_button.cc', |
1059 'browser/gtk/gtk_chrome_link_button.h', | 1061 'browser/gtk/gtk_chrome_link_button.h', |
(...skipping 3967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5027 # Use outputs of this action as inputs for the main target build. | 5029 # Use outputs of this action as inputs for the main target build. |
5028 # Seems as a misnomer but makes this happy on Linux (scons). | 5030 # Seems as a misnomer but makes this happy on Linux (scons). |
5029 'process_outputs_as_sources': 1, | 5031 'process_outputs_as_sources': 1, |
5030 }, | 5032 }, |
5031 ], # 'actions' | 5033 ], # 'actions' |
5032 }, | 5034 }, |
5033 ] | 5035 ] |
5034 }], | 5036 }], |
5035 ], # 'conditions' | 5037 ], # 'conditions' |
5036 } | 5038 } |
OLD | NEW |