| 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 2918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2929 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 2929 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 2930 'browser/ui/touch/frame/keyboard_container_view.cc', | 2930 'browser/ui/touch/frame/keyboard_container_view.cc', |
| 2931 'browser/ui/touch/frame/keyboard_container_view.h', | 2931 'browser/ui/touch/frame/keyboard_container_view.h', |
| 2932 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 2932 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
| 2933 'browser/ui/touch/frame/touch_browser_frame_view.h', | 2933 'browser/ui/touch/frame/touch_browser_frame_view.h', |
| 2934 'browser/ui/touch/tabs/tab_strip_factory.cc', | 2934 'browser/ui/touch/tabs/tab_strip_factory.cc', |
| 2935 'browser/ui/touch/tabs/touch_tab.cc', | 2935 'browser/ui/touch/tabs/touch_tab.cc', |
| 2936 'browser/ui/touch/tabs/touch_tab.h', | 2936 'browser/ui/touch/tabs/touch_tab.h', |
| 2937 'browser/ui/touch/tabs/touch_tab_strip.cc', | 2937 'browser/ui/touch/tabs/touch_tab_strip.cc', |
| 2938 'browser/ui/touch/tabs/touch_tab_strip.h', | 2938 'browser/ui/touch/tabs/touch_tab_strip.h', |
| 2939 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', |
| 2940 'browser/ui/touch/tabs/touch_tab_strip_controller.h', |
| 2939 'browser/ui/view_ids.h', | 2941 'browser/ui/view_ids.h', |
| 2940 'browser/ui/views/about_chrome_view.cc', | 2942 'browser/ui/views/about_chrome_view.cc', |
| 2941 'browser/ui/views/about_chrome_view.h', | 2943 'browser/ui/views/about_chrome_view.h', |
| 2942 'browser/ui/views/about_ipc_dialog.cc', | 2944 'browser/ui/views/about_ipc_dialog.cc', |
| 2943 'browser/ui/views/about_ipc_dialog.h', | 2945 'browser/ui/views/about_ipc_dialog.h', |
| 2944 'browser/ui/views/accelerator_table_gtk.cc', | 2946 'browser/ui/views/accelerator_table_gtk.cc', |
| 2945 'browser/ui/views/accelerator_table_gtk.h', | 2947 'browser/ui/views/accelerator_table_gtk.h', |
| 2946 'browser/ui/views/accessibility_event_router_views.cc', | 2948 'browser/ui/views/accessibility_event_router_views.cc', |
| 2947 'browser/ui/views/accessibility_event_router_views.h', | 2949 'browser/ui/views/accessibility_event_router_views.h', |
| 2948 'browser/ui/views/accessible_pane_view.cc', | 2950 'browser/ui/views/accessible_pane_view.cc', |
| (...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4653 'hard_dependency': 1, | 4655 'hard_dependency': 1, |
| 4654 }, | 4656 }, |
| 4655 ], | 4657 ], |
| 4656 } | 4658 } |
| 4657 | 4659 |
| 4658 # Local Variables: | 4660 # Local Variables: |
| 4659 # tab-width:2 | 4661 # tab-width:2 |
| 4660 # indent-tabs-mode:nil | 4662 # indent-tabs-mode:nil |
| 4661 # End: | 4663 # End: |
| 4662 # vim: set expandtab tabstop=2 shiftwidth=2: | 4664 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |