OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2207 'browser/sync/glue/theme_util.cc', | 2207 'browser/sync/glue/theme_util.cc', |
2208 'browser/sync/glue/theme_util.h', | 2208 'browser/sync/glue/theme_util.h', |
2209 'browser/sync/glue/typed_url_change_processor.cc', | 2209 'browser/sync/glue/typed_url_change_processor.cc', |
2210 'browser/sync/glue/typed_url_change_processor.h', | 2210 'browser/sync/glue/typed_url_change_processor.h', |
2211 'browser/sync/glue/typed_url_data_type_controller.cc', | 2211 'browser/sync/glue/typed_url_data_type_controller.cc', |
2212 'browser/sync/glue/typed_url_data_type_controller.h', | 2212 'browser/sync/glue/typed_url_data_type_controller.h', |
2213 'browser/sync/glue/typed_url_model_associator.cc', | 2213 'browser/sync/glue/typed_url_model_associator.cc', |
2214 'browser/sync/glue/typed_url_model_associator.h', | 2214 'browser/sync/glue/typed_url_model_associator.h', |
2215 'browser/sync/glue/ui_model_worker.cc', | 2215 'browser/sync/glue/ui_model_worker.cc', |
2216 'browser/sync/glue/ui_model_worker.h', | 2216 'browser/sync/glue/ui_model_worker.h', |
2217 'browser/sync/net/network_change_notifier_io_thread.cc', | |
2218 'browser/sync/net/network_change_notifier_io_thread.h', | |
2219 'browser/sync/notification_method.h', | 2217 'browser/sync/notification_method.h', |
2220 'browser/sync/notification_method.cc', | 2218 'browser/sync/notification_method.cc', |
2221 'browser/sync/profile_sync_service.cc', | 2219 'browser/sync/profile_sync_service.cc', |
2222 'browser/sync/profile_sync_service.h', | 2220 'browser/sync/profile_sync_service.h', |
2223 'browser/sync/profile_sync_factory.h', | 2221 'browser/sync/profile_sync_factory.h', |
2224 'browser/sync/profile_sync_factory_impl.cc', | 2222 'browser/sync/profile_sync_factory_impl.cc', |
2225 'browser/sync/profile_sync_factory_impl.h', | 2223 'browser/sync/profile_sync_factory_impl.h', |
2226 'browser/sync/sync_constants.cc', | 2224 'browser/sync/sync_constants.cc', |
2227 'browser/sync/sync_constants.h', | 2225 'browser/sync/sync_constants.h', |
2228 'browser/sync/sync_setup_flow.cc', | 2226 'browser/sync/sync_setup_flow.cc', |
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3523 ], | 3521 ], |
3524 }, | 3522 }, |
3525 ], | 3523 ], |
3526 } | 3524 } |
3527 | 3525 |
3528 # Local Variables: | 3526 # Local Variables: |
3529 # tab-width:2 | 3527 # tab-width:2 |
3530 # indent-tabs-mode:nil | 3528 # indent-tabs-mode:nil |
3531 # End: | 3529 # End: |
3532 # vim: set expandtab tabstop=2 shiftwidth=2: | 3530 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |