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 2921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2932 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 2932 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
2933 'browser/ui/touch/frame/keyboard_container_view.cc', | 2933 'browser/ui/touch/frame/keyboard_container_view.cc', |
2934 'browser/ui/touch/frame/keyboard_container_view.h', | 2934 'browser/ui/touch/frame/keyboard_container_view.h', |
2935 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 2935 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
2936 'browser/ui/touch/frame/touch_browser_frame_view.h', | 2936 'browser/ui/touch/frame/touch_browser_frame_view.h', |
2937 'browser/ui/touch/tabs/tab_strip_factory.cc', | 2937 'browser/ui/touch/tabs/tab_strip_factory.cc', |
2938 'browser/ui/touch/tabs/touch_tab.cc', | 2938 'browser/ui/touch/tabs/touch_tab.cc', |
2939 'browser/ui/touch/tabs/touch_tab.h', | 2939 'browser/ui/touch/tabs/touch_tab.h', |
2940 'browser/ui/touch/tabs/touch_tab_strip.cc', | 2940 'browser/ui/touch/tabs/touch_tab_strip.cc', |
2941 'browser/ui/touch/tabs/touch_tab_strip.h', | 2941 'browser/ui/touch/tabs/touch_tab_strip.h', |
| 2942 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', |
| 2943 'browser/ui/touch/tabs/touch_tab_strip_controller.h', |
2942 'browser/ui/view_ids.h', | 2944 'browser/ui/view_ids.h', |
2943 'browser/ui/views/about_chrome_view.cc', | 2945 'browser/ui/views/about_chrome_view.cc', |
2944 'browser/ui/views/about_chrome_view.h', | 2946 'browser/ui/views/about_chrome_view.h', |
2945 'browser/ui/views/about_ipc_dialog.cc', | 2947 'browser/ui/views/about_ipc_dialog.cc', |
2946 'browser/ui/views/about_ipc_dialog.h', | 2948 'browser/ui/views/about_ipc_dialog.h', |
2947 'browser/ui/views/accelerator_table_gtk.cc', | 2949 'browser/ui/views/accelerator_table_gtk.cc', |
2948 'browser/ui/views/accelerator_table_gtk.h', | 2950 'browser/ui/views/accelerator_table_gtk.h', |
2949 'browser/ui/views/accessibility_event_router_views.cc', | 2951 'browser/ui/views/accessibility_event_router_views.cc', |
2950 'browser/ui/views/accessibility_event_router_views.h', | 2952 'browser/ui/views/accessibility_event_router_views.h', |
2951 'browser/ui/views/accessible_pane_view.cc', | 2953 'browser/ui/views/accessible_pane_view.cc', |
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4662 'hard_dependency': 1, | 4664 'hard_dependency': 1, |
4663 }, | 4665 }, |
4664 ], | 4666 ], |
4665 } | 4667 } |
4666 | 4668 |
4667 # Local Variables: | 4669 # Local Variables: |
4668 # tab-width:2 | 4670 # tab-width:2 |
4669 # indent-tabs-mode:nil | 4671 # indent-tabs-mode:nil |
4670 # End: | 4672 # End: |
4671 # vim: set expandtab tabstop=2 shiftwidth=2: | 4673 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |