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 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2111 'browser/sync/backend_migrator.cc', | 2111 'browser/sync/backend_migrator.cc', |
2112 'browser/sync/backend_migrator.h', | 2112 'browser/sync/backend_migrator.h', |
2113 'browser/sync/profile_sync_factory.h', | 2113 'browser/sync/profile_sync_factory.h', |
2114 'browser/sync/profile_sync_factory_impl.cc', | 2114 'browser/sync/profile_sync_factory_impl.cc', |
2115 'browser/sync/profile_sync_factory_impl.h', | 2115 'browser/sync/profile_sync_factory_impl.h', |
2116 'browser/sync/profile_sync_service.cc', | 2116 'browser/sync/profile_sync_service.cc', |
2117 'browser/sync/profile_sync_service.h', | 2117 'browser/sync/profile_sync_service.h', |
2118 'browser/sync/profile_sync_service_harness.cc', | 2118 'browser/sync/profile_sync_service_harness.cc', |
2119 'browser/sync/profile_sync_service_harness.h', | 2119 'browser/sync/profile_sync_service_harness.h', |
2120 'browser/sync/profile_sync_service_observer.h', | 2120 'browser/sync/profile_sync_service_observer.h', |
| 2121 'browser/sync/retry_verifier.cc', |
| 2122 'browser/sync/retry_verifier.h', |
2121 'browser/sync/signin_manager.cc', | 2123 'browser/sync/signin_manager.cc', |
2122 'browser/sync/signin_manager.h', | 2124 'browser/sync/signin_manager.h', |
2123 'browser/sync/sync_setup_flow.cc', | 2125 'browser/sync/sync_setup_flow.cc', |
2124 'browser/sync/sync_setup_flow.h', | 2126 'browser/sync/sync_setup_flow.h', |
2125 'browser/sync/sync_setup_flow_handler.h', | 2127 'browser/sync/sync_setup_flow_handler.h', |
2126 'browser/sync/sync_setup_wizard.cc', | 2128 'browser/sync/sync_setup_wizard.cc', |
2127 'browser/sync/sync_setup_wizard.h', | 2129 'browser/sync/sync_setup_wizard.h', |
2128 'browser/sync/sync_ui_util.cc', | 2130 'browser/sync/sync_ui_util.cc', |
2129 'browser/sync/sync_ui_util.h', | 2131 'browser/sync/sync_ui_util.h', |
2130 'browser/sync/sync_ui_util_mac.h', | 2132 'browser/sync/sync_ui_util_mac.h', |
(...skipping 2769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4900 ], | 4902 ], |
4901 'export_dependent_settings': [ | 4903 'export_dependent_settings': [ |
4902 'in_memory_url_index_cache_proto', | 4904 'in_memory_url_index_cache_proto', |
4903 ], | 4905 ], |
4904 # This target exports a hard dependency because it includes generated | 4906 # This target exports a hard dependency because it includes generated |
4905 # header files. | 4907 # header files. |
4906 'hard_dependency': 1, | 4908 'hard_dependency': 1, |
4907 }, | 4909 }, |
4908 ], | 4910 ], |
4909 } | 4911 } |
OLD | NEW |