| 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 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1216 'browser/in_process_webkit/dom_storage_dispatcher_host.h', | 1216 'browser/in_process_webkit/dom_storage_dispatcher_host.h', |
| 1217 'browser/in_process_webkit/webkit_context.cc', | 1217 'browser/in_process_webkit/webkit_context.cc', |
| 1218 'browser/in_process_webkit/webkit_context.h', | 1218 'browser/in_process_webkit/webkit_context.h', |
| 1219 'browser/in_process_webkit/webkit_thread.cc', | 1219 'browser/in_process_webkit/webkit_thread.cc', |
| 1220 'browser/in_process_webkit/webkit_thread.h', | 1220 'browser/in_process_webkit/webkit_thread.h', |
| 1221 'browser/input_window_dialog.h', | 1221 'browser/input_window_dialog.h', |
| 1222 'browser/input_window_dialog_gtk.cc', | 1222 'browser/input_window_dialog_gtk.cc', |
| 1223 'browser/input_window_dialog_win.cc', | 1223 'browser/input_window_dialog_win.cc', |
| 1224 'browser/jankometer.cc', | 1224 'browser/jankometer.cc', |
| 1225 'browser/jankometer.h', | 1225 'browser/jankometer.h', |
| 1226 'browser/jumplist.cc', |
| 1227 'browser/jumplist.h', |
| 1226 'browser/jsmessage_box_handler.cc', | 1228 'browser/jsmessage_box_handler.cc', |
| 1227 'browser/jsmessage_box_handler.h', | 1229 'browser/jsmessage_box_handler.h', |
| 1228 'browser/keychain_mac.cc', | 1230 'browser/keychain_mac.cc', |
| 1229 'browser/keychain_mac.h', | 1231 'browser/keychain_mac.h', |
| 1230 'browser/load_from_memory_cache_details.h', | 1232 'browser/load_from_memory_cache_details.h', |
| 1231 'browser/load_notification_details.h', | 1233 'browser/load_notification_details.h', |
| 1232 'browser/location_bar.h', | 1234 'browser/location_bar.h', |
| 1233 'browser/login_prompt.cc', | 1235 'browser/login_prompt.cc', |
| 1234 'browser/login_prompt.h', | 1236 'browser/login_prompt.h', |
| 1235 'browser/login_prompt_gtk.cc', | 1237 'browser/login_prompt_gtk.cc', |
| (...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2244 'browser/extensions/extension_creator.cc', | 2246 'browser/extensions/extension_creator.cc', |
| 2245 'browser/dom_ui/html_dialog_contents.cc', | 2247 'browser/dom_ui/html_dialog_contents.cc', |
| 2246 'browser/encoding_menu_controller_delegate.cc', | 2248 'browser/encoding_menu_controller_delegate.cc', |
| 2247 'browser/external_tab_container.cc', | 2249 'browser/external_tab_container.cc', |
| 2248 'browser/google_update.cc', | 2250 'browser/google_update.cc', |
| 2249 'browser/history/history_indexer.idl', | 2251 'browser/history/history_indexer.idl', |
| 2250 'browser/history_tab_ui.cc', | 2252 'browser/history_tab_ui.cc', |
| 2251 'browser/history_view.cc', | 2253 'browser/history_view.cc', |
| 2252 'browser/ime_input.cc', | 2254 'browser/ime_input.cc', |
| 2253 'browser/importer/ie_importer.cc', | 2255 'browser/importer/ie_importer.cc', |
| 2256 'browser/jumplist.cc', |
| 2254 'browser/memory_details.cc', | 2257 'browser/memory_details.cc', |
| 2255 'browser/modal_html_dialog_delegate.cc', | 2258 'browser/modal_html_dialog_delegate.cc', |
| 2256 'browser/sandbox_policy.cc', | 2259 'browser/sandbox_policy.cc', |
| 2257 'browser/shell_integration.cc', | 2260 'browser/shell_integration.cc', |
| 2258 'browser/tab_contents/web_drag_source.cc', | 2261 'browser/tab_contents/web_drag_source.cc', |
| 2259 'browser/tab_contents/web_drop_target.cc', | 2262 'browser/tab_contents/web_drop_target.cc', |
| 2260 ], | 2263 ], |
| 2261 }], | 2264 }], |
| 2262 ], | 2265 ], |
| 2263 }, | 2266 }, |
| (...skipping 2801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5065 # Use outputs of this action as inputs for the main target build. | 5068 # Use outputs of this action as inputs for the main target build. |
| 5066 # Seems as a misnomer but makes this happy on Linux (scons). | 5069 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5067 'process_outputs_as_sources': 1, | 5070 'process_outputs_as_sources': 1, |
| 5068 }, | 5071 }, |
| 5069 ], # 'actions' | 5072 ], # 'actions' |
| 5070 }, | 5073 }, |
| 5071 ] | 5074 ] |
| 5072 }], | 5075 }], |
| 5073 ], # 'conditions' | 5076 ], # 'conditions' |
| 5074 } | 5077 } |
| OLD | NEW |