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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 2940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2951 'browser/ui/toolbar/encoding_menu_controller.h', | 2951 'browser/ui/toolbar/encoding_menu_controller.h', |
2952 'browser/ui/toolbar/toolbar_model.cc', | 2952 'browser/ui/toolbar/toolbar_model.cc', |
2953 'browser/ui/toolbar/toolbar_model.h', | 2953 'browser/ui/toolbar/toolbar_model.h', |
2954 'browser/ui/toolbar/wrench_menu_model.cc', | 2954 'browser/ui/toolbar/wrench_menu_model.cc', |
2955 'browser/ui/toolbar/wrench_menu_model.h', | 2955 'browser/ui/toolbar/wrench_menu_model.h', |
2956 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 2956 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
2957 'browser/ui/touch/frame/keyboard_container_view.cc', | 2957 'browser/ui/touch/frame/keyboard_container_view.cc', |
2958 'browser/ui/touch/frame/keyboard_container_view.h', | 2958 'browser/ui/touch/frame/keyboard_container_view.h', |
2959 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 2959 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
2960 'browser/ui/touch/frame/touch_browser_frame_view.h', | 2960 'browser/ui/touch/frame/touch_browser_frame_view.h', |
| 2961 'browser/ui/touch/keyboard/keyboard_manager.cc', |
| 2962 'browser/ui/touch/keyboard/keyboard_manager.h', |
2961 'browser/ui/touch/tabs/tab_strip_factory.cc', | 2963 'browser/ui/touch/tabs/tab_strip_factory.cc', |
2962 'browser/ui/touch/tabs/touch_tab.cc', | 2964 'browser/ui/touch/tabs/touch_tab.cc', |
2963 'browser/ui/touch/tabs/touch_tab.h', | 2965 'browser/ui/touch/tabs/touch_tab.h', |
2964 'browser/ui/touch/tabs/touch_tab_strip.cc', | 2966 'browser/ui/touch/tabs/touch_tab_strip.cc', |
2965 'browser/ui/touch/tabs/touch_tab_strip.h', | 2967 'browser/ui/touch/tabs/touch_tab_strip.h', |
2966 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', | 2968 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', |
2967 'browser/ui/touch/tabs/touch_tab_strip_controller.h', | 2969 'browser/ui/touch/tabs/touch_tab_strip_controller.h', |
2968 'browser/ui/view_ids.h', | 2970 'browser/ui/view_ids.h', |
2969 'browser/ui/views/about_chrome_view.cc', | 2971 'browser/ui/views/about_chrome_view.cc', |
2970 'browser/ui/views/about_chrome_view.h', | 2972 'browser/ui/views/about_chrome_view.h', |
(...skipping 1761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4732 'hard_dependency': 1, | 4734 'hard_dependency': 1, |
4733 }, | 4735 }, |
4734 ], | 4736 ], |
4735 } | 4737 } |
4736 | 4738 |
4737 # Local Variables: | 4739 # Local Variables: |
4738 # tab-width:2 | 4740 # tab-width:2 |
4739 # indent-tabs-mode:nil | 4741 # indent-tabs-mode:nil |
4740 # End: | 4742 # End: |
4741 # vim: set expandtab tabstop=2 shiftwidth=2: | 4743 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |