| 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 2062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2073 'browser/sync/glue/password_change_processor.cc', | 2073 'browser/sync/glue/password_change_processor.cc', |
| 2074 'browser/sync/glue/password_change_processor.h', | 2074 'browser/sync/glue/password_change_processor.h', |
| 2075 'browser/sync/glue/password_data_type_controller.cc', | 2075 'browser/sync/glue/password_data_type_controller.cc', |
| 2076 'browser/sync/glue/password_data_type_controller.h', | 2076 'browser/sync/glue/password_data_type_controller.h', |
| 2077 'browser/sync/glue/password_model_associator.cc', | 2077 'browser/sync/glue/password_model_associator.cc', |
| 2078 'browser/sync/glue/password_model_associator.h', | 2078 'browser/sync/glue/password_model_associator.h', |
| 2079 'browser/sync/glue/password_model_worker.cc', | 2079 'browser/sync/glue/password_model_worker.cc', |
| 2080 'browser/sync/glue/password_model_worker.h', | 2080 'browser/sync/glue/password_model_worker.h', |
| 2081 'browser/sync/glue/preference_data_type_controller.cc', | 2081 'browser/sync/glue/preference_data_type_controller.cc', |
| 2082 'browser/sync/glue/preference_data_type_controller.h', | 2082 'browser/sync/glue/preference_data_type_controller.h', |
| 2083 'browser/sync/glue/search_engine_data_type_controller.cc', |
| 2084 'browser/sync/glue/search_engine_data_type_controller.h', |
| 2083 'browser/sync/glue/session_change_processor.cc', | 2085 'browser/sync/glue/session_change_processor.cc', |
| 2084 'browser/sync/glue/session_change_processor.h', | 2086 'browser/sync/glue/session_change_processor.h', |
| 2085 'browser/sync/glue/session_data_type_controller.cc', | 2087 'browser/sync/glue/session_data_type_controller.cc', |
| 2086 'browser/sync/glue/session_data_type_controller.h', | 2088 'browser/sync/glue/session_data_type_controller.h', |
| 2087 'browser/sync/glue/session_model_associator.cc', | 2089 'browser/sync/glue/session_model_associator.cc', |
| 2088 'browser/sync/glue/session_model_associator.h', | 2090 'browser/sync/glue/session_model_associator.h', |
| 2089 'browser/sync/glue/syncable_service_adapter.cc', | 2091 'browser/sync/glue/syncable_service_adapter.cc', |
| 2090 'browser/sync/glue/syncable_service_adapter.h', | 2092 'browser/sync/glue/syncable_service_adapter.h', |
| 2091 'browser/sync/glue/synced_window_delegate.h', | 2093 'browser/sync/glue/synced_window_delegate.h', |
| 2092 'browser/sync/glue/sync_backend_host.cc', | 2094 'browser/sync/glue/sync_backend_host.cc', |
| (...skipping 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4888 # weak imports in dependents, who still must #include | 4890 # weak imports in dependents, who still must #include |
| 4889 # closure_blocks_leopard_compat.h to get weak imports. | 4891 # closure_blocks_leopard_compat.h to get weak imports. |
| 4890 'type': 'none', | 4892 'type': 'none', |
| 4891 }], | 4893 }], |
| 4892 ], | 4894 ], |
| 4893 }, | 4895 }, |
| 4894 ], | 4896 ], |
| 4895 }], | 4897 }], |
| 4896 ], | 4898 ], |
| 4897 } | 4899 } |
| OLD | NEW |