| 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 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1616 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1616 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 1617 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1617 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| 1618 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1618 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
| 1619 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', | 1619 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', |
| 1620 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1620 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1621 'browser/search_engines/search_host_to_urls_map_unittest.cc', | 1621 'browser/search_engines/search_host_to_urls_map_unittest.cc', |
| 1622 'browser/search_engines/search_provider_install_data_unittest.cc', | 1622 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 1623 'browser/search_engines/template_url_fetcher_unittest.cc', | 1623 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 1624 'browser/search_engines/template_url_service_test_util.cc', | 1624 'browser/search_engines/template_url_service_test_util.cc', |
| 1625 'browser/search_engines/template_url_service_test_util.h', | 1625 'browser/search_engines/template_url_service_test_util.h', |
| 1626 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1626 'browser/search_engines/template_url_service_unittest.cc', | 1627 'browser/search_engines/template_url_service_unittest.cc', |
| 1627 'browser/search_engines/template_url_parser_unittest.cc', | 1628 'browser/search_engines/template_url_parser_unittest.cc', |
| 1628 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1629 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1629 'browser/search_engines/template_url_scraper_unittest.cc', | 1630 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1630 'browser/search_engines/template_url_unittest.cc', | 1631 'browser/search_engines/template_url_unittest.cc', |
| 1631 'browser/sessions/session_backend_unittest.cc', | 1632 'browser/sessions/session_backend_unittest.cc', |
| 1632 'browser/sessions/session_service_unittest.cc', | 1633 'browser/sessions/session_service_unittest.cc', |
| 1633 'browser/shell_integration_unittest.cc', | 1634 'browser/shell_integration_unittest.cc', |
| 1634 'browser/speech/speech_input_bubble_controller_unittest.cc', | 1635 'browser/speech/speech_input_bubble_controller_unittest.cc', |
| 1635 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', | 1636 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', |
| (...skipping 2509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4145 # Use outputs of this action as inputs for the main target build. | 4146 # Use outputs of this action as inputs for the main target build. |
| 4146 # Seems as a misnomer but makes this happy on Linux (scons). | 4147 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4147 'process_outputs_as_sources': 1, | 4148 'process_outputs_as_sources': 1, |
| 4148 }, | 4149 }, |
| 4149 ], # 'actions' | 4150 ], # 'actions' |
| 4150 }, | 4151 }, |
| 4151 ] | 4152 ] |
| 4152 }], # 'coverage!=0' | 4153 }], # 'coverage!=0' |
| 4153 ], # 'conditions' | 4154 ], # 'conditions' |
| 4154 } | 4155 } |
| OLD | NEW |