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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 'browser/gtk/go_button_gtk.cc', | 988 'browser/gtk/go_button_gtk.cc', |
989 'browser/gtk/go_button_gtk.h', | 989 'browser/gtk/go_button_gtk.h', |
990 'browser/gtk/gtk_chrome_button.cc', | 990 'browser/gtk/gtk_chrome_button.cc', |
991 'browser/gtk/gtk_chrome_button.h', | 991 'browser/gtk/gtk_chrome_button.h', |
992 'browser/gtk/gtk_chrome_link_button.cc', | 992 'browser/gtk/gtk_chrome_link_button.cc', |
993 'browser/gtk/gtk_chrome_link_button.h', | 993 'browser/gtk/gtk_chrome_link_button.h', |
994 'browser/gtk/gtk_dnd_util.cc', | 994 'browser/gtk/gtk_dnd_util.cc', |
995 'browser/gtk/gtk_dnd_util.h', | 995 'browser/gtk/gtk_dnd_util.h', |
996 'browser/gtk/gtk_floating_container.cc', | 996 'browser/gtk/gtk_floating_container.cc', |
997 'browser/gtk/gtk_floating_container.h', | 997 'browser/gtk/gtk_floating_container.h', |
| 998 'browser/gtk/gtk_theme_provider.cc', |
| 999 'browser/gtk/gtk_theme_provider.h', |
998 'browser/gtk/hung_renderer_dialog_gtk.cc', | 1000 'browser/gtk/hung_renderer_dialog_gtk.cc', |
999 'browser/gtk/import_dialog_gtk.cc', | 1001 'browser/gtk/import_dialog_gtk.cc', |
1000 'browser/gtk/import_dialog_gtk.h', | 1002 'browser/gtk/import_dialog_gtk.h', |
1001 'browser/gtk/import_lock_dialog_gtk.cc', | 1003 'browser/gtk/import_lock_dialog_gtk.cc', |
1002 'browser/gtk/import_lock_dialog_gtk.h', | 1004 'browser/gtk/import_lock_dialog_gtk.h', |
1003 'browser/gtk/import_progress_dialog_gtk.cc', | 1005 'browser/gtk/import_progress_dialog_gtk.cc', |
1004 'browser/gtk/import_progress_dialog_gtk.h', | 1006 'browser/gtk/import_progress_dialog_gtk.h', |
1005 'browser/gtk/info_bubble_gtk.cc', | 1007 'browser/gtk/info_bubble_gtk.cc', |
1006 'browser/gtk/info_bubble_gtk.h', | 1008 'browser/gtk/info_bubble_gtk.h', |
1007 'browser/gtk/infobar_container_gtk.cc', | 1009 'browser/gtk/infobar_container_gtk.cc', |
(...skipping 3845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4853 # Use outputs of this action as inputs for the main target build. | 4855 # Use outputs of this action as inputs for the main target build. |
4854 # Seems as a misnomer but makes this happy on Linux (scons). | 4856 # Seems as a misnomer but makes this happy on Linux (scons). |
4855 'process_outputs_as_sources': 1, | 4857 'process_outputs_as_sources': 1, |
4856 }, | 4858 }, |
4857 ], # 'actions' | 4859 ], # 'actions' |
4858 }, | 4860 }, |
4859 ] | 4861 ] |
4860 }], | 4862 }], |
4861 ], # 'conditions' | 4863 ], # 'conditions' |
4862 } | 4864 } |
OLD | NEW |