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 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2877 'browser/tab_contents/render_view_context_menu.cc', | 2877 'browser/tab_contents/render_view_context_menu.cc', |
2878 'browser/tab_contents/render_view_context_menu.h', | 2878 'browser/tab_contents/render_view_context_menu.h', |
2879 'browser/tab_contents/render_view_context_menu_gtk.cc', | 2879 'browser/tab_contents/render_view_context_menu_gtk.cc', |
2880 'browser/tab_contents/render_view_context_menu_gtk.h', | 2880 'browser/tab_contents/render_view_context_menu_gtk.h', |
2881 'browser/tab_contents/render_view_context_menu_mac.mm', | 2881 'browser/tab_contents/render_view_context_menu_mac.mm', |
2882 'browser/tab_contents/render_view_context_menu_mac.h', | 2882 'browser/tab_contents/render_view_context_menu_mac.h', |
2883 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2883 'browser/tab_contents/render_view_host_delegate_helper.cc', |
2884 'browser/tab_contents/render_view_host_delegate_helper.h', | 2884 'browser/tab_contents/render_view_host_delegate_helper.h', |
2885 'browser/tab_contents/render_view_host_manager.cc', | 2885 'browser/tab_contents/render_view_host_manager.cc', |
2886 'browser/tab_contents/render_view_host_manager.h', | 2886 'browser/tab_contents/render_view_host_manager.h', |
2887 'browser/tab_contents/security_style.h', | |
2888 'browser/tab_contents/tab_contents.cc', | 2887 'browser/tab_contents/tab_contents.cc', |
2889 'browser/tab_contents/tab_contents.h', | 2888 'browser/tab_contents/tab_contents.h', |
2890 'browser/tab_contents/tab_contents_delegate.cc', | 2889 'browser/tab_contents/tab_contents_delegate.cc', |
2891 'browser/tab_contents/tab_contents_delegate.h', | 2890 'browser/tab_contents/tab_contents_delegate.h', |
2892 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2891 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2893 'browser/tab_contents/tab_contents_ssl_helper.h', | 2892 'browser/tab_contents/tab_contents_ssl_helper.h', |
2894 'browser/tab_contents/tab_contents_view.cc', | 2893 'browser/tab_contents/tab_contents_view.cc', |
2895 'browser/tab_contents/tab_contents_view.h', | 2894 'browser/tab_contents/tab_contents_view.h', |
2896 'browser/tab_contents/tab_contents_view_gtk.cc', | 2895 'browser/tab_contents/tab_contents_view_gtk.cc', |
2897 'browser/tab_contents/tab_contents_view_gtk.h', | 2896 'browser/tab_contents/tab_contents_view_gtk.h', |
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4282 ], | 4281 ], |
4283 }, | 4282 }, |
4284 ], | 4283 ], |
4285 } | 4284 } |
4286 | 4285 |
4287 # Local Variables: | 4286 # Local Variables: |
4288 # tab-width:2 | 4287 # tab-width:2 |
4289 # indent-tabs-mode:nil | 4288 # indent-tabs-mode:nil |
4290 # End: | 4289 # End: |
4291 # vim: set expandtab tabstop=2 shiftwidth=2: | 4290 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |