| 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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1622 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1622 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 1623 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1623 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| 1624 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1624 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
| 1625 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1625 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
| 1626 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1626 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1627 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1627 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
| 1628 'browser/search_engines/search_provider_install_data_unittest.cc', | 1628 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 1629 'browser/search_engines/template_url_fetcher_unittest.cc', | 1629 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 1630 'browser/search_engines/template_url_service_test_util.cc', | 1630 'browser/search_engines/template_url_service_test_util.cc', |
| 1631 'browser/search_engines/template_url_service_test_util.h', | 1631 'browser/search_engines/template_url_service_test_util.h', |
| 1632 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1632 'browser/search_engines/template_url_service_unittest.cc', | 1633 'browser/search_engines/template_url_service_unittest.cc', |
| 1633 'browser/search_engines/template_url_parser_unittest.cc', | 1634 'browser/search_engines/template_url_parser_unittest.cc', |
| 1634 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1635 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1635 'browser/search_engines/template_url_scraper_unittest.cc', | 1636 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1636 'browser/search_engines/template_url_unittest.cc', | 1637 'browser/search_engines/template_url_unittest.cc', |
| 1637 'browser/sessions/session_backend_unittest.cc', | 1638 'browser/sessions/session_backend_unittest.cc', |
| 1638 'browser/sessions/session_service_unittest.cc', | 1639 'browser/sessions/session_service_unittest.cc', |
| 1639 'browser/shell_integration_unittest.cc', | 1640 'browser/shell_integration_unittest.cc', |
| 1640 'browser/speech/speech_input_bubble_controller_unittest.cc', | 1641 'browser/speech/speech_input_bubble_controller_unittest.cc', |
| 1641 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', | 1642 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', |
| (...skipping 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4137 # Use outputs of this action as inputs for the main target build. | 4138 # Use outputs of this action as inputs for the main target build. |
| 4138 # Seems as a misnomer but makes this happy on Linux (scons). | 4139 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4139 'process_outputs_as_sources': 1, | 4140 'process_outputs_as_sources': 1, |
| 4140 }, | 4141 }, |
| 4141 ], # 'actions' | 4142 ], # 'actions' |
| 4142 }, | 4143 }, |
| 4143 ] | 4144 ] |
| 4144 }], # 'coverage!=0' | 4145 }], # 'coverage!=0' |
| 4145 ], # 'conditions' | 4146 ], # 'conditions' |
| 4146 } | 4147 } |
| OLD | NEW |