| 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 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2775 'browser/ui/tab_contents/tab_contents_wrapper.h', | 2775 'browser/ui/tab_contents/tab_contents_wrapper.h', |
| 2776 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', | 2776 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', |
| 2777 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', | 2777 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', |
| 2778 'browser/ui/tabs/dock_info.cc', | 2778 'browser/ui/tabs/dock_info.cc', |
| 2779 'browser/ui/tabs/dock_info.h', | 2779 'browser/ui/tabs/dock_info.h', |
| 2780 'browser/ui/tabs/dock_info_gtk.cc', | 2780 'browser/ui/tabs/dock_info_gtk.cc', |
| 2781 'browser/ui/tabs/dock_info_mac.cc', | 2781 'browser/ui/tabs/dock_info_mac.cc', |
| 2782 'browser/ui/tabs/dock_info_win.cc', | 2782 'browser/ui/tabs/dock_info_win.cc', |
| 2783 'browser/ui/tabs/tab_menu_model.cc', | 2783 'browser/ui/tabs/tab_menu_model.cc', |
| 2784 'browser/ui/tabs/tab_menu_model.h', | 2784 'browser/ui/tabs/tab_menu_model.h', |
| 2785 'browser/ui/title_prefix_matcher.cc', |
| 2786 'browser/ui/title_prefix_matcher.h', |
| 2785 'browser/ui/toolbar/back_forward_menu_model.cc', | 2787 'browser/ui/toolbar/back_forward_menu_model.cc', |
| 2786 'browser/ui/toolbar/back_forward_menu_model.h', | 2788 'browser/ui/toolbar/back_forward_menu_model.h', |
| 2787 'browser/ui/toolbar/encoding_menu_controller.cc', | 2789 'browser/ui/toolbar/encoding_menu_controller.cc', |
| 2788 'browser/ui/toolbar/encoding_menu_controller.h', | 2790 'browser/ui/toolbar/encoding_menu_controller.h', |
| 2789 'browser/ui/toolbar/toolbar_model.cc', | 2791 'browser/ui/toolbar/toolbar_model.cc', |
| 2790 'browser/ui/toolbar/toolbar_model.h', | 2792 'browser/ui/toolbar/toolbar_model.h', |
| 2791 'browser/ui/toolbar/wrench_menu_model.cc', | 2793 'browser/ui/toolbar/wrench_menu_model.cc', |
| 2792 'browser/ui/toolbar/wrench_menu_model.h', | 2794 'browser/ui/toolbar/wrench_menu_model.h', |
| 2793 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 2795 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 2794 'browser/ui/touch/frame/keyboard_container_view.cc', | 2796 'browser/ui/touch/frame/keyboard_container_view.cc', |
| (...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4411 ], | 4413 ], |
| 4412 }, | 4414 }, |
| 4413 ], | 4415 ], |
| 4414 } | 4416 } |
| 4415 | 4417 |
| 4416 # Local Variables: | 4418 # Local Variables: |
| 4417 # tab-width:2 | 4419 # tab-width:2 |
| 4418 # indent-tabs-mode:nil | 4420 # indent-tabs-mode:nil |
| 4419 # End: | 4421 # End: |
| 4420 # vim: set expandtab tabstop=2 shiftwidth=2: | 4422 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |