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 3461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3472 'browser/importer/firefox_importer_unittest.cc', | 3472 'browser/importer/firefox_importer_unittest.cc', |
3473 'browser/importer/importer_unittest.cc', | 3473 'browser/importer/importer_unittest.cc', |
3474 'browser/importer/toolbar_importer_unittest.cc', | 3474 'browser/importer/toolbar_importer_unittest.cc', |
3475 'browser/importer/firefox_profile_lock_unittest.cc', | 3475 'browser/importer/firefox_profile_lock_unittest.cc', |
3476 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', | 3476 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', |
3477 'browser/in_process_webkit/webkit_context_unittest.cc', | 3477 'browser/in_process_webkit/webkit_context_unittest.cc', |
3478 'browser/in_process_webkit/webkit_thread_unittest.cc', | 3478 'browser/in_process_webkit/webkit_thread_unittest.cc', |
3479 'browser/keychain_mock_mac.cc', | 3479 'browser/keychain_mock_mac.cc', |
3480 'browser/keychain_mock_mac.h', | 3480 'browser/keychain_mock_mac.h', |
3481 'browser/login_prompt_unittest.cc', | 3481 'browser/login_prompt_unittest.cc', |
| 3482 'browser/meta_table_helper_unittest.cc', |
3482 'browser/metrics/metrics_log_unittest.cc', | 3483 'browser/metrics/metrics_log_unittest.cc', |
3483 'browser/metrics/metrics_response_unittest.cc', | 3484 'browser/metrics/metrics_response_unittest.cc', |
3484 'browser/net/chrome_url_request_context_unittest.cc', | 3485 'browser/net/chrome_url_request_context_unittest.cc', |
3485 'browser/net/dns_host_info_unittest.cc', | 3486 'browser/net/dns_host_info_unittest.cc', |
3486 'browser/net/dns_master_unittest.cc', | 3487 'browser/net/dns_master_unittest.cc', |
3487 'browser/net/resolve_proxy_msg_helper_unittest.cc', | 3488 'browser/net/resolve_proxy_msg_helper_unittest.cc', |
3488 'browser/net/test_url_fetcher_factory.cc', | 3489 'browser/net/test_url_fetcher_factory.cc', |
3489 'browser/net/test_url_fetcher_factory.h', | 3490 'browser/net/test_url_fetcher_factory.h', |
3490 'browser/net/url_fetcher_unittest.cc', | 3491 'browser/net/url_fetcher_unittest.cc', |
3491 'browser/net/url_fixer_upper_unittest.cc', | 3492 'browser/net/url_fixer_upper_unittest.cc', |
(...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4854 # Use outputs of this action as inputs for the main target build. | 4855 # Use outputs of this action as inputs for the main target build. |
4855 # Seems as a misnomer but makes this happy on Linux (scons). | 4856 # Seems as a misnomer but makes this happy on Linux (scons). |
4856 'process_outputs_as_sources': 1, | 4857 'process_outputs_as_sources': 1, |
4857 }, | 4858 }, |
4858 ], # 'actions' | 4859 ], # 'actions' |
4859 }, | 4860 }, |
4860 ] | 4861 ] |
4861 }], | 4862 }], |
4862 ], # 'conditions' | 4863 ], # 'conditions' |
4863 } | 4864 } |
OLD | NEW |