Chromium Code Reviews| 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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 800 'browser/command_updater.h', | 800 'browser/command_updater.h', |
| 801 'browser/content_exceptions_table_model.cc', | 801 'browser/content_exceptions_table_model.cc', |
| 802 'browser/content_exceptions_table_model.h', | 802 'browser/content_exceptions_table_model.h', |
| 803 'browser/content_setting_bubble_model.cc', | 803 'browser/content_setting_bubble_model.cc', |
| 804 'browser/content_setting_bubble_model.h', | 804 'browser/content_setting_bubble_model.h', |
| 805 'browser/content_setting_combo_model.cc', | 805 'browser/content_setting_combo_model.cc', |
| 806 'browser/content_setting_combo_model.h', | 806 'browser/content_setting_combo_model.h', |
| 807 'browser/content_setting_image_model.cc', | 807 'browser/content_setting_image_model.cc', |
| 808 'browser/content_setting_image_model.h', | 808 'browser/content_setting_image_model.h', |
| 809 'browser/content_settings/content_settings_details.h', | 809 'browser/content_settings/content_settings_details.h', |
| 810 'browser/content_settings/content_settings_pattern.cc', | 810 » 'browser/content_settings/content_settings_pattern.cc', |
|
Bernhard Bauer
2011/01/27 09:54:26
Nit: replace tab with spaces.
markusheintz_
2011/01/27 10:24:37
Done.
| |
| 811 'browser/content_settings/content_settings_pattern.h', | 811 'browser/content_settings/content_settings_pattern.h', |
| 812 'browser/content_settings/content_settings_provider.h', | 812 'browser/content_settings/content_settings_provider.h', |
| 813 'browser/content_settings/host_content_settings_map.cc', | 813 'browser/content_settings/host_content_settings_map.cc', |
| 814 'browser/content_settings/host_content_settings_map.h', | 814 'browser/content_settings/host_content_settings_map.h', |
| 815 'browser/content_settings/policy_content_settings_provider.cc', | 815 'browser/content_settings/policy_content_settings_provider.cc', |
| 816 'browser/content_settings/policy_content_settings_provider.h', | 816 'browser/content_settings/policy_content_settings_provider.h', |
| 817 'browser/content_settings/pref_content_settings_provider.cc', | 817 'browser/content_settings/pref_content_settings_provider.cc', |
| 818 'browser/content_settings/pref_content_settings_provider.h', | 818 'browser/content_settings/pref_content_settings_provider.h', |
| 819 'browser/cookies_tree_model.cc', | 819 'browser/cookies_tree_model.cc', |
| 820 'browser/cookies_tree_model.h', | 820 'browser/cookies_tree_model.h', |
| (...skipping 3754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4575 ], | 4575 ], |
| 4576 }, | 4576 }, |
| 4577 ], | 4577 ], |
| 4578 } | 4578 } |
| 4579 | 4579 |
| 4580 # Local Variables: | 4580 # Local Variables: |
| 4581 # tab-width:2 | 4581 # tab-width:2 |
| 4582 # indent-tabs-mode:nil | 4582 # indent-tabs-mode:nil |
| 4583 # End: | 4583 # End: |
| 4584 # vim: set expandtab tabstop=2 shiftwidth=2: | 4584 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |