| 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 3919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3930 'browser/history/query_parser_unittest.cc', | 3930 'browser/history/query_parser_unittest.cc', |
| 3931 'browser/history/snippet_unittest.cc', | 3931 'browser/history/snippet_unittest.cc', |
| 3932 'browser/history/starred_url_database_unittest.cc', | 3932 'browser/history/starred_url_database_unittest.cc', |
| 3933 'browser/history/text_database_manager_unittest.cc', | 3933 'browser/history/text_database_manager_unittest.cc', |
| 3934 'browser/history/text_database_unittest.cc', | 3934 'browser/history/text_database_unittest.cc', |
| 3935 'browser/history/thumbnail_database_unittest.cc', | 3935 'browser/history/thumbnail_database_unittest.cc', |
| 3936 'browser/thumbnail_store_unittest.cc', | 3936 'browser/thumbnail_store_unittest.cc', |
| 3937 'browser/history/url_database_unittest.cc', | 3937 'browser/history/url_database_unittest.cc', |
| 3938 'browser/history/visit_database_unittest.cc', | 3938 'browser/history/visit_database_unittest.cc', |
| 3939 'browser/history/visit_tracker_unittest.cc', | 3939 'browser/history/visit_tracker_unittest.cc', |
| 3940 'browser/importer/firefox_importer_unittest_messages_internal.h', |
| 3940 'browser/importer/firefox_importer_unittest.cc', | 3941 'browser/importer/firefox_importer_unittest.cc', |
| 3942 'browser/importer/firefox_importer_unittest_utils.h', |
| 3943 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
| 3941 'browser/importer/importer_unittest.cc', | 3944 'browser/importer/importer_unittest.cc', |
| 3942 'browser/importer/safari_importer_unittest.mm', | 3945 'browser/importer/safari_importer_unittest.mm', |
| 3943 'browser/importer/toolbar_importer_unittest.cc', | 3946 'browser/importer/toolbar_importer_unittest.cc', |
| 3944 'browser/importer/firefox_profile_lock_unittest.cc', | 3947 'browser/importer/firefox_profile_lock_unittest.cc', |
| 3945 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', | 3948 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', |
| 3946 'browser/in_process_webkit/webkit_context_unittest.cc', | 3949 'browser/in_process_webkit/webkit_context_unittest.cc', |
| 3947 'browser/in_process_webkit/webkit_thread_unittest.cc', | 3950 'browser/in_process_webkit/webkit_thread_unittest.cc', |
| 3948 'browser/keychain_mock_mac.cc', | 3951 'browser/keychain_mock_mac.cc', |
| 3949 'browser/keychain_mock_mac.h', | 3952 'browser/keychain_mock_mac.h', |
| 3950 'browser/login_prompt_unittest.cc', | 3953 'browser/login_prompt_unittest.cc', |
| (...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5689 # Use outputs of this action as inputs for the main target build. | 5692 # Use outputs of this action as inputs for the main target build. |
| 5690 # Seems as a misnomer but makes this happy on Linux (scons). | 5693 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5691 'process_outputs_as_sources': 1, | 5694 'process_outputs_as_sources': 1, |
| 5692 }, | 5695 }, |
| 5693 ], # 'actions' | 5696 ], # 'actions' |
| 5694 }, | 5697 }, |
| 5695 ] | 5698 ] |
| 5696 }], | 5699 }], |
| 5697 ], # 'conditions' | 5700 ], # 'conditions' |
| 5698 } | 5701 } |
| OLD | NEW |