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 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2039 'browser/status_icons/status_tray.cc', | 2039 'browser/status_icons/status_tray.cc', |
2040 'browser/status_icons/status_tray.h', | 2040 'browser/status_icons/status_tray.h', |
2041 'browser/sync/glue/app_data_type_controller.cc', | 2041 'browser/sync/glue/app_data_type_controller.cc', |
2042 'browser/sync/glue/app_data_type_controller.h', | 2042 'browser/sync/glue/app_data_type_controller.h', |
2043 'browser/sync/glue/autofill_change_processor.cc', | 2043 'browser/sync/glue/autofill_change_processor.cc', |
2044 'browser/sync/glue/autofill_change_processor.h', | 2044 'browser/sync/glue/autofill_change_processor.h', |
2045 'browser/sync/glue/autofill_data_type_controller.cc', | 2045 'browser/sync/glue/autofill_data_type_controller.cc', |
2046 'browser/sync/glue/autofill_data_type_controller.h', | 2046 'browser/sync/glue/autofill_data_type_controller.h', |
2047 'browser/sync/glue/autofill_model_associator.cc', | 2047 'browser/sync/glue/autofill_model_associator.cc', |
2048 'browser/sync/glue/autofill_model_associator.h', | 2048 'browser/sync/glue/autofill_model_associator.h', |
2049 'browser/sync/glue/autofill_profile_change_processor.cc', | |
2050 'browser/sync/glue/autofill_profile_change_processor.h', | |
2051 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2049 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
2052 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2050 'browser/sync/glue/autofill_profile_data_type_controller.h', |
2053 'browser/sync/glue/autofill_profile_model_associator.cc', | 2051 'browser/sync/glue/autofill_profile_syncable_service.cc', |
2054 'browser/sync/glue/autofill_profile_model_associator.h', | 2052 'browser/sync/glue/autofill_profile_syncable_service.h', |
2055 'browser/sync/glue/bookmark_change_processor.cc', | 2053 'browser/sync/glue/bookmark_change_processor.cc', |
2056 'browser/sync/glue/bookmark_change_processor.h', | 2054 'browser/sync/glue/bookmark_change_processor.h', |
2057 'browser/sync/glue/bookmark_data_type_controller.cc', | 2055 'browser/sync/glue/bookmark_data_type_controller.cc', |
2058 'browser/sync/glue/bookmark_data_type_controller.h', | 2056 'browser/sync/glue/bookmark_data_type_controller.h', |
2059 'browser/sync/glue/bookmark_model_associator.cc', | 2057 'browser/sync/glue/bookmark_model_associator.cc', |
2060 'browser/sync/glue/bookmark_model_associator.h', | 2058 'browser/sync/glue/bookmark_model_associator.h', |
2061 'browser/sync/glue/change_processor.cc', | 2059 'browser/sync/glue/change_processor.cc', |
2062 'browser/sync/glue/change_processor.h', | 2060 'browser/sync/glue/change_processor.h', |
2063 'browser/sync/glue/data_type_controller.h', | 2061 'browser/sync/glue/data_type_controller.h', |
2064 'browser/sync/glue/data_type_manager.cc', | 2062 'browser/sync/glue/data_type_manager.cc', |
(...skipping 2853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4918 # weak imports in dependents, who still must #include | 4916 # weak imports in dependents, who still must #include |
4919 # closure_blocks_leopard_compat.h to get weak imports. | 4917 # closure_blocks_leopard_compat.h to get weak imports. |
4920 'type': 'none', | 4918 'type': 'none', |
4921 }], | 4919 }], |
4922 ], | 4920 ], |
4923 }, | 4921 }, |
4924 ], | 4922 ], |
4925 }], | 4923 }], |
4926 ], | 4924 ], |
4927 } | 4925 } |
OLD | NEW |