| 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'browser/automation/automation_profile_impl.cc', | 702 'browser/automation/automation_profile_impl.cc', |
| 703 'browser/automation/automation_profile_impl.h', | 703 'browser/automation/automation_profile_impl.h', |
| 704 'browser/automation/automation_provider_gtk.cc', | 704 'browser/automation/automation_provider_gtk.cc', |
| 705 'browser/automation/automation_provider_win.cc', | 705 'browser/automation/automation_provider_win.cc', |
| 706 'browser/automation/automation_provider.cc', | 706 'browser/automation/automation_provider.cc', |
| 707 'browser/automation/automation_provider.h', | 707 'browser/automation/automation_provider.h', |
| 708 'browser/automation/automation_provider_list.cc', | 708 'browser/automation/automation_provider_list.cc', |
| 709 'browser/automation/automation_provider_list_generic.cc', | 709 'browser/automation/automation_provider_list_generic.cc', |
| 710 'browser/automation/automation_provider_list_mac.mm', | 710 'browser/automation/automation_provider_list_mac.mm', |
| 711 'browser/automation/automation_provider_list.h', | 711 'browser/automation/automation_provider_list.h', |
| 712 'browser/automation/automation_provider_observers.cc', |
| 713 'browser/automation/automation_provider_observers.h', |
| 712 'browser/automation/automation_resource_message_filter.cc', | 714 'browser/automation/automation_resource_message_filter.cc', |
| 713 'browser/automation/automation_resource_message_filter.h', | 715 'browser/automation/automation_resource_message_filter.h', |
| 714 'browser/automation/automation_resource_tracker.cc', | 716 'browser/automation/automation_resource_tracker.cc', |
| 715 'browser/automation/automation_resource_tracker.h', | 717 'browser/automation/automation_resource_tracker.h', |
| 716 'browser/automation/automation_tab_tracker.h', | 718 'browser/automation/automation_tab_tracker.h', |
| 717 'browser/automation/url_request_automation_job.cc', | 719 'browser/automation/url_request_automation_job.cc', |
| 718 'browser/automation/url_request_automation_job.h', | 720 'browser/automation/url_request_automation_job.h', |
| 719 'browser/automation/automation_window_tracker.h', | 721 'browser/automation/automation_window_tracker.h', |
| 720 'browser/automation/extension_port_container.cc', | 722 'browser/automation/extension_port_container.cc', |
| 721 'browser/automation/extension_port_container.h', | 723 'browser/automation/extension_port_container.h', |
| (...skipping 5108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5830 # Use outputs of this action as inputs for the main target build. | 5832 # Use outputs of this action as inputs for the main target build. |
| 5831 # Seems as a misnomer but makes this happy on Linux (scons). | 5833 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5832 'process_outputs_as_sources': 1, | 5834 'process_outputs_as_sources': 1, |
| 5833 }, | 5835 }, |
| 5834 ], # 'actions' | 5836 ], # 'actions' |
| 5835 }, | 5837 }, |
| 5836 ] | 5838 ] |
| 5837 }], | 5839 }], |
| 5838 ], # 'conditions' | 5840 ], # 'conditions' |
| 5839 } | 5841 } |
| OLD | NEW |