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 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2050 'browser/sync/backend_migrator.cc', | 2050 'browser/sync/backend_migrator.cc', |
2051 'browser/sync/backend_migrator.h', | 2051 'browser/sync/backend_migrator.h', |
2052 'browser/sync/profile_sync_factory.h', | 2052 'browser/sync/profile_sync_factory.h', |
2053 'browser/sync/profile_sync_factory_impl.cc', | 2053 'browser/sync/profile_sync_factory_impl.cc', |
2054 'browser/sync/profile_sync_factory_impl.h', | 2054 'browser/sync/profile_sync_factory_impl.h', |
2055 'browser/sync/profile_sync_service.cc', | 2055 'browser/sync/profile_sync_service.cc', |
2056 'browser/sync/profile_sync_service.h', | 2056 'browser/sync/profile_sync_service.h', |
2057 'browser/sync/profile_sync_service_harness.cc', | 2057 'browser/sync/profile_sync_service_harness.cc', |
2058 'browser/sync/profile_sync_service_harness.h', | 2058 'browser/sync/profile_sync_service_harness.h', |
2059 'browser/sync/profile_sync_service_observer.h', | 2059 'browser/sync/profile_sync_service_observer.h', |
| 2060 'browser/sync/retry_verifier.cc', |
| 2061 'browser/sync/retry_verifier.h', |
2060 'browser/sync/signin_manager.cc', | 2062 'browser/sync/signin_manager.cc', |
2061 'browser/sync/signin_manager.h', | 2063 'browser/sync/signin_manager.h', |
2062 'browser/sync/sync_setup_flow.cc', | 2064 'browser/sync/sync_setup_flow.cc', |
2063 'browser/sync/sync_setup_flow.h', | 2065 'browser/sync/sync_setup_flow.h', |
2064 'browser/sync/sync_setup_flow_handler.h', | 2066 'browser/sync/sync_setup_flow_handler.h', |
2065 'browser/sync/sync_setup_wizard.cc', | 2067 'browser/sync/sync_setup_wizard.cc', |
2066 'browser/sync/sync_setup_wizard.h', | 2068 'browser/sync/sync_setup_wizard.h', |
2067 'browser/sync/sync_ui_util.cc', | 2069 'browser/sync/sync_ui_util.cc', |
2068 'browser/sync/sync_ui_util.h', | 2070 'browser/sync/sync_ui_util.h', |
2069 'browser/sync/sync_ui_util_mac.h', | 2071 'browser/sync/sync_ui_util_mac.h', |
(...skipping 2740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4810 ], | 4812 ], |
4811 'export_dependent_settings': [ | 4813 'export_dependent_settings': [ |
4812 'in_memory_url_index_cache_proto', | 4814 'in_memory_url_index_cache_proto', |
4813 ], | 4815 ], |
4814 # This target exports a hard dependency because it includes generated | 4816 # This target exports a hard dependency because it includes generated |
4815 # header files. | 4817 # header files. |
4816 'hard_dependency': 1, | 4818 'hard_dependency': 1, |
4817 }, | 4819 }, |
4818 ], | 4820 ], |
4819 } | 4821 } |
OLD | NEW |