| 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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 'browser/download/save_item.h', | 811 'browser/download/save_item.h', |
| 812 'browser/download/save_package.cc', | 812 'browser/download/save_package.cc', |
| 813 'browser/download/save_package.h', | 813 'browser/download/save_package.h', |
| 814 'browser/download/save_types.h', | 814 'browser/download/save_types.h', |
| 815 'browser/encoding_menu_controller.cc', | 815 'browser/encoding_menu_controller.cc', |
| 816 'browser/encoding_menu_controller.h', | 816 'browser/encoding_menu_controller.h', |
| 817 'browser/extensions/extension_bookmarks_module.cc', | 817 'browser/extensions/extension_bookmarks_module.cc', |
| 818 'browser/extensions/extension_bookmarks_module.h', | 818 'browser/extensions/extension_bookmarks_module.h', |
| 819 'browser/extensions/extension_bookmarks_module_constants.cc', | 819 'browser/extensions/extension_bookmarks_module_constants.cc', |
| 820 'browser/extensions/extension_bookmarks_module_constants.h', | 820 'browser/extensions/extension_bookmarks_module_constants.h', |
| 821 'browser/extensions/extension_creator.cc', |
| 822 'browser/extensions/extension_creator.h', |
| 821 'browser/extensions/extension_event_names.cc', | 823 'browser/extensions/extension_event_names.cc', |
| 822 'browser/extensions/extension_event_names.h', | 824 'browser/extensions/extension_event_names.h', |
| 823 'browser/extensions/extension_function.cc', | 825 'browser/extensions/extension_function.cc', |
| 824 'browser/extensions/extension_function.h', | 826 'browser/extensions/extension_function.h', |
| 825 'browser/extensions/extension_function_dispatcher.cc', | 827 'browser/extensions/extension_function_dispatcher.cc', |
| 826 'browser/extensions/extension_function_dispatcher.h', | 828 'browser/extensions/extension_function_dispatcher.h', |
| 827 'browser/extensions/extension_host.cc', | 829 'browser/extensions/extension_host.cc', |
| 828 'browser/extensions/extension_host.h', | 830 'browser/extensions/extension_host.h', |
| 829 'browser/extensions/extension_message_service.cc', | 831 'browser/extensions/extension_message_service.cc', |
| 830 'browser/extensions/extension_message_service.h', | 832 'browser/extensions/extension_message_service.h', |
| (...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1874 ], | 1876 ], |
| 1875 # Exclude files that should be excluded for all non-Windows platforms. | 1877 # Exclude files that should be excluded for all non-Windows platforms. |
| 1876 'sources!': [ | 1878 'sources!': [ |
| 1877 'browser/autocomplete/autocomplete_accessibility.cc', | 1879 'browser/autocomplete/autocomplete_accessibility.cc', |
| 1878 'browser/automation/ui_controls.cc', | 1880 'browser/automation/ui_controls.cc', |
| 1879 'browser/bookmarks/bookmark_menu_controller.cc', | 1881 'browser/bookmarks/bookmark_menu_controller.cc', |
| 1880 'browser/bookmarks/bookmark_menu_controller.h', | 1882 'browser/bookmarks/bookmark_menu_controller.h', |
| 1881 'browser/browser_accessibility.cc', | 1883 'browser/browser_accessibility.cc', |
| 1882 'browser/browser_accessibility_manager.cc', | 1884 'browser/browser_accessibility_manager.cc', |
| 1883 'browser/extensions/extension_shelf.cc', | 1885 'browser/extensions/extension_shelf.cc', |
| 1886 'browser/extensions/extension_creator.cc' |
| 1884 'browser/dom_ui/html_dialog_contents.cc', | 1887 'browser/dom_ui/html_dialog_contents.cc', |
| 1885 'browser/encoding_menu_controller_delegate.cc', | 1888 'browser/encoding_menu_controller_delegate.cc', |
| 1886 'browser/external_tab_container.cc', | 1889 'browser/external_tab_container.cc', |
| 1887 'browser/google_update.cc', | 1890 'browser/google_update.cc', |
| 1888 'browser/history/history_indexer.idl', | 1891 'browser/history/history_indexer.idl', |
| 1889 'browser/history_tab_ui.cc', | 1892 'browser/history_tab_ui.cc', |
| 1890 'browser/history_view.cc', | 1893 'browser/history_view.cc', |
| 1891 'browser/ime_input.cc', | 1894 'browser/ime_input.cc', |
| 1892 'browser/importer/ie_importer.cc', | 1895 'browser/importer/ie_importer.cc', |
| 1893 'browser/jankometer.cc', | 1896 'browser/jankometer.cc', |
| (...skipping 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4463 # Use outputs of this action as inputs for the main target build. | 4466 # Use outputs of this action as inputs for the main target build. |
| 4464 # Seems as a misnomer but makes this happy on Linux (scons). | 4467 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4465 'process_outputs_as_sources': 1, | 4468 'process_outputs_as_sources': 1, |
| 4466 }, | 4469 }, |
| 4467 ], # 'actions' | 4470 ], # 'actions' |
| 4468 }, | 4471 }, |
| 4469 ] | 4472 ] |
| 4470 }], | 4473 }], |
| 4471 ], # 'conditions' | 4474 ], # 'conditions' |
| 4472 } | 4475 } |
| OLD | NEW |