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 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1638 'browser/spellchecker/spellcheck_profile_unittest.cc', | 1638 'browser/spellchecker/spellcheck_profile_unittest.cc', |
1639 'browser/status_icons/status_icon_unittest.cc', | 1639 'browser/status_icons/status_icon_unittest.cc', |
1640 'browser/status_icons/status_tray_unittest.cc', | 1640 'browser/status_icons/status_tray_unittest.cc', |
1641 'browser/sync/abstract_profile_sync_service_test.cc', | 1641 'browser/sync/abstract_profile_sync_service_test.cc', |
1642 'browser/sync/abstract_profile_sync_service_test.h', | 1642 'browser/sync/abstract_profile_sync_service_test.h', |
1643 'browser/sync/backend_migrator_unittest.cc', | 1643 'browser/sync/backend_migrator_unittest.cc', |
1644 'browser/sync/internal_api/read_node_mock.cc', | 1644 'browser/sync/internal_api/read_node_mock.cc', |
1645 'browser/sync/internal_api/read_node_mock.h', | 1645 'browser/sync/internal_api/read_node_mock.h', |
1646 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1646 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1647 'browser/sync/glue/autofill_model_associator_unittest.cc', | 1647 'browser/sync/glue/autofill_model_associator_unittest.cc', |
1648 'browser/sync/glue/autofill_profile_model_associator_unittest.cc', | 1648 'browser/sync/glue/autofill_profile_syncable_service_unittest.cc', |
1649 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1649 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1650 'browser/sync/glue/change_processor_mock.cc', | 1650 'browser/sync/glue/change_processor_mock.cc', |
1651 'browser/sync/glue/change_processor_mock.h', | 1651 'browser/sync/glue/change_processor_mock.h', |
1652 'browser/sync/glue/data_type_controller_mock.cc', | 1652 'browser/sync/glue/data_type_controller_mock.cc', |
1653 'browser/sync/glue/data_type_controller_mock.h', | 1653 'browser/sync/glue/data_type_controller_mock.h', |
1654 'browser/sync/glue/data_type_manager_impl_unittest.cc', | 1654 'browser/sync/glue/data_type_manager_impl_unittest.cc', |
1655 'browser/sync/glue/data_type_manager_mock.cc', | 1655 'browser/sync/glue/data_type_manager_mock.cc', |
1656 'browser/sync/glue/data_type_manager_mock.h', | 1656 'browser/sync/glue/data_type_manager_mock.h', |
1657 'browser/sync/glue/database_model_worker_unittest.cc', | 1657 'browser/sync/glue/database_model_worker_unittest.cc', |
1658 'browser/sync/glue/extension_data_type_controller_unittest.cc', | 1658 'browser/sync/glue/extension_data_type_controller_unittest.cc', |
(...skipping 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4113 # Use outputs of this action as inputs for the main target build. | 4113 # Use outputs of this action as inputs for the main target build. |
4114 # Seems as a misnomer but makes this happy on Linux (scons). | 4114 # Seems as a misnomer but makes this happy on Linux (scons). |
4115 'process_outputs_as_sources': 1, | 4115 'process_outputs_as_sources': 1, |
4116 }, | 4116 }, |
4117 ], # 'actions' | 4117 ], # 'actions' |
4118 }, | 4118 }, |
4119 ] | 4119 ] |
4120 }], # 'coverage!=0' | 4120 }], # 'coverage!=0' |
4121 ], # 'conditions' | 4121 ], # 'conditions' |
4122 } | 4122 } |
OLD | NEW |