| 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 'browser/automation/ui_controls.cc', | 628 'browser/automation/ui_controls.cc', |
| 629 'browser/automation/ui_controls.h', | 629 'browser/automation/ui_controls.h', |
| 630 'browser/automation/url_request_failed_dns_job.cc', | 630 'browser/automation/url_request_failed_dns_job.cc', |
| 631 'browser/automation/url_request_failed_dns_job.h', | 631 'browser/automation/url_request_failed_dns_job.h', |
| 632 # TODO: These should be moved to test_support (see below), but | 632 # TODO: These should be moved to test_support (see below), but |
| 633 # are currently used by production code in automation_provider.cc. | 633 # are currently used by production code in automation_provider.cc. |
| 634 'browser/automation/url_request_mock_http_job.cc', | 634 'browser/automation/url_request_mock_http_job.cc', |
| 635 'browser/automation/url_request_mock_http_job.h', | 635 'browser/automation/url_request_mock_http_job.h', |
| 636 'browser/automation/url_request_slow_download_job.cc', | 636 'browser/automation/url_request_slow_download_job.cc', |
| 637 'browser/automation/url_request_slow_download_job.h', | 637 'browser/automation/url_request_slow_download_job.h', |
| 638 'browser/automation/url_request_slow_http_job.cc', |
| 639 'browser/automation/url_request_slow_http_job.h', |
| 638 'browser/back_forward_menu_model.cc', | 640 'browser/back_forward_menu_model.cc', |
| 639 'browser/back_forward_menu_model.h', | 641 'browser/back_forward_menu_model.h', |
| 640 'browser/back_forward_menu_model_views.cc', | 642 'browser/back_forward_menu_model_views.cc', |
| 641 'browser/back_forward_menu_model_views.h', | 643 'browser/back_forward_menu_model_views.h', |
| 642 'browser/blocked_popup_container.cc', | 644 'browser/blocked_popup_container.cc', |
| 643 'browser/blocked_popup_container.h', | 645 'browser/blocked_popup_container.h', |
| 644 'browser/bookmarks/bookmark_codec.cc', | 646 'browser/bookmarks/bookmark_codec.cc', |
| 645 'browser/bookmarks/bookmark_codec.h', | 647 'browser/bookmarks/bookmark_codec.h', |
| 646 'browser/bookmarks/bookmark_context_menu_controller.cc', | 648 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 647 'browser/bookmarks/bookmark_context_menu_controller.h', | 649 'browser/bookmarks/bookmark_context_menu_controller.h', |
| (...skipping 4408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5056 # Use outputs of this action as inputs for the main target build. | 5058 # Use outputs of this action as inputs for the main target build. |
| 5057 # Seems as a misnomer but makes this happy on Linux (scons). | 5059 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5058 'process_outputs_as_sources': 1, | 5060 'process_outputs_as_sources': 1, |
| 5059 }, | 5061 }, |
| 5060 ], # 'actions' | 5062 ], # 'actions' |
| 5061 }, | 5063 }, |
| 5062 ] | 5064 ] |
| 5063 }], | 5065 }], |
| 5064 ], # 'conditions' | 5066 ], # 'conditions' |
| 5065 } | 5067 } |
| OLD | NEW |