| 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 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2712 'browser/status_icons/status_tray.h', | 2712 'browser/status_icons/status_tray.h', |
| 2713 'browser/status_icons/status_icon.cc', | 2713 'browser/status_icons/status_icon.cc', |
| 2714 'browser/status_icons/status_icon.h', | 2714 'browser/status_icons/status_icon.h', |
| 2715 'browser/transport_security_persister.cc', | 2715 'browser/transport_security_persister.cc', |
| 2716 'browser/transport_security_persister.h', | 2716 'browser/transport_security_persister.h', |
| 2717 'browser/sync/engine/syncapi.h', | 2717 'browser/sync/engine/syncapi.h', |
| 2718 'browser/sync/glue/app_data_type_controller.cc', | 2718 'browser/sync/glue/app_data_type_controller.cc', |
| 2719 'browser/sync/glue/app_data_type_controller.h', | 2719 'browser/sync/glue/app_data_type_controller.h', |
| 2720 'browser/sync/glue/autofill_change_processor.cc', | 2720 'browser/sync/glue/autofill_change_processor.cc', |
| 2721 'browser/sync/glue/autofill_change_processor.h', | 2721 'browser/sync/glue/autofill_change_processor.h', |
| 2722 'browser/sync/glue/autofill_change_processor2.cc', |
| 2723 'browser/sync/glue/autofill_change_processor2.h', |
| 2722 'browser/sync/glue/autofill_data_type_controller.cc', | 2724 'browser/sync/glue/autofill_data_type_controller.cc', |
| 2723 'browser/sync/glue/autofill_data_type_controller.h', | 2725 'browser/sync/glue/autofill_data_type_controller.h', |
| 2724 'browser/sync/glue/autofill_model_associator.cc', | 2726 'browser/sync/glue/autofill_model_associator.cc', |
| 2725 'browser/sync/glue/autofill_model_associator.h', | 2727 'browser/sync/glue/autofill_model_associator.h', |
| 2728 'browser/sync/glue/autofill_model_associator2.cc', |
| 2729 'browser/sync/glue/autofill_model_associator2.h', |
| 2730 'browser/sync/glue/autofill_profile_model_associator.cc', |
| 2731 'browser/sync/glue/autofill_profile_model_associator.h', |
| 2726 'browser/sync/glue/bookmark_change_processor.cc', | 2732 'browser/sync/glue/bookmark_change_processor.cc', |
| 2727 'browser/sync/glue/bookmark_change_processor.h', | 2733 'browser/sync/glue/bookmark_change_processor.h', |
| 2728 'browser/sync/glue/bookmark_data_type_controller.cc', | 2734 'browser/sync/glue/bookmark_data_type_controller.cc', |
| 2729 'browser/sync/glue/bookmark_data_type_controller.h', | 2735 'browser/sync/glue/bookmark_data_type_controller.h', |
| 2730 'browser/sync/glue/bookmark_model_associator.cc', | 2736 'browser/sync/glue/bookmark_model_associator.cc', |
| 2731 'browser/sync/glue/bookmark_model_associator.h', | 2737 'browser/sync/glue/bookmark_model_associator.h', |
| 2732 'browser/sync/glue/change_processor.cc', | 2738 'browser/sync/glue/change_processor.cc', |
| 2733 'browser/sync/glue/change_processor.h', | 2739 'browser/sync/glue/change_processor.h', |
| 2734 'browser/sync/glue/data_type_controller.h', | 2740 'browser/sync/glue/data_type_controller.h', |
| 2735 'browser/sync/glue/data_type_manager.h', | 2741 'browser/sync/glue/data_type_manager.h', |
| (...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4180 ], | 4186 ], |
| 4181 }, | 4187 }, |
| 4182 ], | 4188 ], |
| 4183 } | 4189 } |
| 4184 | 4190 |
| 4185 # Local Variables: | 4191 # Local Variables: |
| 4186 # tab-width:2 | 4192 # tab-width:2 |
| 4187 # indent-tabs-mode:nil | 4193 # indent-tabs-mode:nil |
| 4188 # End: | 4194 # End: |
| 4189 # vim: set expandtab tabstop=2 shiftwidth=2: | 4195 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |