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 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1640 'browser/signin/ubertoken_fetcher_unittest.cc', | 1640 'browser/signin/ubertoken_fetcher_unittest.cc', |
1641 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc', | 1641 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc', |
1642 'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 1642 'browser/speech/speech_recognition_bubble_controller_unittest.cc', |
1643 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1643 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
1644 'browser/spellchecker/spellcheck_profile_unittest.cc', | 1644 'browser/spellchecker/spellcheck_profile_unittest.cc', |
1645 'browser/status_icons/status_icon_unittest.cc', | 1645 'browser/status_icons/status_icon_unittest.cc', |
1646 'browser/status_icons/status_tray_unittest.cc', | 1646 'browser/status_icons/status_tray_unittest.cc', |
1647 'browser/sync/abstract_profile_sync_service_test.cc', | 1647 'browser/sync/abstract_profile_sync_service_test.cc', |
1648 'browser/sync/abstract_profile_sync_service_test.h', | 1648 'browser/sync/abstract_profile_sync_service_test.h', |
1649 'browser/sync/backend_migrator_unittest.cc', | 1649 'browser/sync/backend_migrator_unittest.cc', |
1650 'browser/sync/internal_api/read_node_mock.cc', | |
1651 'browser/sync/internal_api/read_node_mock.h', | |
1652 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', | 1650 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', |
1653 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1651 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1654 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1652 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1655 'browser/sync/glue/bridged_sync_notifier_unittest.cc', | 1653 'browser/sync/glue/bridged_sync_notifier_unittest.cc', |
1656 'browser/sync/glue/browser_thread_model_worker_unittest.cc', | 1654 'browser/sync/glue/browser_thread_model_worker_unittest.cc', |
1657 'browser/sync/glue/change_processor_mock.cc', | 1655 'browser/sync/glue/change_processor_mock.cc', |
1658 'browser/sync/glue/change_processor_mock.h', | 1656 'browser/sync/glue/change_processor_mock.h', |
1659 'browser/sync/glue/chrome_encryptor_unittest.cc', | 1657 'browser/sync/glue/chrome_encryptor_unittest.cc', |
1660 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', | 1658 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', |
1661 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', | 1659 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', |
(...skipping 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4705 # Use outputs of this action as inputs for the main target build. | 4703 # Use outputs of this action as inputs for the main target build. |
4706 # Seems as a misnomer but makes this happy on Linux (scons). | 4704 # Seems as a misnomer but makes this happy on Linux (scons). |
4707 'process_outputs_as_sources': 1, | 4705 'process_outputs_as_sources': 1, |
4708 }, | 4706 }, |
4709 ], # 'actions' | 4707 ], # 'actions' |
4710 }, | 4708 }, |
4711 ] | 4709 ] |
4712 }], # 'coverage!=0' | 4710 }], # 'coverage!=0' |
4713 ], # 'conditions' | 4711 ], # 'conditions' |
4714 } | 4712 } |
OLD | NEW |