| 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_identifier.h', | 
 |   811         'browser/content_settings/content_settings_rule.h', | 
 |   812         'browser/content_settings/content_host.h', | 
 |   813         'browser/content_settings/content_host_pattern.h', | 
 |   814 »       'browser/content_settings/content_settings_pattern.cc', | 
|   811         'browser/content_settings/content_settings_pattern.h', |   815         'browser/content_settings/content_settings_pattern.h', | 
|   812         'browser/content_settings/content_settings_provider.h', |   816         'browser/content_settings/content_settings_provider.h', | 
|   813         'browser/content_settings/host_content_settings_map.cc', |   817         'browser/content_settings/host_content_settings_map.cc', | 
|   814         'browser/content_settings/host_content_settings_map.h', |   818         'browser/content_settings/host_content_settings_map.h', | 
|   815         'browser/content_settings/policy_content_settings_provider.cc', |   819         'browser/content_settings/policy_content_settings_provider.cc', | 
|   816         'browser/content_settings/policy_content_settings_provider.h', |   820         'browser/content_settings/policy_content_settings_provider.h', | 
|   817         'browser/content_settings/pref_content_settings_provider.cc', |   821         'browser/content_settings/pref_content_settings_provider.cc', | 
|   818         'browser/content_settings/pref_content_settings_provider.h', |   822         'browser/content_settings/pref_content_settings_provider.h', | 
|   819         'browser/cookies_tree_model.cc', |   823         'browser/cookies_tree_model.cc', | 
|   820         'browser/cookies_tree_model.h', |   824         'browser/cookies_tree_model.h', | 
| (...skipping 3754 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  4575       ], |  4579       ], | 
|  4576     }, |  4580     }, | 
|  4577   ], |  4581   ], | 
|  4578 } |  4582 } | 
|  4579  |  4583  | 
|  4580 # Local Variables: |  4584 # Local Variables: | 
|  4581 # tab-width:2 |  4585 # tab-width:2 | 
|  4582 # indent-tabs-mode:nil |  4586 # indent-tabs-mode:nil | 
|  4583 # End: |  4587 # End: | 
|  4584 # vim: set expandtab tabstop=2 shiftwidth=2: |  4588 # vim: set expandtab tabstop=2 shiftwidth=2: | 
| OLD | NEW |