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 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1545 'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 1545 'browser/speech/speech_recognition_bubble_controller_unittest.cc', |
1546 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1546 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
1547 'browser/spellchecker/spellcheck_profile_unittest.cc', | 1547 'browser/spellchecker/spellcheck_profile_unittest.cc', |
1548 'browser/spellchecker/spelling_service_client_unittest.cc', | 1548 'browser/spellchecker/spelling_service_client_unittest.cc', |
1549 'browser/status_icons/status_icon_unittest.cc', | 1549 'browser/status_icons/status_icon_unittest.cc', |
1550 'browser/status_icons/status_tray_unittest.cc', | 1550 'browser/status_icons/status_tray_unittest.cc', |
1551 'browser/sync/about_sync_util_unittest.cc', | 1551 'browser/sync/about_sync_util_unittest.cc', |
1552 'browser/sync/abstract_profile_sync_service_test.cc', | 1552 'browser/sync/abstract_profile_sync_service_test.cc', |
1553 'browser/sync/abstract_profile_sync_service_test.h', | 1553 'browser/sync/abstract_profile_sync_service_test.h', |
1554 'browser/sync/backend_migrator_unittest.cc', | 1554 'browser/sync/backend_migrator_unittest.cc', |
| 1555 'browser/sync/credential_cache_service_win_unittest.cc', |
1555 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', | 1556 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', |
1556 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1557 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1557 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1558 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1558 'browser/sync/glue/bridged_sync_notifier_unittest.cc', | 1559 'browser/sync/glue/bridged_sync_notifier_unittest.cc', |
1559 'browser/sync/glue/browser_thread_model_worker_unittest.cc', | 1560 'browser/sync/glue/browser_thread_model_worker_unittest.cc', |
1560 'browser/sync/glue/change_processor_mock.cc', | 1561 'browser/sync/glue/change_processor_mock.cc', |
1561 'browser/sync/glue/change_processor_mock.h', | 1562 'browser/sync/glue/change_processor_mock.h', |
1562 'browser/sync/glue/chrome_encryptor_unittest.cc', | 1563 'browser/sync/glue/chrome_encryptor_unittest.cc', |
1563 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', | 1564 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', |
1564 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', | 1565 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', |
(...skipping 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4693 'input_jars_paths': [ | 4694 'input_jars_paths': [ |
4694 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4695 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
4695 ], | 4696 ], |
4696 }, | 4697 }, |
4697 'includes': [ '../build/apk_test.gypi' ], | 4698 'includes': [ '../build/apk_test.gypi' ], |
4698 }, | 4699 }, |
4699 ], | 4700 ], |
4700 }], | 4701 }], |
4701 ], # 'conditions' | 4702 ], # 'conditions' |
4702 } | 4703 } |
OLD | NEW |