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 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2134 'browser/sync/backend_migrator.cc', | 2134 'browser/sync/backend_migrator.cc', |
2135 'browser/sync/backend_migrator.h', | 2135 'browser/sync/backend_migrator.h', |
2136 'browser/sync/profile_sync_factory.h', | 2136 'browser/sync/profile_sync_factory.h', |
2137 'browser/sync/profile_sync_factory_impl.cc', | 2137 'browser/sync/profile_sync_factory_impl.cc', |
2138 'browser/sync/profile_sync_factory_impl.h', | 2138 'browser/sync/profile_sync_factory_impl.h', |
2139 'browser/sync/profile_sync_service.cc', | 2139 'browser/sync/profile_sync_service.cc', |
2140 'browser/sync/profile_sync_service.h', | 2140 'browser/sync/profile_sync_service.h', |
2141 'browser/sync/profile_sync_service_harness.cc', | 2141 'browser/sync/profile_sync_service_harness.cc', |
2142 'browser/sync/profile_sync_service_harness.h', | 2142 'browser/sync/profile_sync_service_harness.h', |
2143 'browser/sync/profile_sync_service_observer.h', | 2143 'browser/sync/profile_sync_service_observer.h', |
| 2144 'browser/sync/retry_verifier.cc', |
| 2145 'browser/sync/retry_verifier.h', |
2144 'browser/sync/signin_manager.cc', | 2146 'browser/sync/signin_manager.cc', |
2145 'browser/sync/signin_manager.h', | 2147 'browser/sync/signin_manager.h', |
2146 'browser/sync/sync_setup_flow.cc', | 2148 'browser/sync/sync_setup_flow.cc', |
2147 'browser/sync/sync_setup_flow.h', | 2149 'browser/sync/sync_setup_flow.h', |
2148 'browser/sync/sync_setup_flow_handler.h', | 2150 'browser/sync/sync_setup_flow_handler.h', |
2149 'browser/sync/sync_setup_wizard.cc', | 2151 'browser/sync/sync_setup_wizard.cc', |
2150 'browser/sync/sync_setup_wizard.h', | 2152 'browser/sync/sync_setup_wizard.h', |
2151 'browser/sync/sync_ui_util.cc', | 2153 'browser/sync/sync_ui_util.cc', |
2152 'browser/sync/sync_ui_util.h', | 2154 'browser/sync/sync_ui_util.h', |
2153 'browser/sync/sync_ui_util_mac.h', | 2155 'browser/sync/sync_ui_util_mac.h', |
(...skipping 2849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5003 # weak imports in dependents, who still must #include | 5005 # weak imports in dependents, who still must #include |
5004 # closure_blocks_leopard_compat.h to get weak imports. | 5006 # closure_blocks_leopard_compat.h to get weak imports. |
5005 'type': 'none', | 5007 'type': 'none', |
5006 }], | 5008 }], |
5007 ], | 5009 ], |
5008 }, | 5010 }, |
5009 ], | 5011 ], |
5010 }], | 5012 }], |
5011 ], | 5013 ], |
5012 } | 5014 } |
OLD | NEW |