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 2820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2831 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 2831 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
2832 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 2832 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
2833 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 2833 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
2834 'browser/sync/sessions/session_state_unittest.cc', | 2834 'browser/sync/sessions/session_state_unittest.cc', |
2835 'browser/sync/sessions/status_controller_unittest.cc', | 2835 'browser/sync/sessions/status_controller_unittest.cc', |
2836 'browser/sync/sessions/sync_session_unittest.cc', | 2836 'browser/sync/sessions/sync_session_unittest.cc', |
2837 'browser/sync/sessions/test_util.cc', | 2837 'browser/sync/sessions/test_util.cc', |
2838 'browser/sync/sessions/test_util.h', | 2838 'browser/sync/sessions/test_util.h', |
2839 'browser/sync/syncable/directory_backing_store_unittest.cc', | 2839 'browser/sync/syncable/directory_backing_store_unittest.cc', |
2840 'browser/sync/syncable/model_type_unittest.cc', | 2840 'browser/sync/syncable/model_type_unittest.cc', |
| 2841 'browser/sync/syncable/nigori_util_unittest.cc', |
2841 'browser/sync/syncable/syncable_id_unittest.cc', | 2842 'browser/sync/syncable/syncable_id_unittest.cc', |
2842 'browser/sync/syncable/syncable_unittest.cc', | 2843 'browser/sync/syncable/syncable_unittest.cc', |
2843 'browser/sync/util/channel_unittest.cc', | 2844 'browser/sync/util/channel_unittest.cc', |
2844 'browser/sync/util/crypto_helpers_unittest.cc', | 2845 'browser/sync/util/crypto_helpers_unittest.cc', |
2845 'browser/sync/util/data_encryption_unittest.cc', | 2846 'browser/sync/util/data_encryption_unittest.cc', |
2846 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 2847 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
2847 'browser/sync/util/protobuf_unittest.cc', | 2848 'browser/sync/util/protobuf_unittest.cc', |
2848 'browser/sync/util/user_settings_unittest.cc', | 2849 'browser/sync/util/user_settings_unittest.cc', |
2849 'test/file_test_utils.cc', | 2850 'test/file_test_utils.cc', |
2850 'test/sync/engine/mock_connection_manager.cc', | 2851 'test/sync/engine/mock_connection_manager.cc', |
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3761 ] | 3762 ] |
3762 }], # 'coverage!=0' | 3763 }], # 'coverage!=0' |
3763 ], # 'conditions' | 3764 ], # 'conditions' |
3764 } | 3765 } |
3765 | 3766 |
3766 # Local Variables: | 3767 # Local Variables: |
3767 # tab-width:2 | 3768 # tab-width:2 |
3768 # indent-tabs-mode:nil | 3769 # indent-tabs-mode:nil |
3769 # End: | 3770 # End: |
3770 # vim: set expandtab tabstop=2 shiftwidth=2: | 3771 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |