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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2152 'browser/sync/profile_sync_factory_impl.h', | 2152 'browser/sync/profile_sync_factory_impl.h', |
2153 'browser/sync/profile_sync_service.cc', | 2153 'browser/sync/profile_sync_service.cc', |
2154 'browser/sync/profile_sync_service.h', | 2154 'browser/sync/profile_sync_service.h', |
2155 'browser/sync/profile_sync_service_harness.cc', | 2155 'browser/sync/profile_sync_service_harness.cc', |
2156 'browser/sync/profile_sync_service_harness.h', | 2156 'browser/sync/profile_sync_service_harness.h', |
2157 'browser/sync/profile_sync_service_observer.h', | 2157 'browser/sync/profile_sync_service_observer.h', |
2158 'browser/sync/retry_verifier.cc', | 2158 'browser/sync/retry_verifier.cc', |
2159 'browser/sync/retry_verifier.h', | 2159 'browser/sync/retry_verifier.h', |
2160 'browser/sync/signin_manager.cc', | 2160 'browser/sync/signin_manager.cc', |
2161 'browser/sync/signin_manager.h', | 2161 'browser/sync/signin_manager.h', |
| 2162 'browser/sync/sync_global_error.cc', |
| 2163 'browser/sync/sync_global_error.h', |
2162 'browser/sync/sync_setup_flow.cc', | 2164 'browser/sync/sync_setup_flow.cc', |
2163 'browser/sync/sync_setup_flow.h', | 2165 'browser/sync/sync_setup_flow.h', |
2164 'browser/sync/sync_setup_flow_handler.h', | 2166 'browser/sync/sync_setup_flow_handler.h', |
2165 'browser/sync/sync_setup_wizard.cc', | 2167 'browser/sync/sync_setup_wizard.cc', |
2166 'browser/sync/sync_setup_wizard.h', | 2168 'browser/sync/sync_setup_wizard.h', |
2167 'browser/sync/sync_ui_util.cc', | 2169 'browser/sync/sync_ui_util.cc', |
2168 'browser/sync/sync_ui_util.h', | 2170 'browser/sync/sync_ui_util.h', |
2169 'browser/sync/sync_ui_util_mac.h', | 2171 'browser/sync/sync_ui_util_mac.h', |
2170 'browser/sync/sync_ui_util_mac.mm', | 2172 'browser/sync/sync_ui_util_mac.mm', |
2171 'browser/tab_closeable_state_watcher.cc', | 2173 'browser/tab_closeable_state_watcher.cc', |
(...skipping 2962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5134 # weak imports in dependents, who still must #include | 5136 # weak imports in dependents, who still must #include |
5135 # closure_blocks_leopard_compat.h to get weak imports. | 5137 # closure_blocks_leopard_compat.h to get weak imports. |
5136 'type': 'none', | 5138 'type': 'none', |
5137 }], | 5139 }], |
5138 ], | 5140 ], |
5139 }, | 5141 }, |
5140 ], | 5142 ], |
5141 }], | 5143 }], |
5142 ], | 5144 ], |
5143 } | 5145 } |
OLD | NEW |