OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1497 'browser/safe_browsing/malware_details_unittest.cc', | 1497 'browser/safe_browsing/malware_details_unittest.cc', |
1498 'browser/safe_browsing/prefix_set_unittest.cc', | 1498 'browser/safe_browsing/prefix_set_unittest.cc', |
1499 'browser/safe_browsing/protocol_manager_unittest.cc', | 1499 'browser/safe_browsing/protocol_manager_unittest.cc', |
1500 'browser/safe_browsing/protocol_parser_unittest.cc', | 1500 'browser/safe_browsing/protocol_parser_unittest.cc', |
1501 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1501 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1502 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1502 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1503 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1503 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
1504 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1504 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
1505 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1505 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
1506 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1506 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1507 'browser/safe_browsing/signature_util_win_unittest.cc', |
1507 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1508 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
1508 'browser/search_engines/search_provider_install_data_unittest.cc', | 1509 'browser/search_engines/search_provider_install_data_unittest.cc', |
1509 'browser/search_engines/template_url_fetcher_unittest.cc', | 1510 'browser/search_engines/template_url_fetcher_unittest.cc', |
1510 'browser/search_engines/template_url_service_test_util.cc', | 1511 'browser/search_engines/template_url_service_test_util.cc', |
1511 'browser/search_engines/template_url_service_test_util.h', | 1512 'browser/search_engines/template_url_service_test_util.h', |
1512 'browser/search_engines/template_url_service_sync_unittest.cc', | 1513 'browser/search_engines/template_url_service_sync_unittest.cc', |
1513 'browser/search_engines/template_url_service_unittest.cc', | 1514 'browser/search_engines/template_url_service_unittest.cc', |
1514 'browser/search_engines/template_url_parser_unittest.cc', | 1515 'browser/search_engines/template_url_parser_unittest.cc', |
1515 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1516 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
1516 'browser/search_engines/template_url_scraper_unittest.cc', | 1517 'browser/search_engines/template_url_scraper_unittest.cc', |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1978 ], | 1979 ], |
1979 'sources/': [ | 1980 'sources/': [ |
1980 ['exclude', '^browser/safe_browsing/'], | 1981 ['exclude', '^browser/safe_browsing/'], |
1981 ['exclude', '^renderer/safe_browsing/'], | 1982 ['exclude', '^renderer/safe_browsing/'], |
1982 ], | 1983 ], |
1983 }], | 1984 }], |
1984 ['chromeos==1', { | 1985 ['chromeos==1', { |
1985 'sources/': [ | 1986 'sources/': [ |
1986 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte
st.cc'], | 1987 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte
st.cc'], |
1987 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit
test.cc'], | 1988 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit
test.cc'], |
| 1989 ['exclude', '^browser/safe_browsing/download_protection_service_unit
test.cc' ], |
1988 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu
x_unittest.cc'], | 1990 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu
x_unittest.cc'], |
1989 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when | 1991 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when |
1990 # print preview is enabled on CrOS. | 1992 # print preview is enabled on CrOS. |
1991 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], | 1993 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], |
1992 ], | 1994 ], |
1993 'conditions': [ | 1995 'conditions': [ |
1994 ['use_aura==1', { | 1996 ['use_aura==1', { |
1995 'sources!': [ | 1997 'sources!': [ |
1996 'browser/chromeos/login/user_controller_unittest.cc', | 1998 'browser/chromeos/login/user_controller_unittest.cc', |
1997 'browser/chromeos/notifications/desktop_notifications_unittest.c
c', | 1999 'browser/chromeos/notifications/desktop_notifications_unittest.c
c', |
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4109 # Use outputs of this action as inputs for the main target build. | 4111 # Use outputs of this action as inputs for the main target build. |
4110 # Seems as a misnomer but makes this happy on Linux (scons). | 4112 # Seems as a misnomer but makes this happy on Linux (scons). |
4111 'process_outputs_as_sources': 1, | 4113 'process_outputs_as_sources': 1, |
4112 }, | 4114 }, |
4113 ], # 'actions' | 4115 ], # 'actions' |
4114 }, | 4116 }, |
4115 ] | 4117 ] |
4116 }], # 'coverage!=0' | 4118 }], # 'coverage!=0' |
4117 ], # 'conditions' | 4119 ], # 'conditions' |
4118 } | 4120 } |
OLD | NEW |