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 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2094 'browser/sync/glue/password_model_worker.h', | 2094 'browser/sync/glue/password_model_worker.h', |
2095 'browser/sync/glue/preference_data_type_controller.cc', | 2095 'browser/sync/glue/preference_data_type_controller.cc', |
2096 'browser/sync/glue/preference_data_type_controller.h', | 2096 'browser/sync/glue/preference_data_type_controller.h', |
2097 'browser/sync/glue/search_engine_data_type_controller.cc', | 2097 'browser/sync/glue/search_engine_data_type_controller.cc', |
2098 'browser/sync/glue/search_engine_data_type_controller.h', | 2098 'browser/sync/glue/search_engine_data_type_controller.h', |
2099 'browser/sync/glue/session_change_processor.cc', | 2099 'browser/sync/glue/session_change_processor.cc', |
2100 'browser/sync/glue/session_change_processor.h', | 2100 'browser/sync/glue/session_change_processor.h', |
2101 'browser/sync/glue/session_data_type_controller.cc', | 2101 'browser/sync/glue/session_data_type_controller.cc', |
2102 'browser/sync/glue/session_data_type_controller.h', | 2102 'browser/sync/glue/session_data_type_controller.h', |
2103 'browser/sync/glue/session_model_associator.cc', | 2103 'browser/sync/glue/session_model_associator.cc', |
2104 'browser/sync/glue/session_model_associator_mac.mm', | |
2105 'browser/sync/glue/session_model_associator.h', | 2104 'browser/sync/glue/session_model_associator.h', |
2106 'browser/sync/glue/syncable_service_adapter.cc', | 2105 'browser/sync/glue/syncable_service_adapter.cc', |
2107 'browser/sync/glue/syncable_service_adapter.h', | 2106 'browser/sync/glue/syncable_service_adapter.h', |
2108 'browser/sync/glue/synced_session.h', | |
2109 'browser/sync/glue/synced_session.cc', | |
2110 'browser/sync/glue/synced_window_delegate.h', | 2107 'browser/sync/glue/synced_window_delegate.h', |
2111 'browser/sync/glue/sync_backend_host.cc', | 2108 'browser/sync/glue/sync_backend_host.cc', |
2112 'browser/sync/glue/sync_backend_host.h', | 2109 'browser/sync/glue/sync_backend_host.h', |
2113 'browser/sync/glue/sync_backend_registrar.cc', | 2110 'browser/sync/glue/sync_backend_registrar.cc', |
2114 'browser/sync/glue/sync_backend_registrar.h', | 2111 'browser/sync/glue/sync_backend_registrar.h', |
2115 'browser/sync/glue/synced_session_tracker.cc', | 2112 'browser/sync/glue/synced_session_tracker.cc', |
2116 'browser/sync/glue/synced_session_tracker.h', | 2113 'browser/sync/glue/synced_session_tracker.h', |
2117 'browser/sync/glue/theme_change_processor.cc', | 2114 'browser/sync/glue/theme_change_processor.cc', |
2118 'browser/sync/glue/theme_change_processor.h', | 2115 'browser/sync/glue/theme_change_processor.h', |
2119 'browser/sync/glue/theme_data_type_controller.cc', | 2116 'browser/sync/glue/theme_data_type_controller.cc', |
(...skipping 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4925 # weak imports in dependents, who still must #include | 4922 # weak imports in dependents, who still must #include |
4926 # closure_blocks_leopard_compat.h to get weak imports. | 4923 # closure_blocks_leopard_compat.h to get weak imports. |
4927 'type': 'none', | 4924 'type': 'none', |
4928 }], | 4925 }], |
4929 ], | 4926 ], |
4930 }, | 4927 }, |
4931 ], | 4928 ], |
4932 }], | 4929 }], |
4933 ], | 4930 ], |
4934 } | 4931 } |
OLD | NEW |