OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2050 'browser/sync/glue/change_processor.cc', | 2050 'browser/sync/glue/change_processor.cc', |
2051 'browser/sync/glue/change_processor.h', | 2051 'browser/sync/glue/change_processor.h', |
2052 'browser/sync/glue/data_type_controller.h', | 2052 'browser/sync/glue/data_type_controller.h', |
2053 'browser/sync/glue/data_type_manager.h', | 2053 'browser/sync/glue/data_type_manager.h', |
2054 'browser/sync/glue/data_type_manager_impl.cc', | 2054 'browser/sync/glue/data_type_manager_impl.cc', |
2055 'browser/sync/glue/data_type_manager_impl.h', | 2055 'browser/sync/glue/data_type_manager_impl.h', |
2056 'browser/sync/glue/database_model_worker.cc', | 2056 'browser/sync/glue/database_model_worker.cc', |
2057 'browser/sync/glue/database_model_worker.h', | 2057 'browser/sync/glue/database_model_worker.h', |
2058 'browser/sync/glue/history_model_worker.cc', | 2058 'browser/sync/glue/history_model_worker.cc', |
2059 'browser/sync/glue/history_model_worker.h', | 2059 'browser/sync/glue/history_model_worker.h', |
| 2060 'browser/sync/glue/password_model_worker.cc', |
| 2061 'browser/sync/glue/password_model_worker.h', |
2060 'browser/sync/glue/http_bridge.cc', | 2062 'browser/sync/glue/http_bridge.cc', |
2061 'browser/sync/glue/http_bridge.h', | 2063 'browser/sync/glue/http_bridge.h', |
2062 'browser/sync/glue/model_associator.h', | 2064 'browser/sync/glue/model_associator.h', |
| 2065 'browser/sync/glue/password_change_processor.cc', |
| 2066 'browser/sync/glue/password_change_processor.h', |
| 2067 'browser/sync/glue/password_data_type_controller.cc', |
| 2068 'browser/sync/glue/password_data_type_controller.h', |
| 2069 'browser/sync/glue/password_model_associator.cc', |
| 2070 'browser/sync/glue/password_model_associator.h', |
2063 'browser/sync/glue/preference_change_processor.cc', | 2071 'browser/sync/glue/preference_change_processor.cc', |
2064 'browser/sync/glue/preference_change_processor.h', | 2072 'browser/sync/glue/preference_change_processor.h', |
2065 'browser/sync/glue/preference_data_type_controller.cc', | 2073 'browser/sync/glue/preference_data_type_controller.cc', |
2066 'browser/sync/glue/preference_data_type_controller.h', | 2074 'browser/sync/glue/preference_data_type_controller.h', |
2067 'browser/sync/glue/preference_model_associator.cc', | 2075 'browser/sync/glue/preference_model_associator.cc', |
2068 'browser/sync/glue/preference_model_associator.h', | 2076 'browser/sync/glue/preference_model_associator.h', |
2069 'browser/sync/glue/sync_backend_host.cc', | 2077 'browser/sync/glue/sync_backend_host.cc', |
2070 'browser/sync/glue/sync_backend_host.h', | 2078 'browser/sync/glue/sync_backend_host.h', |
2071 'browser/sync/glue/synchronized_preferences.h', | 2079 'browser/sync/glue/synchronized_preferences.h', |
2072 'browser/sync/glue/theme_change_processor.cc', | 2080 'browser/sync/glue/theme_change_processor.cc', |
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3516 ], | 3524 ], |
3517 }, | 3525 }, |
3518 ], | 3526 ], |
3519 } | 3527 } |
3520 | 3528 |
3521 # Local Variables: | 3529 # Local Variables: |
3522 # tab-width:2 | 3530 # tab-width:2 |
3523 # indent-tabs-mode:nil | 3531 # indent-tabs-mode:nil |
3524 # End: | 3532 # End: |
3525 # vim: set expandtab tabstop=2 shiftwidth=2: | 3533 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |