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 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2854 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 2854 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
2855 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 2855 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
2856 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 2856 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
2857 'browser/sync/sessions/session_state_unittest.cc', | 2857 'browser/sync/sessions/session_state_unittest.cc', |
2858 'browser/sync/sessions/status_controller_unittest.cc', | 2858 'browser/sync/sessions/status_controller_unittest.cc', |
2859 'browser/sync/sessions/sync_session_unittest.cc', | 2859 'browser/sync/sessions/sync_session_unittest.cc', |
2860 'browser/sync/sessions/test_util.cc', | 2860 'browser/sync/sessions/test_util.cc', |
2861 'browser/sync/sessions/test_util.h', | 2861 'browser/sync/sessions/test_util.h', |
2862 'browser/sync/syncable/directory_backing_store_unittest.cc', | 2862 'browser/sync/syncable/directory_backing_store_unittest.cc', |
2863 'browser/sync/syncable/model_type_unittest.cc', | 2863 'browser/sync/syncable/model_type_unittest.cc', |
| 2864 'browser/sync/syncable/nigori_util_unittest.cc', |
2864 'browser/sync/syncable/syncable_id_unittest.cc', | 2865 'browser/sync/syncable/syncable_id_unittest.cc', |
2865 'browser/sync/syncable/syncable_unittest.cc', | 2866 'browser/sync/syncable/syncable_unittest.cc', |
2866 'browser/sync/util/channel_unittest.cc', | 2867 'browser/sync/util/channel_unittest.cc', |
2867 'browser/sync/util/crypto_helpers_unittest.cc', | 2868 'browser/sync/util/crypto_helpers_unittest.cc', |
2868 'browser/sync/util/data_encryption_unittest.cc', | 2869 'browser/sync/util/data_encryption_unittest.cc', |
2869 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 2870 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
2870 'browser/sync/util/protobuf_unittest.cc', | 2871 'browser/sync/util/protobuf_unittest.cc', |
2871 'browser/sync/util/user_settings_unittest.cc', | 2872 'browser/sync/util/user_settings_unittest.cc', |
2872 'test/file_test_utils.cc', | 2873 'test/file_test_utils.cc', |
2873 'test/sync/engine/mock_connection_manager.cc', | 2874 'test/sync/engine/mock_connection_manager.cc', |
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3783 ] | 3784 ] |
3784 }], # 'coverage!=0' | 3785 }], # 'coverage!=0' |
3785 ], # 'conditions' | 3786 ], # 'conditions' |
3786 } | 3787 } |
3787 | 3788 |
3788 # Local Variables: | 3789 # Local Variables: |
3789 # tab-width:2 | 3790 # tab-width:2 |
3790 # indent-tabs-mode:nil | 3791 # indent-tabs-mode:nil |
3791 # End: | 3792 # End: |
3792 # vim: set expandtab tabstop=2 shiftwidth=2: | 3793 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |