| 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 2813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2824 'browser/tab_contents/infobar_delegate.h', | 2824 'browser/tab_contents/infobar_delegate.h', |
| 2825 'browser/tab_contents/interstitial_page.cc', | 2825 'browser/tab_contents/interstitial_page.cc', |
| 2826 'browser/tab_contents/interstitial_page.h', | 2826 'browser/tab_contents/interstitial_page.h', |
| 2827 'browser/tab_contents/language_state.h', | 2827 'browser/tab_contents/language_state.h', |
| 2828 'browser/tab_contents/language_state.cc', | 2828 'browser/tab_contents/language_state.cc', |
| 2829 'browser/tab_contents/navigation_controller.cc', | 2829 'browser/tab_contents/navigation_controller.cc', |
| 2830 'browser/tab_contents/navigation_controller.h', | 2830 'browser/tab_contents/navigation_controller.h', |
| 2831 'browser/tab_contents/navigation_entry.cc', | 2831 'browser/tab_contents/navigation_entry.cc', |
| 2832 'browser/tab_contents/navigation_entry.h', | 2832 'browser/tab_contents/navigation_entry.h', |
| 2833 'browser/tab_contents/page_navigator.h', | 2833 'browser/tab_contents/page_navigator.h', |
| 2834 'browser/tab_contents/popup_menu_helper_mac.mm', |
| 2835 'browser/tab_contents/popup_menu_helper_mac.h', |
| 2834 'browser/tab_contents/provisional_load_details.cc', | 2836 'browser/tab_contents/provisional_load_details.cc', |
| 2835 'browser/tab_contents/provisional_load_details.h', | 2837 'browser/tab_contents/provisional_load_details.h', |
| 2836 'browser/tab_contents/render_view_context_menu.cc', | 2838 'browser/tab_contents/render_view_context_menu.cc', |
| 2837 'browser/tab_contents/render_view_context_menu.h', | 2839 'browser/tab_contents/render_view_context_menu.h', |
| 2838 'browser/tab_contents/render_view_context_menu_gtk.cc', | 2840 'browser/tab_contents/render_view_context_menu_gtk.cc', |
| 2839 'browser/tab_contents/render_view_context_menu_gtk.h', | 2841 'browser/tab_contents/render_view_context_menu_gtk.h', |
| 2840 'browser/tab_contents/render_view_context_menu_mac.mm', | 2842 'browser/tab_contents/render_view_context_menu_mac.mm', |
| 2841 'browser/tab_contents/render_view_context_menu_mac.h', | 2843 'browser/tab_contents/render_view_context_menu_mac.h', |
| 2842 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2844 'browser/tab_contents/render_view_host_delegate_helper.cc', |
| 2843 'browser/tab_contents/render_view_host_delegate_helper.h', | 2845 'browser/tab_contents/render_view_host_delegate_helper.h', |
| (...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4180 ], | 4182 ], |
| 4181 }, | 4183 }, |
| 4182 ], | 4184 ], |
| 4183 } | 4185 } |
| 4184 | 4186 |
| 4185 # Local Variables: | 4187 # Local Variables: |
| 4186 # tab-width:2 | 4188 # tab-width:2 |
| 4187 # indent-tabs-mode:nil | 4189 # indent-tabs-mode:nil |
| 4188 # End: | 4190 # End: |
| 4189 # vim: set expandtab tabstop=2 shiftwidth=2: | 4191 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |