| 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 2792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2803 'browser/ui/tab_contents/tab_contents_wrapper.h', | 2803 'browser/ui/tab_contents/tab_contents_wrapper.h', |
| 2804 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', | 2804 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', |
| 2805 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', | 2805 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', |
| 2806 'browser/ui/tabs/dock_info.cc', | 2806 'browser/ui/tabs/dock_info.cc', |
| 2807 'browser/ui/tabs/dock_info.h', | 2807 'browser/ui/tabs/dock_info.h', |
| 2808 'browser/ui/tabs/dock_info_gtk.cc', | 2808 'browser/ui/tabs/dock_info_gtk.cc', |
| 2809 'browser/ui/tabs/dock_info_mac.cc', | 2809 'browser/ui/tabs/dock_info_mac.cc', |
| 2810 'browser/ui/tabs/dock_info_win.cc', | 2810 'browser/ui/tabs/dock_info_win.cc', |
| 2811 'browser/ui/tabs/tab_menu_model.cc', | 2811 'browser/ui/tabs/tab_menu_model.cc', |
| 2812 'browser/ui/tabs/tab_menu_model.h', | 2812 'browser/ui/tabs/tab_menu_model.h', |
| 2813 'browser/ui/title_prefix_matcher.cc', |
| 2814 'browser/ui/title_prefix_matcher.h', |
| 2813 'browser/ui/toolbar/back_forward_menu_model.cc', | 2815 'browser/ui/toolbar/back_forward_menu_model.cc', |
| 2814 'browser/ui/toolbar/back_forward_menu_model.h', | 2816 'browser/ui/toolbar/back_forward_menu_model.h', |
| 2815 'browser/ui/toolbar/encoding_menu_controller.cc', | 2817 'browser/ui/toolbar/encoding_menu_controller.cc', |
| 2816 'browser/ui/toolbar/encoding_menu_controller.h', | 2818 'browser/ui/toolbar/encoding_menu_controller.h', |
| 2817 'browser/ui/toolbar/toolbar_model.cc', | 2819 'browser/ui/toolbar/toolbar_model.cc', |
| 2818 'browser/ui/toolbar/toolbar_model.h', | 2820 'browser/ui/toolbar/toolbar_model.h', |
| 2819 'browser/ui/toolbar/wrench_menu_model.cc', | 2821 'browser/ui/toolbar/wrench_menu_model.cc', |
| 2820 'browser/ui/toolbar/wrench_menu_model.h', | 2822 'browser/ui/toolbar/wrench_menu_model.h', |
| 2821 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 2823 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 2822 'browser/ui/touch/frame/keyboard_container_view.cc', | 2824 'browser/ui/touch/frame/keyboard_container_view.cc', |
| (...skipping 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4443 ], | 4445 ], |
| 4444 }, | 4446 }, |
| 4445 ], | 4447 ], |
| 4446 } | 4448 } |
| 4447 | 4449 |
| 4448 # Local Variables: | 4450 # Local Variables: |
| 4449 # tab-width:2 | 4451 # tab-width:2 |
| 4450 # indent-tabs-mode:nil | 4452 # indent-tabs-mode:nil |
| 4451 # End: | 4453 # End: |
| 4452 # vim: set expandtab tabstop=2 shiftwidth=2: | 4454 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |