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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2035 'browser/status_icons/status_tray.cc', | 2035 'browser/status_icons/status_tray.cc', |
2036 'browser/status_icons/status_tray.h', | 2036 'browser/status_icons/status_tray.h', |
2037 'browser/sync/glue/app_data_type_controller.cc', | 2037 'browser/sync/glue/app_data_type_controller.cc', |
2038 'browser/sync/glue/app_data_type_controller.h', | 2038 'browser/sync/glue/app_data_type_controller.h', |
2039 'browser/sync/glue/autofill_change_processor.cc', | 2039 'browser/sync/glue/autofill_change_processor.cc', |
2040 'browser/sync/glue/autofill_change_processor.h', | 2040 'browser/sync/glue/autofill_change_processor.h', |
2041 'browser/sync/glue/autofill_data_type_controller.cc', | 2041 'browser/sync/glue/autofill_data_type_controller.cc', |
2042 'browser/sync/glue/autofill_data_type_controller.h', | 2042 'browser/sync/glue/autofill_data_type_controller.h', |
2043 'browser/sync/glue/autofill_model_associator.cc', | 2043 'browser/sync/glue/autofill_model_associator.cc', |
2044 'browser/sync/glue/autofill_model_associator.h', | 2044 'browser/sync/glue/autofill_model_associator.h', |
2045 'browser/sync/glue/autofill_profile_change_processor.cc', | |
2046 'browser/sync/glue/autofill_profile_change_processor.h', | |
2047 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2045 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
2048 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2046 'browser/sync/glue/autofill_profile_data_type_controller.h', |
2049 'browser/sync/glue/autofill_profile_model_associator.cc', | 2047 'browser/sync/glue/autofill_profile_syncable_service.cc', |
2050 'browser/sync/glue/autofill_profile_model_associator.h', | 2048 'browser/sync/glue/autofill_profile_syncable_service.h', |
2051 'browser/sync/glue/bookmark_change_processor.cc', | 2049 'browser/sync/glue/bookmark_change_processor.cc', |
2052 'browser/sync/glue/bookmark_change_processor.h', | 2050 'browser/sync/glue/bookmark_change_processor.h', |
2053 'browser/sync/glue/bookmark_data_type_controller.cc', | 2051 'browser/sync/glue/bookmark_data_type_controller.cc', |
2054 'browser/sync/glue/bookmark_data_type_controller.h', | 2052 'browser/sync/glue/bookmark_data_type_controller.h', |
2055 'browser/sync/glue/bookmark_model_associator.cc', | 2053 'browser/sync/glue/bookmark_model_associator.cc', |
2056 'browser/sync/glue/bookmark_model_associator.h', | 2054 'browser/sync/glue/bookmark_model_associator.h', |
2057 'browser/sync/glue/change_processor.cc', | 2055 'browser/sync/glue/change_processor.cc', |
2058 'browser/sync/glue/change_processor.h', | 2056 'browser/sync/glue/change_processor.h', |
2059 'browser/sync/glue/data_type_controller.h', | 2057 'browser/sync/glue/data_type_controller.h', |
2060 'browser/sync/glue/data_type_manager.cc', | 2058 'browser/sync/glue/data_type_manager.cc', |
(...skipping 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4902 # weak imports in dependents, who still must #include | 4900 # weak imports in dependents, who still must #include |
4903 # closure_blocks_leopard_compat.h to get weak imports. | 4901 # closure_blocks_leopard_compat.h to get weak imports. |
4904 'type': 'none', | 4902 'type': 'none', |
4905 }], | 4903 }], |
4906 ], | 4904 ], |
4907 }, | 4905 }, |
4908 ], | 4906 ], |
4909 }], | 4907 }], |
4910 ], | 4908 ], |
4911 } | 4909 } |
OLD | NEW |