| 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'browser/automation/ui_controls.cc', | 637 'browser/automation/ui_controls.cc', |
| 638 'browser/automation/ui_controls.h', | 638 'browser/automation/ui_controls.h', |
| 639 'browser/automation/url_request_failed_dns_job.cc', | 639 'browser/automation/url_request_failed_dns_job.cc', |
| 640 'browser/automation/url_request_failed_dns_job.h', | 640 'browser/automation/url_request_failed_dns_job.h', |
| 641 # TODO: These should be moved to test_support (see below), but | 641 # TODO: These should be moved to test_support (see below), but |
| 642 # are currently used by production code in automation_provider.cc. | 642 # are currently used by production code in automation_provider.cc. |
| 643 'browser/automation/url_request_mock_http_job.cc', | 643 'browser/automation/url_request_mock_http_job.cc', |
| 644 'browser/automation/url_request_mock_http_job.h', | 644 'browser/automation/url_request_mock_http_job.h', |
| 645 'browser/automation/url_request_slow_download_job.cc', | 645 'browser/automation/url_request_slow_download_job.cc', |
| 646 'browser/automation/url_request_slow_download_job.h', | 646 'browser/automation/url_request_slow_download_job.h', |
| 647 'browser/automation/url_request_slow_http_job.cc', |
| 648 'browser/automation/url_request_slow_http_job.h', |
| 647 'browser/back_forward_menu_model.cc', | 649 'browser/back_forward_menu_model.cc', |
| 648 'browser/back_forward_menu_model.h', | 650 'browser/back_forward_menu_model.h', |
| 649 'browser/back_forward_menu_model_views.cc', | 651 'browser/back_forward_menu_model_views.cc', |
| 650 'browser/back_forward_menu_model_views.h', | 652 'browser/back_forward_menu_model_views.h', |
| 651 'browser/blocked_popup_container.cc', | 653 'browser/blocked_popup_container.cc', |
| 652 'browser/blocked_popup_container.h', | 654 'browser/blocked_popup_container.h', |
| 653 'browser/bookmarks/bookmark_codec.cc', | 655 'browser/bookmarks/bookmark_codec.cc', |
| 654 'browser/bookmarks/bookmark_codec.h', | 656 'browser/bookmarks/bookmark_codec.h', |
| 655 'browser/bookmarks/bookmark_context_menu_controller.cc', | 657 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 656 'browser/bookmarks/bookmark_context_menu_controller.h', | 658 'browser/bookmarks/bookmark_context_menu_controller.h', |
| (...skipping 4485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5142 # Use outputs of this action as inputs for the main target build. | 5144 # Use outputs of this action as inputs for the main target build. |
| 5143 # Seems as a misnomer but makes this happy on Linux (scons). | 5145 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5144 'process_outputs_as_sources': 1, | 5146 'process_outputs_as_sources': 1, |
| 5145 }, | 5147 }, |
| 5146 ], # 'actions' | 5148 ], # 'actions' |
| 5147 }, | 5149 }, |
| 5148 ] | 5150 ] |
| 5149 }], | 5151 }], |
| 5150 ], # 'conditions' | 5152 ], # 'conditions' |
| 5151 } | 5153 } |
| OLD | NEW |