| 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 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2085 'browser/sync/backend_migrator.cc', | 2085 'browser/sync/backend_migrator.cc', |
| 2086 'browser/sync/backend_migrator.h', | 2086 'browser/sync/backend_migrator.h', |
| 2087 'browser/sync/profile_sync_factory.h', | 2087 'browser/sync/profile_sync_factory.h', |
| 2088 'browser/sync/profile_sync_factory_impl.cc', | 2088 'browser/sync/profile_sync_factory_impl.cc', |
| 2089 'browser/sync/profile_sync_factory_impl.h', | 2089 'browser/sync/profile_sync_factory_impl.h', |
| 2090 'browser/sync/profile_sync_service.cc', | 2090 'browser/sync/profile_sync_service.cc', |
| 2091 'browser/sync/profile_sync_service.h', | 2091 'browser/sync/profile_sync_service.h', |
| 2092 'browser/sync/profile_sync_service_harness.cc', | 2092 'browser/sync/profile_sync_service_harness.cc', |
| 2093 'browser/sync/profile_sync_service_harness.h', | 2093 'browser/sync/profile_sync_service_harness.h', |
| 2094 'browser/sync/profile_sync_service_observer.h', | 2094 'browser/sync/profile_sync_service_observer.h', |
| 2095 'browser/sync/retry_verifier.cc', |
| 2096 'browser/sync/retry_verifier.h', |
| 2095 'browser/sync/signin_manager.cc', | 2097 'browser/sync/signin_manager.cc', |
| 2096 'browser/sync/signin_manager.h', | 2098 'browser/sync/signin_manager.h', |
| 2097 'browser/sync/sync_setup_flow.cc', | 2099 'browser/sync/sync_setup_flow.cc', |
| 2098 'browser/sync/sync_setup_flow.h', | 2100 'browser/sync/sync_setup_flow.h', |
| 2099 'browser/sync/sync_setup_flow_handler.h', | 2101 'browser/sync/sync_setup_flow_handler.h', |
| 2100 'browser/sync/sync_setup_wizard.cc', | 2102 'browser/sync/sync_setup_wizard.cc', |
| 2101 'browser/sync/sync_setup_wizard.h', | 2103 'browser/sync/sync_setup_wizard.h', |
| 2102 'browser/sync/sync_ui_util.cc', | 2104 'browser/sync/sync_ui_util.cc', |
| 2103 'browser/sync/sync_ui_util.h', | 2105 'browser/sync/sync_ui_util.h', |
| 2104 'browser/sync/sync_ui_util_mac.h', | 2106 'browser/sync/sync_ui_util_mac.h', |
| (...skipping 2773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4878 ], | 4880 ], |
| 4879 'export_dependent_settings': [ | 4881 'export_dependent_settings': [ |
| 4880 'in_memory_url_index_cache_proto', | 4882 'in_memory_url_index_cache_proto', |
| 4881 ], | 4883 ], |
| 4882 # This target exports a hard dependency because it includes generated | 4884 # This target exports a hard dependency because it includes generated |
| 4883 # header files. | 4885 # header files. |
| 4884 'hard_dependency': 1, | 4886 'hard_dependency': 1, |
| 4885 }, | 4887 }, |
| 4886 ], | 4888 ], |
| 4887 } | 4889 } |
| OLD | NEW |