| 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 'browser/search_engines/template_url_service_test_util.cc', | 1635 'browser/search_engines/template_url_service_test_util.cc', |
| 1636 'browser/search_engines/template_url_service_test_util.h', | 1636 'browser/search_engines/template_url_service_test_util.h', |
| 1637 'browser/search_engines/template_url_service_sync_unittest.cc', | 1637 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1638 'browser/search_engines/template_url_service_unittest.cc', | 1638 'browser/search_engines/template_url_service_unittest.cc', |
| 1639 'browser/search_engines/template_url_parser_unittest.cc', | 1639 'browser/search_engines/template_url_parser_unittest.cc', |
| 1640 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1640 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1641 'browser/search_engines/template_url_scraper_unittest.cc', | 1641 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1642 'browser/search_engines/template_url_unittest.cc', | 1642 'browser/search_engines/template_url_unittest.cc', |
| 1643 'browser/sessions/session_backend_unittest.cc', | 1643 'browser/sessions/session_backend_unittest.cc', |
| 1644 'browser/sessions/session_service_unittest.cc', | 1644 'browser/sessions/session_service_unittest.cc', |
| 1645 'browser/sessions/session_utils_unittest.cc', |
| 1645 'browser/shell_integration_unittest.cc', | 1646 'browser/shell_integration_unittest.cc', |
| 1646 'browser/speech/speech_input_bubble_controller_unittest.cc', | 1647 'browser/speech/speech_input_bubble_controller_unittest.cc', |
| 1647 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', | 1648 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', |
| 1648 'browser/spellchecker/spellcheck_profile_unittest.cc', | 1649 'browser/spellchecker/spellcheck_profile_unittest.cc', |
| 1649 'browser/status_icons/status_icon_unittest.cc', | 1650 'browser/status_icons/status_icon_unittest.cc', |
| 1650 'browser/status_icons/status_tray_unittest.cc', | 1651 'browser/status_icons/status_tray_unittest.cc', |
| 1651 'browser/sync/abstract_profile_sync_service_test.cc', | 1652 'browser/sync/abstract_profile_sync_service_test.cc', |
| 1652 'browser/sync/abstract_profile_sync_service_test.h', | 1653 'browser/sync/abstract_profile_sync_service_test.h', |
| 1653 'browser/sync/backend_migrator_unittest.cc', | 1654 'browser/sync/backend_migrator_unittest.cc', |
| 1654 'browser/sync/internal_api/read_node_mock.cc', | 1655 'browser/sync/internal_api/read_node_mock.cc', |
| (...skipping 2468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4123 # Use outputs of this action as inputs for the main target build. | 4124 # Use outputs of this action as inputs for the main target build. |
| 4124 # Seems as a misnomer but makes this happy on Linux (scons). | 4125 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4125 'process_outputs_as_sources': 1, | 4126 'process_outputs_as_sources': 1, |
| 4126 }, | 4127 }, |
| 4127 ], # 'actions' | 4128 ], # 'actions' |
| 4128 }, | 4129 }, |
| 4129 ] | 4130 ] |
| 4130 }], # 'coverage!=0' | 4131 }], # 'coverage!=0' |
| 4131 ], # 'conditions' | 4132 ], # 'conditions' |
| 4132 } | 4133 } |
| OLD | NEW |