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 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2587 'browser/tab_contents/render_view_context_menu_mac.h', | 2587 'browser/tab_contents/render_view_context_menu_mac.h', |
2588 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2588 'browser/tab_contents/render_view_host_delegate_helper.cc', |
2589 'browser/tab_contents/render_view_host_delegate_helper.h', | 2589 'browser/tab_contents/render_view_host_delegate_helper.h', |
2590 'browser/tab_contents/render_view_host_manager.cc', | 2590 'browser/tab_contents/render_view_host_manager.cc', |
2591 'browser/tab_contents/render_view_host_manager.h', | 2591 'browser/tab_contents/render_view_host_manager.h', |
2592 'browser/tab_contents/security_style.h', | 2592 'browser/tab_contents/security_style.h', |
2593 'browser/tab_contents/tab_contents.cc', | 2593 'browser/tab_contents/tab_contents.cc', |
2594 'browser/tab_contents/tab_contents.h', | 2594 'browser/tab_contents/tab_contents.h', |
2595 'browser/tab_contents/tab_contents_delegate.cc', | 2595 'browser/tab_contents/tab_contents_delegate.cc', |
2596 'browser/tab_contents/tab_contents_delegate.h', | 2596 'browser/tab_contents/tab_contents_delegate.h', |
| 2597 'browser/tab_contents/tab_contents_file_select_helper.cc', |
| 2598 'browser/tab_contents/tab_contents_file_select_helper.h', |
2597 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2599 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2598 'browser/tab_contents/tab_contents_ssl_helper.h', | 2600 'browser/tab_contents/tab_contents_ssl_helper.h', |
2599 'browser/tab_contents/tab_contents_view.cc', | 2601 'browser/tab_contents/tab_contents_view.cc', |
2600 'browser/tab_contents/tab_contents_view.h', | 2602 'browser/tab_contents/tab_contents_view.h', |
2601 'browser/tab_contents/tab_contents_view_gtk.cc', | 2603 'browser/tab_contents/tab_contents_view_gtk.cc', |
2602 'browser/tab_contents/tab_contents_view_gtk.h', | 2604 'browser/tab_contents/tab_contents_view_gtk.h', |
2603 'browser/tab_contents/tab_contents_view_mac.h', | 2605 'browser/tab_contents/tab_contents_view_mac.h', |
2604 'browser/tab_contents/tab_contents_view_mac.mm', | 2606 'browser/tab_contents/tab_contents_view_mac.mm', |
2605 'browser/tab_contents/tab_specific_content_settings.cc', | 2607 'browser/tab_contents/tab_specific_content_settings.cc', |
2606 'browser/tab_contents/tab_specific_content_settings.h', | 2608 'browser/tab_contents/tab_specific_content_settings.h', |
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3879 ], | 3881 ], |
3880 }, | 3882 }, |
3881 ], | 3883 ], |
3882 } | 3884 } |
3883 | 3885 |
3884 # Local Variables: | 3886 # Local Variables: |
3885 # tab-width:2 | 3887 # tab-width:2 |
3886 # indent-tabs-mode:nil | 3888 # indent-tabs-mode:nil |
3887 # End: | 3889 # End: |
3888 # vim: set expandtab tabstop=2 shiftwidth=2: | 3890 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |