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 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 'browser/safe_browsing/malware_details_unittest.cc', | 1494 'browser/safe_browsing/malware_details_unittest.cc', |
1495 'browser/safe_browsing/prefix_set_unittest.cc', | 1495 'browser/safe_browsing/prefix_set_unittest.cc', |
1496 'browser/safe_browsing/protocol_manager_unittest.cc', | 1496 'browser/safe_browsing/protocol_manager_unittest.cc', |
1497 'browser/safe_browsing/protocol_parser_unittest.cc', | 1497 'browser/safe_browsing/protocol_parser_unittest.cc', |
1498 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1498 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1499 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1499 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1500 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1500 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
1501 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1501 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
1502 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1502 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
1503 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1503 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1504 'browser/safe_browsing/signature_util_win_unittest.cc', |
1504 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1505 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
1505 'browser/search_engines/search_provider_install_data_unittest.cc', | 1506 'browser/search_engines/search_provider_install_data_unittest.cc', |
1506 'browser/search_engines/template_url_fetcher_unittest.cc', | 1507 'browser/search_engines/template_url_fetcher_unittest.cc', |
1507 'browser/search_engines/template_url_service_test_util.cc', | 1508 'browser/search_engines/template_url_service_test_util.cc', |
1508 'browser/search_engines/template_url_service_test_util.h', | 1509 'browser/search_engines/template_url_service_test_util.h', |
1509 'browser/search_engines/template_url_service_sync_unittest.cc', | 1510 'browser/search_engines/template_url_service_sync_unittest.cc', |
1510 'browser/search_engines/template_url_service_unittest.cc', | 1511 'browser/search_engines/template_url_service_unittest.cc', |
1511 'browser/search_engines/template_url_parser_unittest.cc', | 1512 'browser/search_engines/template_url_parser_unittest.cc', |
1512 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1513 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
1513 'browser/search_engines/template_url_scraper_unittest.cc', | 1514 'browser/search_engines/template_url_scraper_unittest.cc', |
(...skipping 2573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4087 # Use outputs of this action as inputs for the main target build. | 4088 # Use outputs of this action as inputs for the main target build. |
4088 # Seems as a misnomer but makes this happy on Linux (scons). | 4089 # Seems as a misnomer but makes this happy on Linux (scons). |
4089 'process_outputs_as_sources': 1, | 4090 'process_outputs_as_sources': 1, |
4090 }, | 4091 }, |
4091 ], # 'actions' | 4092 ], # 'actions' |
4092 }, | 4093 }, |
4093 ] | 4094 ] |
4094 }], # 'coverage!=0' | 4095 }], # 'coverage!=0' |
4095 ], # 'conditions' | 4096 ], # 'conditions' |
4096 } | 4097 } |
OLD | NEW |