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 2755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2766 'browser/sync/notifier/server_notifier_thread_unittest.cc', | 2766 'browser/sync/notifier/server_notifier_thread_unittest.cc', |
2767 'browser/sync/profile_sync_factory_mock.h', | 2767 'browser/sync/profile_sync_factory_mock.h', |
2768 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 2768 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
2769 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 2769 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
2770 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 2770 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
2771 'browser/sync/sessions/status_controller_unittest.cc', | 2771 'browser/sync/sessions/status_controller_unittest.cc', |
2772 'browser/sync/sessions/sync_session_unittest.cc', | 2772 'browser/sync/sessions/sync_session_unittest.cc', |
2773 'browser/sync/sessions/test_util.cc', | 2773 'browser/sync/sessions/test_util.cc', |
2774 'browser/sync/sessions/test_util.h', | 2774 'browser/sync/sessions/test_util.h', |
2775 'browser/sync/syncable/directory_backing_store_unittest.cc', | 2775 'browser/sync/syncable/directory_backing_store_unittest.cc', |
| 2776 'browser/sync/syncable/nigori_util_unittest.cc', |
2776 'browser/sync/syncable/syncable_id_unittest.cc', | 2777 'browser/sync/syncable/syncable_id_unittest.cc', |
2777 'browser/sync/syncable/syncable_unittest.cc', | 2778 'browser/sync/syncable/syncable_unittest.cc', |
2778 'browser/sync/util/channel_unittest.cc', | 2779 'browser/sync/util/channel_unittest.cc', |
2779 'browser/sync/util/crypto_helpers_unittest.cc', | 2780 'browser/sync/util/crypto_helpers_unittest.cc', |
2780 'browser/sync/util/data_encryption_unittest.cc', | 2781 'browser/sync/util/data_encryption_unittest.cc', |
2781 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 2782 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
2782 'browser/sync/util/protobuf_unittest.cc', | 2783 'browser/sync/util/protobuf_unittest.cc', |
2783 'browser/sync/util/user_settings_unittest.cc', | 2784 'browser/sync/util/user_settings_unittest.cc', |
2784 'test/file_test_utils.cc', | 2785 'test/file_test_utils.cc', |
2785 'test/sync/engine/mock_connection_manager.cc', | 2786 'test/sync/engine/mock_connection_manager.cc', |
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3694 ] | 3695 ] |
3695 }], # 'coverage!=0' | 3696 }], # 'coverage!=0' |
3696 ], # 'conditions' | 3697 ], # 'conditions' |
3697 } | 3698 } |
3698 | 3699 |
3699 # Local Variables: | 3700 # Local Variables: |
3700 # tab-width:2 | 3701 # tab-width:2 |
3701 # indent-tabs-mode:nil | 3702 # indent-tabs-mode:nil |
3702 # End: | 3703 # End: |
3703 # vim: set expandtab tabstop=2 shiftwidth=2: | 3704 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |