| 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 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2032 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2032 'browser/ssl/ssl_add_cert_handler_mac.mm', |
| 2033 'browser/ssl/ssl_blocking_page.cc', | 2033 'browser/ssl/ssl_blocking_page.cc', |
| 2034 'browser/ssl/ssl_blocking_page.h', | 2034 'browser/ssl/ssl_blocking_page.h', |
| 2035 'browser/ssl/ssl_error_info.cc', | 2035 'browser/ssl/ssl_error_info.cc', |
| 2036 'browser/ssl/ssl_error_info.h', | 2036 'browser/ssl/ssl_error_info.h', |
| 2037 'browser/ssl_client_certificate_selector.h', | 2037 'browser/ssl_client_certificate_selector.h', |
| 2038 'browser/status_icons/status_icon.cc', | 2038 'browser/status_icons/status_icon.cc', |
| 2039 'browser/status_icons/status_icon.h', | 2039 'browser/status_icons/status_icon.h', |
| 2040 'browser/status_icons/status_tray.cc', | 2040 'browser/status_icons/status_tray.cc', |
| 2041 'browser/status_icons/status_tray.h', | 2041 'browser/status_icons/status_tray.h', |
| 2042 'browser/sync/glue/app_change_processor.cc', | |
| 2043 'browser/sync/glue/app_change_processor.h', | |
| 2044 'browser/sync/glue/app_data_type_controller.cc', | 2042 'browser/sync/glue/app_data_type_controller.cc', |
| 2045 'browser/sync/glue/app_data_type_controller.h', | 2043 'browser/sync/glue/app_data_type_controller.h', |
| 2046 'browser/sync/glue/app_model_associator.cc', | |
| 2047 'browser/sync/glue/app_model_associator.h', | |
| 2048 'browser/sync/glue/autofill_change_processor.cc', | 2044 'browser/sync/glue/autofill_change_processor.cc', |
| 2049 'browser/sync/glue/autofill_change_processor.h', | 2045 'browser/sync/glue/autofill_change_processor.h', |
| 2050 'browser/sync/glue/autofill_data_type_controller.cc', | 2046 'browser/sync/glue/autofill_data_type_controller.cc', |
| 2051 'browser/sync/glue/autofill_data_type_controller.h', | 2047 'browser/sync/glue/autofill_data_type_controller.h', |
| 2052 'browser/sync/glue/autofill_model_associator.cc', | 2048 'browser/sync/glue/autofill_model_associator.cc', |
| 2053 'browser/sync/glue/autofill_model_associator.h', | 2049 'browser/sync/glue/autofill_model_associator.h', |
| 2054 'browser/sync/glue/autofill_profile_change_processor.cc', | 2050 'browser/sync/glue/autofill_profile_change_processor.cc', |
| 2055 'browser/sync/glue/autofill_profile_change_processor.h', | 2051 'browser/sync/glue/autofill_profile_change_processor.h', |
| 2056 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2052 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
| 2057 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2053 'browser/sync/glue/autofill_profile_data_type_controller.h', |
| 2058 'browser/sync/glue/autofill_profile_model_associator.cc', | 2054 'browser/sync/glue/autofill_profile_model_associator.cc', |
| 2059 'browser/sync/glue/autofill_profile_model_associator.h', | 2055 'browser/sync/glue/autofill_profile_model_associator.h', |
| 2060 'browser/sync/glue/bookmark_change_processor.cc', | 2056 'browser/sync/glue/bookmark_change_processor.cc', |
| 2061 'browser/sync/glue/bookmark_change_processor.h', | 2057 'browser/sync/glue/bookmark_change_processor.h', |
| 2062 'browser/sync/glue/bookmark_data_type_controller.cc', | 2058 'browser/sync/glue/bookmark_data_type_controller.cc', |
| 2063 'browser/sync/glue/bookmark_data_type_controller.h', | 2059 'browser/sync/glue/bookmark_data_type_controller.h', |
| 2064 'browser/sync/glue/bookmark_model_associator.cc', | 2060 'browser/sync/glue/bookmark_model_associator.cc', |
| 2065 'browser/sync/glue/bookmark_model_associator.h', | 2061 'browser/sync/glue/bookmark_model_associator.h', |
| 2066 'browser/sync/glue/change_processor.cc', | 2062 'browser/sync/glue/change_processor.cc', |
| 2067 'browser/sync/glue/change_processor.h', | 2063 'browser/sync/glue/change_processor.h', |
| 2068 'browser/sync/glue/data_type_controller.h', | 2064 'browser/sync/glue/data_type_controller.h', |
| 2069 'browser/sync/glue/data_type_manager.cc', | 2065 'browser/sync/glue/data_type_manager.cc', |
| 2070 'browser/sync/glue/data_type_manager.h', | 2066 'browser/sync/glue/data_type_manager.h', |
| 2071 'browser/sync/glue/data_type_manager_impl.cc', | 2067 'browser/sync/glue/data_type_manager_impl.cc', |
| 2072 'browser/sync/glue/data_type_manager_impl.h', | 2068 'browser/sync/glue/data_type_manager_impl.h', |
| 2073 'browser/sync/glue/database_model_worker.cc', | 2069 'browser/sync/glue/database_model_worker.cc', |
| 2074 'browser/sync/glue/database_model_worker.h', | 2070 'browser/sync/glue/database_model_worker.h', |
| 2075 'browser/sync/glue/do_optimistic_refresh_task.cc', | 2071 'browser/sync/glue/do_optimistic_refresh_task.cc', |
| 2076 'browser/sync/glue/do_optimistic_refresh_task.h', | 2072 'browser/sync/glue/do_optimistic_refresh_task.h', |
| 2077 'browser/sync/glue/extension_change_processor.cc', | |
| 2078 'browser/sync/glue/extension_change_processor.h', | |
| 2079 'browser/sync/glue/extension_data_type_controller.cc', | 2073 'browser/sync/glue/extension_data_type_controller.cc', |
| 2080 'browser/sync/glue/extension_data_type_controller.h', | 2074 'browser/sync/glue/extension_data_type_controller.h', |
| 2081 'browser/sync/glue/extension_model_associator.cc', | |
| 2082 'browser/sync/glue/extension_model_associator.h', | |
| 2083 'browser/sync/glue/extension_sync.cc', | |
| 2084 'browser/sync/glue/extension_sync.h', | |
| 2085 'browser/sync/glue/extension_sync_traits.cc', | |
| 2086 'browser/sync/glue/extension_sync_traits.h', | |
| 2087 'browser/sync/glue/extension_util.cc', | |
| 2088 'browser/sync/glue/extension_util.h', | |
| 2089 'browser/sync/glue/frontend_data_type_controller.cc', | 2075 'browser/sync/glue/frontend_data_type_controller.cc', |
| 2090 'browser/sync/glue/frontend_data_type_controller.h', | 2076 'browser/sync/glue/frontend_data_type_controller.h', |
| 2091 'browser/sync/glue/generic_change_processor.cc', | 2077 'browser/sync/glue/generic_change_processor.cc', |
| 2092 'browser/sync/glue/generic_change_processor.h', | 2078 'browser/sync/glue/generic_change_processor.h', |
| 2093 'browser/sync/glue/history_model_worker.cc', | 2079 'browser/sync/glue/history_model_worker.cc', |
| 2094 'browser/sync/glue/history_model_worker.h', | 2080 'browser/sync/glue/history_model_worker.h', |
| 2095 'browser/sync/glue/http_bridge.cc', | 2081 'browser/sync/glue/http_bridge.cc', |
| 2096 'browser/sync/glue/http_bridge.h', | 2082 'browser/sync/glue/http_bridge.h', |
| 2097 'browser/sync/glue/model_associator.h', | 2083 'browser/sync/glue/model_associator.h', |
| 2098 'browser/sync/glue/non_frontend_data_type_controller.cc', | 2084 'browser/sync/glue/non_frontend_data_type_controller.cc', |
| (...skipping 2931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5030 # weak imports in dependents, who still must #include | 5016 # weak imports in dependents, who still must #include |
| 5031 # closure_blocks_leopard_compat.h to get weak imports. | 5017 # closure_blocks_leopard_compat.h to get weak imports. |
| 5032 'type': 'none', | 5018 'type': 'none', |
| 5033 }], | 5019 }], |
| 5034 ], | 5020 ], |
| 5035 }, | 5021 }, |
| 5036 ], | 5022 ], |
| 5037 }], | 5023 }], |
| 5038 ], | 5024 ], |
| 5039 } | 5025 } |
| OLD | NEW |