OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1635 'browser/printing/print_job_unittest.cc', | 1635 'browser/printing/print_job_unittest.cc', |
1636 'browser/printing/print_preview_tab_controller_unittest.cc', | 1636 'browser/printing/print_preview_tab_controller_unittest.cc', |
1637 'browser/printing/print_preview_unit_test_base.cc', | 1637 'browser/printing/print_preview_unit_test_base.cc', |
1638 'browser/printing/print_preview_unit_test_base.h', | 1638 'browser/printing/print_preview_unit_test_base.h', |
1639 'browser/process_info_snapshot_mac_unittest.cc', | 1639 'browser/process_info_snapshot_mac_unittest.cc', |
1640 'browser/process_singleton_mac_unittest.cc', | 1640 'browser/process_singleton_mac_unittest.cc', |
1641 'browser/profiles/avatar_menu_model_unittest.cc', | 1641 'browser/profiles/avatar_menu_model_unittest.cc', |
1642 'browser/profiles/gaia_info_update_service_unittest.cc', | 1642 'browser/profiles/gaia_info_update_service_unittest.cc', |
1643 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 1643 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
1644 'browser/profiles/profile_dependency_manager_unittest.cc', | 1644 'browser/profiles/profile_dependency_manager_unittest.cc', |
| 1645 'browser/profiles/profile_destroyer_unittest.cc', |
1645 'browser/profiles/profile_downloader_unittest.cc', | 1646 'browser/profiles/profile_downloader_unittest.cc', |
1646 'browser/profiles/profile_info_cache_unittest.cc', | 1647 'browser/profiles/profile_info_cache_unittest.cc', |
1647 'browser/profiles/profile_info_cache_unittest.h', | 1648 'browser/profiles/profile_info_cache_unittest.h', |
1648 'browser/profiles/profile_info_util_unittest.cc', | 1649 'browser/profiles/profile_info_util_unittest.cc', |
1649 'browser/profiles/profile_manager_unittest.cc', | 1650 'browser/profiles/profile_manager_unittest.cc', |
1650 'browser/renderer_host/web_cache_manager_unittest.cc', | 1651 'browser/renderer_host/web_cache_manager_unittest.cc', |
1651 'browser/renderer_host/plugin_info_message_filter_unittest.cc', | 1652 'browser/renderer_host/plugin_info_message_filter_unittest.cc', |
1652 'browser/resources/print_preview/print_preview_utils.js', | 1653 'browser/resources/print_preview/print_preview_utils.js', |
1653 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', | 1654 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', |
1654 'browser/resources_util_unittest.cc', | 1655 'browser/resources_util_unittest.cc', |
(...skipping 3004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4659 # Use outputs of this action as inputs for the main target build. | 4660 # Use outputs of this action as inputs for the main target build. |
4660 # Seems as a misnomer but makes this happy on Linux (scons). | 4661 # Seems as a misnomer but makes this happy on Linux (scons). |
4661 'process_outputs_as_sources': 1, | 4662 'process_outputs_as_sources': 1, |
4662 }, | 4663 }, |
4663 ], # 'actions' | 4664 ], # 'actions' |
4664 }, | 4665 }, |
4665 ] | 4666 ] |
4666 }], # 'coverage!=0' | 4667 }], # 'coverage!=0' |
4667 ], # 'conditions' | 4668 ], # 'conditions' |
4668 } | 4669 } |
OLD | NEW |