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', | |
1508 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1507 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
1509 'browser/search_engines/search_provider_install_data_unittest.cc', | 1508 'browser/search_engines/search_provider_install_data_unittest.cc', |
1510 'browser/search_engines/template_url_fetcher_unittest.cc', | 1509 'browser/search_engines/template_url_fetcher_unittest.cc', |
1511 'browser/search_engines/template_url_service_test_util.cc', | 1510 'browser/search_engines/template_url_service_test_util.cc', |
1512 'browser/search_engines/template_url_service_test_util.h', | 1511 'browser/search_engines/template_url_service_test_util.h', |
1513 'browser/search_engines/template_url_service_sync_unittest.cc', | 1512 'browser/search_engines/template_url_service_sync_unittest.cc', |
1514 'browser/search_engines/template_url_service_unittest.cc', | 1513 'browser/search_engines/template_url_service_unittest.cc', |
1515 'browser/search_engines/template_url_parser_unittest.cc', | 1514 'browser/search_engines/template_url_parser_unittest.cc', |
1516 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1515 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
1517 'browser/search_engines/template_url_scraper_unittest.cc', | 1516 'browser/search_engines/template_url_scraper_unittest.cc', |
(...skipping 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4109 # Use outputs of this action as inputs for the main target build. | 4108 # Use outputs of this action as inputs for the main target build. |
4110 # Seems as a misnomer but makes this happy on Linux (scons). | 4109 # Seems as a misnomer but makes this happy on Linux (scons). |
4111 'process_outputs_as_sources': 1, | 4110 'process_outputs_as_sources': 1, |
4112 }, | 4111 }, |
4113 ], # 'actions' | 4112 ], # 'actions' |
4114 }, | 4113 }, |
4115 ] | 4114 ] |
4116 }], # 'coverage!=0' | 4115 }], # 'coverage!=0' |
4117 ], # 'conditions' | 4116 ], # 'conditions' |
4118 } | 4117 } |
OLD | NEW |