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 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1647 'browser/spellchecker/spellcheck_profile_unittest.cc', | 1647 'browser/spellchecker/spellcheck_profile_unittest.cc', |
1648 'browser/status_icons/status_icon_unittest.cc', | 1648 'browser/status_icons/status_icon_unittest.cc', |
1649 'browser/status_icons/status_tray_unittest.cc', | 1649 'browser/status_icons/status_tray_unittest.cc', |
1650 'browser/sync/abstract_profile_sync_service_test.cc', | 1650 'browser/sync/abstract_profile_sync_service_test.cc', |
1651 'browser/sync/abstract_profile_sync_service_test.h', | 1651 'browser/sync/abstract_profile_sync_service_test.h', |
1652 'browser/sync/backend_migrator_unittest.cc', | 1652 'browser/sync/backend_migrator_unittest.cc', |
1653 'browser/sync/internal_api/read_node_mock.cc', | 1653 'browser/sync/internal_api/read_node_mock.cc', |
1654 'browser/sync/internal_api/read_node_mock.h', | 1654 'browser/sync/internal_api/read_node_mock.h', |
1655 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1655 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1656 'browser/sync/glue/autofill_model_associator_unittest.cc', | 1656 'browser/sync/glue/autofill_model_associator_unittest.cc', |
1657 'browser/sync/glue/autofill_profile_model_associator_unittest.cc', | 1657 'browser/sync/glue/autofill_profile_syncable_service_unittest.cc', |
1658 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1658 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1659 'browser/sync/glue/change_processor_mock.cc', | 1659 'browser/sync/glue/change_processor_mock.cc', |
1660 'browser/sync/glue/change_processor_mock.h', | 1660 'browser/sync/glue/change_processor_mock.h', |
1661 'browser/sync/glue/data_type_controller_mock.cc', | 1661 'browser/sync/glue/data_type_controller_mock.cc', |
1662 'browser/sync/glue/data_type_controller_mock.h', | 1662 'browser/sync/glue/data_type_controller_mock.h', |
1663 'browser/sync/glue/data_type_manager_impl_unittest.cc', | 1663 'browser/sync/glue/data_type_manager_impl_unittest.cc', |
1664 'browser/sync/glue/data_type_manager_mock.cc', | 1664 'browser/sync/glue/data_type_manager_mock.cc', |
1665 'browser/sync/glue/data_type_manager_mock.h', | 1665 'browser/sync/glue/data_type_manager_mock.h', |
1666 'browser/sync/glue/database_model_worker_unittest.cc', | 1666 'browser/sync/glue/database_model_worker_unittest.cc', |
1667 'browser/sync/glue/extension_data_type_controller_unittest.cc', | 1667 'browser/sync/glue/extension_data_type_controller_unittest.cc', |
(...skipping 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4122 # Use outputs of this action as inputs for the main target build. | 4122 # Use outputs of this action as inputs for the main target build. |
4123 # Seems as a misnomer but makes this happy on Linux (scons). | 4123 # Seems as a misnomer but makes this happy on Linux (scons). |
4124 'process_outputs_as_sources': 1, | 4124 'process_outputs_as_sources': 1, |
4125 }, | 4125 }, |
4126 ], # 'actions' | 4126 ], # 'actions' |
4127 }, | 4127 }, |
4128 ] | 4128 ] |
4129 }], # 'coverage!=0' | 4129 }], # 'coverage!=0' |
4130 ], # 'conditions' | 4130 ], # 'conditions' |
4131 } | 4131 } |
OLD | NEW |