OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2173 'browser/status_icons/status_icon.h', | 2173 'browser/status_icons/status_icon.h', |
2174 'browser/status_icons/status_icon_observer.h', | 2174 'browser/status_icons/status_icon_observer.h', |
2175 'browser/status_icons/status_tray.cc', | 2175 'browser/status_icons/status_tray.cc', |
2176 'browser/status_icons/status_tray.h', | 2176 'browser/status_icons/status_tray.h', |
2177 'browser/sync/about_sync_util.cc', | 2177 'browser/sync/about_sync_util.cc', |
2178 'browser/sync/about_sync_util.h', | 2178 'browser/sync/about_sync_util.h', |
2179 'browser/sync/backend_migrator.cc', | 2179 'browser/sync/backend_migrator.cc', |
2180 'browser/sync/backend_migrator.h', | 2180 'browser/sync/backend_migrator.h', |
2181 'browser/sync/backend_unrecoverable_error_handler.cc', | 2181 'browser/sync/backend_unrecoverable_error_handler.cc', |
2182 'browser/sync/backend_unrecoverable_error_handler.h', | 2182 'browser/sync/backend_unrecoverable_error_handler.h', |
| 2183 'browser/sync/credential_cache_service_factory_win.cc', |
| 2184 'browser/sync/credential_cache_service_factory_win.h', |
| 2185 'browser/sync/credential_cache_service_win.cc', |
| 2186 'browser/sync/credential_cache_service_win.h', |
2183 'browser/sync/failed_datatypes_handler.cc', | 2187 'browser/sync/failed_datatypes_handler.cc', |
2184 'browser/sync/failed_datatypes_handler.h', | 2188 'browser/sync/failed_datatypes_handler.h', |
2185 'browser/sync/glue/app_notification_data_type_controller.cc', | 2189 'browser/sync/glue/app_notification_data_type_controller.cc', |
2186 'browser/sync/glue/app_notification_data_type_controller.h', | 2190 'browser/sync/glue/app_notification_data_type_controller.h', |
2187 'browser/sync/glue/autofill_data_type_controller.cc', | 2191 'browser/sync/glue/autofill_data_type_controller.cc', |
2188 'browser/sync/glue/autofill_data_type_controller.h', | 2192 'browser/sync/glue/autofill_data_type_controller.h', |
2189 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2193 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
2190 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2194 'browser/sync/glue/autofill_profile_data_type_controller.h', |
2191 'browser/sync/glue/backend_data_type_configurer.h', | 2195 'browser/sync/glue/backend_data_type_configurer.h', |
2192 'browser/sync/glue/bookmark_change_processor.cc', | 2196 'browser/sync/glue/bookmark_change_processor.cc', |
(...skipping 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5458 'variables': { | 5462 'variables': { |
5459 'jni_gen_dir': 'chrome', | 5463 'jni_gen_dir': 'chrome', |
5460 }, | 5464 }, |
5461 'includes': [ '../build/jni_generator.gypi' ], | 5465 'includes': [ '../build/jni_generator.gypi' ], |
5462 }, | 5466 }, |
5463 ], | 5467 ], |
5464 }, | 5468 }, |
5465 ], | 5469 ], |
5466 ], | 5470 ], |
5467 } | 5471 } |
OLD | NEW |