| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'browser/content_settings/content_settings_notification_provider.cc', | 725 'browser/content_settings/content_settings_notification_provider.cc', |
| 726 'browser/content_settings/content_settings_notification_provider.h', | 726 'browser/content_settings/content_settings_notification_provider.h', |
| 727 'browser/content_settings/content_settings_policy_provider.cc', | 727 'browser/content_settings/content_settings_policy_provider.cc', |
| 728 'browser/content_settings/content_settings_policy_provider.h', | 728 'browser/content_settings/content_settings_policy_provider.h', |
| 729 'browser/content_settings/content_settings_pref_provider.cc', | 729 'browser/content_settings/content_settings_pref_provider.cc', |
| 730 'browser/content_settings/content_settings_pref_provider.h', | 730 'browser/content_settings/content_settings_pref_provider.h', |
| 731 'browser/cookies_tree_model.cc', | 731 'browser/cookies_tree_model.cc', |
| 732 'browser/cookies_tree_model.h', | 732 'browser/cookies_tree_model.h', |
| 733 'browser/crash_upload_list.cc', | 733 'browser/crash_upload_list.cc', |
| 734 'browser/crash_upload_list.h', | 734 'browser/crash_upload_list.h', |
| 735 'browser/crash_upload_list_win.cc', |
| 736 'browser/crash_upload_list_win.h', |
| 735 'browser/custom_home_pages_table_model.cc', | 737 'browser/custom_home_pages_table_model.cc', |
| 736 'browser/custom_home_pages_table_model.h', | 738 'browser/custom_home_pages_table_model.h', |
| 737 'browser/custom_handlers/protocol_handler.cc', | 739 'browser/custom_handlers/protocol_handler.cc', |
| 738 'browser/custom_handlers/protocol_handler.h', | 740 'browser/custom_handlers/protocol_handler.h', |
| 739 'browser/custom_handlers/protocol_handler_registry.cc', | 741 'browser/custom_handlers/protocol_handler_registry.cc', |
| 740 'browser/custom_handlers/protocol_handler_registry.h', | 742 'browser/custom_handlers/protocol_handler_registry.h', |
| 741 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', | 743 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', |
| 742 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', | 744 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', |
| 743 'browser/default_encoding_combo_model.cc', | 745 'browser/default_encoding_combo_model.cc', |
| 744 'browser/default_encoding_combo_model.h', | 746 'browser/default_encoding_combo_model.h', |
| (...skipping 3599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4344 ], | 4346 ], |
| 4345 }, | 4347 }, |
| 4346 ], | 4348 ], |
| 4347 } | 4349 } |
| 4348 | 4350 |
| 4349 # Local Variables: | 4351 # Local Variables: |
| 4350 # tab-width:2 | 4352 # tab-width:2 |
| 4351 # indent-tabs-mode:nil | 4353 # indent-tabs-mode:nil |
| 4352 # End: | 4354 # End: |
| 4353 # vim: set expandtab tabstop=2 shiftwidth=2: | 4355 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |