| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 2849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2860 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', | 2860 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', |
| 2861 'browser/ui/tabs/dock_info.cc', | 2861 'browser/ui/tabs/dock_info.cc', |
| 2862 'browser/ui/tabs/dock_info.h', | 2862 'browser/ui/tabs/dock_info.h', |
| 2863 'browser/ui/tabs/dock_info_gtk.cc', | 2863 'browser/ui/tabs/dock_info_gtk.cc', |
| 2864 'browser/ui/tabs/dock_info_mac.cc', | 2864 'browser/ui/tabs/dock_info_mac.cc', |
| 2865 'browser/ui/tabs/dock_info_win.cc', | 2865 'browser/ui/tabs/dock_info_win.cc', |
| 2866 'browser/ui/tabs/hover_tab_selector.cc', | 2866 'browser/ui/tabs/hover_tab_selector.cc', |
| 2867 'browser/ui/tabs/hover_tab_selector.h', | 2867 'browser/ui/tabs/hover_tab_selector.h', |
| 2868 'browser/ui/tabs/tab_menu_model.cc', | 2868 'browser/ui/tabs/tab_menu_model.cc', |
| 2869 'browser/ui/tabs/tab_menu_model.h', | 2869 'browser/ui/tabs/tab_menu_model.h', |
| 2870 'browser/ui/title_prefix_matcher.cc', | |
| 2871 'browser/ui/title_prefix_matcher.h', | |
| 2872 'browser/ui/toolbar/back_forward_menu_model.cc', | 2870 'browser/ui/toolbar/back_forward_menu_model.cc', |
| 2873 'browser/ui/toolbar/back_forward_menu_model.h', | 2871 'browser/ui/toolbar/back_forward_menu_model.h', |
| 2874 'browser/ui/toolbar/encoding_menu_controller.cc', | 2872 'browser/ui/toolbar/encoding_menu_controller.cc', |
| 2875 'browser/ui/toolbar/encoding_menu_controller.h', | 2873 'browser/ui/toolbar/encoding_menu_controller.h', |
| 2876 'browser/ui/toolbar/toolbar_model.cc', | 2874 'browser/ui/toolbar/toolbar_model.cc', |
| 2877 'browser/ui/toolbar/toolbar_model.h', | 2875 'browser/ui/toolbar/toolbar_model.h', |
| 2878 'browser/ui/toolbar/wrench_menu_model.cc', | 2876 'browser/ui/toolbar/wrench_menu_model.cc', |
| 2879 'browser/ui/toolbar/wrench_menu_model.h', | 2877 'browser/ui/toolbar/wrench_menu_model.h', |
| 2880 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 2878 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 2881 'browser/ui/touch/frame/keyboard_container_view.cc', | 2879 'browser/ui/touch/frame/keyboard_container_view.cc', |
| (...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4597 'hard_dependency': 1, | 4595 'hard_dependency': 1, |
| 4598 }, | 4596 }, |
| 4599 ], | 4597 ], |
| 4600 } | 4598 } |
| 4601 | 4599 |
| 4602 # Local Variables: | 4600 # Local Variables: |
| 4603 # tab-width:2 | 4601 # tab-width:2 |
| 4604 # indent-tabs-mode:nil | 4602 # indent-tabs-mode:nil |
| 4605 # End: | 4603 # End: |
| 4606 # vim: set expandtab tabstop=2 shiftwidth=2: | 4604 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |