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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
844 'browser/dom_ui/downloads_ui.cc', | 844 'browser/dom_ui/downloads_ui.cc', |
845 'browser/dom_ui/downloads_ui.h', | 845 'browser/dom_ui/downloads_ui.h', |
846 'browser/dom_ui/fileicon_source.cc', | 846 'browser/dom_ui/fileicon_source.cc', |
847 'browser/dom_ui/fileicon_source.h', | 847 'browser/dom_ui/fileicon_source.h', |
848 'browser/dom_ui/history_ui.cc', | 848 'browser/dom_ui/history_ui.cc', |
849 'browser/dom_ui/history_ui.h', | 849 'browser/dom_ui/history_ui.h', |
850 'browser/dom_ui/html_dialog_ui.cc', | 850 'browser/dom_ui/html_dialog_ui.cc', |
851 'browser/dom_ui/html_dialog_ui.h', | 851 'browser/dom_ui/html_dialog_ui.h', |
852 'browser/dom_ui/new_tab_ui.cc', | 852 'browser/dom_ui/new_tab_ui.cc', |
853 'browser/dom_ui/new_tab_ui.h', | 853 'browser/dom_ui/new_tab_ui.h', |
| 854 'browser/dom_ui/print_ui.cc', |
| 855 'browser/dom_ui/print_ui.h', |
854 'browser/dom_ui/shown_sections_handler.cc', | 856 'browser/dom_ui/shown_sections_handler.cc', |
855 'browser/dom_ui/shown_sections_handler.h', | 857 'browser/dom_ui/shown_sections_handler.h', |
856 'browser/dom_ui/tips_handler.cc', | 858 'browser/dom_ui/tips_handler.cc', |
857 'browser/dom_ui/tips_handler.h', | 859 'browser/dom_ui/tips_handler.h', |
858 'browser/download/download_exe.cc', | 860 'browser/download/download_exe.cc', |
859 'browser/download/download_file.cc', | 861 'browser/download/download_file.cc', |
860 'browser/download/download_file.h', | 862 'browser/download/download_file.h', |
861 'browser/download/download_item_model.cc', | 863 'browser/download/download_item_model.cc', |
862 'browser/download/download_item_model.h', | 864 'browser/download/download_item_model.h', |
863 'browser/download/download_manager.cc', | 865 'browser/download/download_manager.cc', |
(...skipping 4011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4875 # Use outputs of this action as inputs for the main target build. | 4877 # Use outputs of this action as inputs for the main target build. |
4876 # Seems as a misnomer but makes this happy on Linux (scons). | 4878 # Seems as a misnomer but makes this happy on Linux (scons). |
4877 'process_outputs_as_sources': 1, | 4879 'process_outputs_as_sources': 1, |
4878 }, | 4880 }, |
4879 ], # 'actions' | 4881 ], # 'actions' |
4880 }, | 4882 }, |
4881 ] | 4883 ] |
4882 }], | 4884 }], |
4883 ], # 'conditions' | 4885 ], # 'conditions' |
4884 } | 4886 } |
OLD | NEW |