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 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
849 'browser/chrome_thread.cc', | 849 'browser/chrome_thread.cc', |
850 'browser/chrome_thread.h', | 850 'browser/chrome_thread.h', |
851 'browser/chromeos/chromeos_version_loader.cc', | 851 'browser/chromeos/chromeos_version_loader.cc', |
852 'browser/chromeos/chromeos_version_loader.h', | 852 'browser/chromeos/chromeos_version_loader.h', |
853 'browser/chromeos/compact_navigation_bar.cc', | 853 'browser/chromeos/compact_navigation_bar.cc', |
854 'browser/chromeos/compact_navigation_bar.h', | 854 'browser/chromeos/compact_navigation_bar.h', |
855 'browser/chromeos/pipe_reader.cc', | 855 'browser/chromeos/pipe_reader.cc', |
856 'browser/chromeos/pipe_reader.h', | 856 'browser/chromeos/pipe_reader.h', |
857 'browser/chromeos/external_cookie_handler.cc', | 857 'browser/chromeos/external_cookie_handler.cc', |
858 'browser/chromeos/external_cookie_handler.h', | 858 'browser/chromeos/external_cookie_handler.h', |
859 » 'browser/chromeos/gview_request_interceptor.cc', | 859 'browser/chromeos/gview_request_interceptor.cc', |
860 » 'browser/chromeos/gview_request_interceptor.h', | 860 'browser/chromeos/gview_request_interceptor.h', |
| 861 'browser/chromeos/settings_contents_view.cc', |
| 862 'browser/chromeos/settings_contents_view.h', |
861 'browser/chromeos/settings_page_view.cc', | 863 'browser/chromeos/settings_page_view.cc', |
862 'browser/chromeos/settings_page_view.h', | 864 'browser/chromeos/settings_page_view.h', |
863 'browser/chromeos/status_area_view.cc', | 865 'browser/chromeos/status_area_view.cc', |
864 'browser/chromeos/status_area_view.h', | 866 'browser/chromeos/status_area_view.h', |
| 867 'browser/chromeos/touchpad.cc', |
| 868 'browser/chromeos/touchpad.h', |
865 'browser/cocoa/about_window_controller.h', | 869 'browser/cocoa/about_window_controller.h', |
866 'browser/cocoa/about_window_controller.mm', | 870 'browser/cocoa/about_window_controller.mm', |
867 'browser/cocoa/autocomplete_text_field.h', | 871 'browser/cocoa/autocomplete_text_field.h', |
868 'browser/cocoa/autocomplete_text_field.mm', | 872 'browser/cocoa/autocomplete_text_field.mm', |
869 'browser/cocoa/autocomplete_text_field_cell.h', | 873 'browser/cocoa/autocomplete_text_field_cell.h', |
870 'browser/cocoa/autocomplete_text_field_cell.mm', | 874 'browser/cocoa/autocomplete_text_field_cell.mm', |
871 'browser/cocoa/autocomplete_text_field_editor.h', | 875 'browser/cocoa/autocomplete_text_field_editor.h', |
872 'browser/cocoa/autocomplete_text_field_editor.mm', | 876 'browser/cocoa/autocomplete_text_field_editor.mm', |
873 'browser/cocoa/autoseparating_menu.h', | 877 'browser/cocoa/autoseparating_menu.h', |
874 'browser/cocoa/autoseparating_menu.m', | 878 'browser/cocoa/autoseparating_menu.m', |
(...skipping 5218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6093 # Use outputs of this action as inputs for the main target build. | 6097 # Use outputs of this action as inputs for the main target build. |
6094 # Seems as a misnomer but makes this happy on Linux (scons). | 6098 # Seems as a misnomer but makes this happy on Linux (scons). |
6095 'process_outputs_as_sources': 1, | 6099 'process_outputs_as_sources': 1, |
6096 }, | 6100 }, |
6097 ], # 'actions' | 6101 ], # 'actions' |
6098 }, | 6102 }, |
6099 ] | 6103 ] |
6100 }], | 6104 }], |
6101 ], # 'conditions' | 6105 ], # 'conditions' |
6102 } | 6106 } |
OLD | NEW |