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 2136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 'browser/sync/profile_sync_factory_impl.h', | 2147 'browser/sync/profile_sync_factory_impl.h', |
2148 'browser/sync/profile_sync_service.cc', | 2148 'browser/sync/profile_sync_service.cc', |
2149 'browser/sync/profile_sync_service.h', | 2149 'browser/sync/profile_sync_service.h', |
2150 'browser/sync/profile_sync_service_harness.cc', | 2150 'browser/sync/profile_sync_service_harness.cc', |
2151 'browser/sync/profile_sync_service_harness.h', | 2151 'browser/sync/profile_sync_service_harness.h', |
2152 'browser/sync/profile_sync_service_observer.h', | 2152 'browser/sync/profile_sync_service_observer.h', |
2153 'browser/sync/retry_verifier.cc', | 2153 'browser/sync/retry_verifier.cc', |
2154 'browser/sync/retry_verifier.h', | 2154 'browser/sync/retry_verifier.h', |
2155 'browser/sync/signin_manager.cc', | 2155 'browser/sync/signin_manager.cc', |
2156 'browser/sync/signin_manager.h', | 2156 'browser/sync/signin_manager.h', |
| 2157 'browser/sync/sync_global_error.cc', |
| 2158 'browser/sync/sync_global_error.h', |
2157 'browser/sync/sync_setup_flow.cc', | 2159 'browser/sync/sync_setup_flow.cc', |
2158 'browser/sync/sync_setup_flow.h', | 2160 'browser/sync/sync_setup_flow.h', |
2159 'browser/sync/sync_setup_flow_handler.h', | 2161 'browser/sync/sync_setup_flow_handler.h', |
2160 'browser/sync/sync_setup_wizard.cc', | 2162 'browser/sync/sync_setup_wizard.cc', |
2161 'browser/sync/sync_setup_wizard.h', | 2163 'browser/sync/sync_setup_wizard.h', |
2162 'browser/sync/sync_ui_util.cc', | 2164 'browser/sync/sync_ui_util.cc', |
2163 'browser/sync/sync_ui_util.h', | 2165 'browser/sync/sync_ui_util.h', |
2164 'browser/sync/sync_ui_util_mac.h', | 2166 'browser/sync/sync_ui_util_mac.h', |
2165 'browser/sync/sync_ui_util_mac.mm', | 2167 'browser/sync/sync_ui_util_mac.mm', |
2166 'browser/tab_closeable_state_watcher.cc', | 2168 'browser/tab_closeable_state_watcher.cc', |
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5050 # weak imports in dependents, who still must #include | 5052 # weak imports in dependents, who still must #include |
5051 # closure_blocks_leopard_compat.h to get weak imports. | 5053 # closure_blocks_leopard_compat.h to get weak imports. |
5052 'type': 'none', | 5054 'type': 'none', |
5053 }], | 5055 }], |
5054 ], | 5056 ], |
5055 }, | 5057 }, |
5056 ], | 5058 ], |
5057 }], | 5059 }], |
5058 ], | 5060 ], |
5059 } | 5061 } |
OLD | NEW |