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 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1491 'browser/safe_browsing/malware_details_unittest.cc', | 1491 'browser/safe_browsing/malware_details_unittest.cc', |
1492 'browser/safe_browsing/prefix_set_unittest.cc', | 1492 'browser/safe_browsing/prefix_set_unittest.cc', |
1493 'browser/safe_browsing/protocol_manager_unittest.cc', | 1493 'browser/safe_browsing/protocol_manager_unittest.cc', |
1494 'browser/safe_browsing/protocol_parser_unittest.cc', | 1494 'browser/safe_browsing/protocol_parser_unittest.cc', |
1495 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1495 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1496 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1496 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1497 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1497 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
1498 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1498 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
1499 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1499 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
1500 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1500 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1501 'browser/safe_browsing/signature_util_win_unittest.cc', |
1501 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1502 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
1502 'browser/search_engines/search_provider_install_data_unittest.cc', | 1503 'browser/search_engines/search_provider_install_data_unittest.cc', |
1503 'browser/search_engines/template_url_fetcher_unittest.cc', | 1504 'browser/search_engines/template_url_fetcher_unittest.cc', |
1504 'browser/search_engines/template_url_service_test_util.cc', | 1505 'browser/search_engines/template_url_service_test_util.cc', |
1505 'browser/search_engines/template_url_service_test_util.h', | 1506 'browser/search_engines/template_url_service_test_util.h', |
1506 'browser/search_engines/template_url_service_sync_unittest.cc', | 1507 'browser/search_engines/template_url_service_sync_unittest.cc', |
1507 'browser/search_engines/template_url_service_unittest.cc', | 1508 'browser/search_engines/template_url_service_unittest.cc', |
1508 'browser/search_engines/template_url_parser_unittest.cc', | 1509 'browser/search_engines/template_url_parser_unittest.cc', |
1509 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1510 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
1510 'browser/search_engines/template_url_scraper_unittest.cc', | 1511 'browser/search_engines/template_url_scraper_unittest.cc', |
(...skipping 2557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4068 # Use outputs of this action as inputs for the main target build. | 4069 # Use outputs of this action as inputs for the main target build. |
4069 # Seems as a misnomer but makes this happy on Linux (scons). | 4070 # Seems as a misnomer but makes this happy on Linux (scons). |
4070 'process_outputs_as_sources': 1, | 4071 'process_outputs_as_sources': 1, |
4071 }, | 4072 }, |
4072 ], # 'actions' | 4073 ], # 'actions' |
4073 }, | 4074 }, |
4074 ] | 4075 ] |
4075 }], # 'coverage!=0' | 4076 }], # 'coverage!=0' |
4076 ], # 'conditions' | 4077 ], # 'conditions' |
4077 } | 4078 } |
OLD | NEW |