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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2080 'browser/sync/glue/data_type_manager.cc', | 2080 'browser/sync/glue/data_type_manager.cc', |
2081 'browser/sync/glue/data_type_manager.h', | 2081 'browser/sync/glue/data_type_manager.h', |
2082 'browser/sync/glue/data_type_manager_impl.cc', | 2082 'browser/sync/glue/data_type_manager_impl.cc', |
2083 'browser/sync/glue/data_type_manager_impl.h', | 2083 'browser/sync/glue/data_type_manager_impl.h', |
2084 'browser/sync/glue/database_model_worker.cc', | 2084 'browser/sync/glue/database_model_worker.cc', |
2085 'browser/sync/glue/database_model_worker.h', | 2085 'browser/sync/glue/database_model_worker.h', |
2086 'browser/sync/glue/do_optimistic_refresh_task.cc', | 2086 'browser/sync/glue/do_optimistic_refresh_task.cc', |
2087 'browser/sync/glue/do_optimistic_refresh_task.h', | 2087 'browser/sync/glue/do_optimistic_refresh_task.h', |
2088 'browser/sync/glue/extension_data_type_controller.cc', | 2088 'browser/sync/glue/extension_data_type_controller.cc', |
2089 'browser/sync/glue/extension_data_type_controller.h', | 2089 'browser/sync/glue/extension_data_type_controller.h', |
| 2090 'browser/sync/glue/file_model_worker.cc', |
| 2091 'browser/sync/glue/file_model_worker.h', |
2090 'browser/sync/glue/frontend_data_type_controller.cc', | 2092 'browser/sync/glue/frontend_data_type_controller.cc', |
2091 'browser/sync/glue/frontend_data_type_controller.h', | 2093 'browser/sync/glue/frontend_data_type_controller.h', |
2092 'browser/sync/glue/generic_change_processor.cc', | 2094 'browser/sync/glue/generic_change_processor.cc', |
2093 'browser/sync/glue/generic_change_processor.h', | 2095 'browser/sync/glue/generic_change_processor.h', |
2094 'browser/sync/glue/history_model_worker.cc', | 2096 'browser/sync/glue/history_model_worker.cc', |
2095 'browser/sync/glue/history_model_worker.h', | 2097 'browser/sync/glue/history_model_worker.h', |
2096 'browser/sync/glue/http_bridge.cc', | 2098 'browser/sync/glue/http_bridge.cc', |
2097 'browser/sync/glue/http_bridge.h', | 2099 'browser/sync/glue/http_bridge.h', |
2098 'browser/sync/glue/model_associator.h', | 2100 'browser/sync/glue/model_associator.h', |
2099 'browser/sync/glue/non_frontend_data_type_controller.cc', | 2101 'browser/sync/glue/non_frontend_data_type_controller.cc', |
(...skipping 2951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5051 # weak imports in dependents, who still must #include | 5053 # weak imports in dependents, who still must #include |
5052 # closure_blocks_leopard_compat.h to get weak imports. | 5054 # closure_blocks_leopard_compat.h to get weak imports. |
5053 'type': 'none', | 5055 'type': 'none', |
5054 }], | 5056 }], |
5055 ], | 5057 ], |
5056 }, | 5058 }, |
5057 ], | 5059 ], |
5058 }], | 5060 }], |
5059 ], | 5061 ], |
5060 } | 5062 } |
OLD | NEW |