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 2304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2315 'browser/tab_contents/render_view_context_menu_mac.h', | 2315 'browser/tab_contents/render_view_context_menu_mac.h', |
2316 'browser/tab_contents/render_view_context_menu_mac.mm', | 2316 'browser/tab_contents/render_view_context_menu_mac.mm', |
2317 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2317 'browser/tab_contents/render_view_host_delegate_helper.cc', |
2318 'browser/tab_contents/render_view_host_delegate_helper.h', | 2318 'browser/tab_contents/render_view_host_delegate_helper.h', |
2319 'browser/tab_contents/render_view_host_manager.cc', | 2319 'browser/tab_contents/render_view_host_manager.cc', |
2320 'browser/tab_contents/render_view_host_manager.h', | 2320 'browser/tab_contents/render_view_host_manager.h', |
2321 'browser/tab_contents/tab_contents.cc', | 2321 'browser/tab_contents/tab_contents.cc', |
2322 'browser/tab_contents/tab_contents.h', | 2322 'browser/tab_contents/tab_contents.h', |
2323 'browser/tab_contents/tab_contents_delegate.cc', | 2323 'browser/tab_contents/tab_contents_delegate.cc', |
2324 'browser/tab_contents/tab_contents_delegate.h', | 2324 'browser/tab_contents/tab_contents_delegate.h', |
| 2325 'browser/tab_contents/tab_contents_observer.cc', |
2325 'browser/tab_contents/tab_contents_observer.h', | 2326 'browser/tab_contents/tab_contents_observer.h', |
2326 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2327 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2327 'browser/tab_contents/tab_contents_ssl_helper.h', | 2328 'browser/tab_contents/tab_contents_ssl_helper.h', |
2328 'browser/tab_contents/tab_contents_view.cc', | 2329 'browser/tab_contents/tab_contents_view.cc', |
2329 'browser/tab_contents/tab_contents_view.h', | 2330 'browser/tab_contents/tab_contents_view.h', |
2330 'browser/tab_contents/tab_contents_view_gtk.cc', | 2331 'browser/tab_contents/tab_contents_view_gtk.cc', |
2331 'browser/tab_contents/tab_contents_view_gtk.h', | 2332 'browser/tab_contents/tab_contents_view_gtk.h', |
2332 'browser/tab_contents/tab_contents_view_mac.h', | 2333 'browser/tab_contents/tab_contents_view_mac.h', |
2333 'browser/tab_contents/tab_contents_view_mac.mm', | 2334 'browser/tab_contents/tab_contents_view_mac.mm', |
2334 'browser/tab_contents/tab_specific_content_settings.cc', | 2335 'browser/tab_contents/tab_specific_content_settings.cc', |
(...skipping 2256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4591 ], | 4592 ], |
4592 }, | 4593 }, |
4593 ], | 4594 ], |
4594 } | 4595 } |
4595 | 4596 |
4596 # Local Variables: | 4597 # Local Variables: |
4597 # tab-width:2 | 4598 # tab-width:2 |
4598 # indent-tabs-mode:nil | 4599 # indent-tabs-mode:nil |
4599 # End: | 4600 # End: |
4600 # vim: set expandtab tabstop=2 shiftwidth=2: | 4601 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |