| 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 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2117 'browser/sync/backend_migrator.cc', | 2117 'browser/sync/backend_migrator.cc', |
| 2118 'browser/sync/backend_migrator.h', | 2118 'browser/sync/backend_migrator.h', |
| 2119 'browser/sync/profile_sync_factory.h', | 2119 'browser/sync/profile_sync_factory.h', |
| 2120 'browser/sync/profile_sync_factory_impl.cc', | 2120 'browser/sync/profile_sync_factory_impl.cc', |
| 2121 'browser/sync/profile_sync_factory_impl.h', | 2121 'browser/sync/profile_sync_factory_impl.h', |
| 2122 'browser/sync/profile_sync_service.cc', | 2122 'browser/sync/profile_sync_service.cc', |
| 2123 'browser/sync/profile_sync_service.h', | 2123 'browser/sync/profile_sync_service.h', |
| 2124 'browser/sync/profile_sync_service_harness.cc', | 2124 'browser/sync/profile_sync_service_harness.cc', |
| 2125 'browser/sync/profile_sync_service_harness.h', | 2125 'browser/sync/profile_sync_service_harness.h', |
| 2126 'browser/sync/profile_sync_service_observer.h', | 2126 'browser/sync/profile_sync_service_observer.h', |
| 2127 'browser/sync/retry_verifier.cc', |
| 2128 'browser/sync/retry_verifier.h', |
| 2127 'browser/sync/signin_manager.cc', | 2129 'browser/sync/signin_manager.cc', |
| 2128 'browser/sync/signin_manager.h', | 2130 'browser/sync/signin_manager.h', |
| 2129 'browser/sync/sync_setup_flow.cc', | 2131 'browser/sync/sync_setup_flow.cc', |
| 2130 'browser/sync/sync_setup_flow.h', | 2132 'browser/sync/sync_setup_flow.h', |
| 2131 'browser/sync/sync_setup_flow_handler.h', | 2133 'browser/sync/sync_setup_flow_handler.h', |
| 2132 'browser/sync/sync_setup_wizard.cc', | 2134 'browser/sync/sync_setup_wizard.cc', |
| 2133 'browser/sync/sync_setup_wizard.h', | 2135 'browser/sync/sync_setup_wizard.h', |
| 2134 'browser/sync/sync_ui_util.cc', | 2136 'browser/sync/sync_ui_util.cc', |
| 2135 'browser/sync/sync_ui_util.h', | 2137 'browser/sync/sync_ui_util.h', |
| 2136 'browser/sync/sync_ui_util_mac.h', | 2138 'browser/sync/sync_ui_util_mac.h', |
| (...skipping 2803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4940 # weak imports in dependents, who still must #include | 4942 # weak imports in dependents, who still must #include |
| 4941 # closure_blocks_leopard_compat.h to get weak imports. | 4943 # closure_blocks_leopard_compat.h to get weak imports. |
| 4942 'type': 'none', | 4944 'type': 'none', |
| 4943 }], | 4945 }], |
| 4944 ], | 4946 ], |
| 4945 }, | 4947 }, |
| 4946 ], | 4948 ], |
| 4947 }], | 4949 }], |
| 4948 ], | 4950 ], |
| 4949 } | 4951 } |
| OLD | NEW |