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 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1519 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc', | 1519 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc', |
1520 'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 1520 'browser/speech/speech_recognition_bubble_controller_unittest.cc', |
1521 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1521 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
1522 'browser/spellchecker/spellcheck_profile_unittest.cc', | 1522 'browser/spellchecker/spellcheck_profile_unittest.cc', |
1523 'browser/spellchecker/spelling_service_client_unittest.cc', | 1523 'browser/spellchecker/spelling_service_client_unittest.cc', |
1524 'browser/status_icons/status_icon_unittest.cc', | 1524 'browser/status_icons/status_icon_unittest.cc', |
1525 'browser/status_icons/status_tray_unittest.cc', | 1525 'browser/status_icons/status_tray_unittest.cc', |
1526 'browser/sync/abstract_profile_sync_service_test.cc', | 1526 'browser/sync/abstract_profile_sync_service_test.cc', |
1527 'browser/sync/abstract_profile_sync_service_test.h', | 1527 'browser/sync/abstract_profile_sync_service_test.h', |
1528 'browser/sync/backend_migrator_unittest.cc', | 1528 'browser/sync/backend_migrator_unittest.cc', |
| 1529 'browser/sync/credential_cache_win_unittest.cc', |
1529 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', | 1530 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', |
1530 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1531 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1531 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1532 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1532 'browser/sync/glue/bridged_sync_notifier_unittest.cc', | 1533 'browser/sync/glue/bridged_sync_notifier_unittest.cc', |
1533 'browser/sync/glue/browser_thread_model_worker_unittest.cc', | 1534 'browser/sync/glue/browser_thread_model_worker_unittest.cc', |
1534 'browser/sync/glue/change_processor_mock.cc', | 1535 'browser/sync/glue/change_processor_mock.cc', |
1535 'browser/sync/glue/change_processor_mock.h', | 1536 'browser/sync/glue/change_processor_mock.h', |
1536 'browser/sync/glue/chrome_encryptor_unittest.cc', | 1537 'browser/sync/glue/chrome_encryptor_unittest.cc', |
1537 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', | 1538 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', |
1538 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', | 1539 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', |
(...skipping 3108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4647 # Use outputs of this action as inputs for the main target build. | 4648 # Use outputs of this action as inputs for the main target build. |
4648 # Seems as a misnomer but makes this happy on Linux (scons). | 4649 # Seems as a misnomer but makes this happy on Linux (scons). |
4649 'process_outputs_as_sources': 1, | 4650 'process_outputs_as_sources': 1, |
4650 }, | 4651 }, |
4651 ], # 'actions' | 4652 ], # 'actions' |
4652 }, | 4653 }, |
4653 ] | 4654 ] |
4654 }], # 'coverage!=0' | 4655 }], # 'coverage!=0' |
4655 ], # 'conditions' | 4656 ], # 'conditions' |
4656 } | 4657 } |
OLD | NEW |