| 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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 'browser/in_process_webkit/dom_storage_dispatcher_host.h', | 1238 'browser/in_process_webkit/dom_storage_dispatcher_host.h', |
| 1239 'browser/in_process_webkit/webkit_context.cc', | 1239 'browser/in_process_webkit/webkit_context.cc', |
| 1240 'browser/in_process_webkit/webkit_context.h', | 1240 'browser/in_process_webkit/webkit_context.h', |
| 1241 'browser/in_process_webkit/webkit_thread.cc', | 1241 'browser/in_process_webkit/webkit_thread.cc', |
| 1242 'browser/in_process_webkit/webkit_thread.h', | 1242 'browser/in_process_webkit/webkit_thread.h', |
| 1243 'browser/input_window_dialog.h', | 1243 'browser/input_window_dialog.h', |
| 1244 'browser/input_window_dialog_gtk.cc', | 1244 'browser/input_window_dialog_gtk.cc', |
| 1245 'browser/input_window_dialog_win.cc', | 1245 'browser/input_window_dialog_win.cc', |
| 1246 'browser/jankometer.cc', | 1246 'browser/jankometer.cc', |
| 1247 'browser/jankometer.h', | 1247 'browser/jankometer.h', |
| 1248 'browser/jumplist.cc', |
| 1249 'browser/jumplist.h', |
| 1248 'browser/jsmessage_box_handler.cc', | 1250 'browser/jsmessage_box_handler.cc', |
| 1249 'browser/jsmessage_box_handler.h', | 1251 'browser/jsmessage_box_handler.h', |
| 1250 'browser/keychain_mac.cc', | 1252 'browser/keychain_mac.cc', |
| 1251 'browser/keychain_mac.h', | 1253 'browser/keychain_mac.h', |
| 1252 'browser/load_from_memory_cache_details.h', | 1254 'browser/load_from_memory_cache_details.h', |
| 1253 'browser/load_notification_details.h', | 1255 'browser/load_notification_details.h', |
| 1254 'browser/location_bar.h', | 1256 'browser/location_bar.h', |
| 1255 'browser/login_prompt.cc', | 1257 'browser/login_prompt.cc', |
| 1256 'browser/login_prompt.h', | 1258 'browser/login_prompt.h', |
| 1257 'browser/login_prompt_gtk.cc', | 1259 'browser/login_prompt_gtk.cc', |
| (...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2284 'browser/extensions/extension_creator.cc', | 2286 'browser/extensions/extension_creator.cc', |
| 2285 'browser/dom_ui/html_dialog_contents.cc', | 2287 'browser/dom_ui/html_dialog_contents.cc', |
| 2286 'browser/encoding_menu_controller_delegate.cc', | 2288 'browser/encoding_menu_controller_delegate.cc', |
| 2287 'browser/external_tab_container.cc', | 2289 'browser/external_tab_container.cc', |
| 2288 'browser/google_update.cc', | 2290 'browser/google_update.cc', |
| 2289 'browser/history/history_indexer.idl', | 2291 'browser/history/history_indexer.idl', |
| 2290 'browser/history_tab_ui.cc', | 2292 'browser/history_tab_ui.cc', |
| 2291 'browser/history_view.cc', | 2293 'browser/history_view.cc', |
| 2292 'browser/ime_input.cc', | 2294 'browser/ime_input.cc', |
| 2293 'browser/importer/ie_importer.cc', | 2295 'browser/importer/ie_importer.cc', |
| 2296 'browser/jumplist.cc', |
| 2294 'browser/memory_details.cc', | 2297 'browser/memory_details.cc', |
| 2295 'browser/modal_html_dialog_delegate.cc', | 2298 'browser/modal_html_dialog_delegate.cc', |
| 2296 'browser/sandbox_policy.cc', | 2299 'browser/sandbox_policy.cc', |
| 2297 'browser/shell_integration.cc', | 2300 'browser/shell_integration.cc', |
| 2298 'browser/tab_contents/web_drag_source.cc', | 2301 'browser/tab_contents/web_drag_source.cc', |
| 2299 'browser/tab_contents/web_drop_target.cc', | 2302 'browser/tab_contents/web_drop_target.cc', |
| 2300 ], | 2303 ], |
| 2301 }], | 2304 }], |
| 2302 ], | 2305 ], |
| 2303 }, | 2306 }, |
| (...skipping 2838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5142 # Use outputs of this action as inputs for the main target build. | 5145 # Use outputs of this action as inputs for the main target build. |
| 5143 # Seems as a misnomer but makes this happy on Linux (scons). | 5146 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5144 'process_outputs_as_sources': 1, | 5147 'process_outputs_as_sources': 1, |
| 5145 }, | 5148 }, |
| 5146 ], # 'actions' | 5149 ], # 'actions' |
| 5147 }, | 5150 }, |
| 5148 ] | 5151 ] |
| 5149 }], | 5152 }], |
| 5150 ], # 'conditions' | 5153 ], # 'conditions' |
| 5151 } | 5154 } |
| OLD | NEW |