| 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 2835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2846 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 2846 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
| 2847 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 2847 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
| 2848 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 2848 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
| 2849 'browser/sync/sessions/session_state_unittest.cc', | 2849 'browser/sync/sessions/session_state_unittest.cc', |
| 2850 'browser/sync/sessions/status_controller_unittest.cc', | 2850 'browser/sync/sessions/status_controller_unittest.cc', |
| 2851 'browser/sync/sessions/sync_session_unittest.cc', | 2851 'browser/sync/sessions/sync_session_unittest.cc', |
| 2852 'browser/sync/sessions/test_util.cc', | 2852 'browser/sync/sessions/test_util.cc', |
| 2853 'browser/sync/sessions/test_util.h', | 2853 'browser/sync/sessions/test_util.h', |
| 2854 'browser/sync/syncable/directory_backing_store_unittest.cc', | 2854 'browser/sync/syncable/directory_backing_store_unittest.cc', |
| 2855 'browser/sync/syncable/model_type_unittest.cc', | 2855 'browser/sync/syncable/model_type_unittest.cc', |
| 2856 'browser/sync/syncable/nigori_util_unittest.cc', | |
| 2857 'browser/sync/syncable/syncable_id_unittest.cc', | 2856 'browser/sync/syncable/syncable_id_unittest.cc', |
| 2858 'browser/sync/syncable/syncable_unittest.cc', | 2857 'browser/sync/syncable/syncable_unittest.cc', |
| 2859 'browser/sync/util/channel_unittest.cc', | 2858 'browser/sync/util/channel_unittest.cc', |
| 2860 'browser/sync/util/crypto_helpers_unittest.cc', | 2859 'browser/sync/util/crypto_helpers_unittest.cc', |
| 2861 'browser/sync/util/data_encryption_unittest.cc', | 2860 'browser/sync/util/data_encryption_unittest.cc', |
| 2862 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 2861 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
| 2863 'browser/sync/util/protobuf_unittest.cc', | 2862 'browser/sync/util/protobuf_unittest.cc', |
| 2864 'browser/sync/util/user_settings_unittest.cc', | 2863 'browser/sync/util/user_settings_unittest.cc', |
| 2865 'test/file_test_utils.cc', | 2864 'test/file_test_utils.cc', |
| 2866 'test/sync/engine/mock_connection_manager.cc', | 2865 'test/sync/engine/mock_connection_manager.cc', |
| (...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3770 ] | 3769 ] |
| 3771 }], # 'coverage!=0' | 3770 }], # 'coverage!=0' |
| 3772 ], # 'conditions' | 3771 ], # 'conditions' |
| 3773 } | 3772 } |
| 3774 | 3773 |
| 3775 # Local Variables: | 3774 # Local Variables: |
| 3776 # tab-width:2 | 3775 # tab-width:2 |
| 3777 # indent-tabs-mode:nil | 3776 # indent-tabs-mode:nil |
| 3778 # End: | 3777 # End: |
| 3779 # vim: set expandtab tabstop=2 shiftwidth=2: | 3778 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |