| 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 2909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2920 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 2920 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 2921 'browser/ui/touch/frame/keyboard_container_view.cc', | 2921 'browser/ui/touch/frame/keyboard_container_view.cc', |
| 2922 'browser/ui/touch/frame/keyboard_container_view.h', | 2922 'browser/ui/touch/frame/keyboard_container_view.h', |
| 2923 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 2923 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
| 2924 'browser/ui/touch/frame/touch_browser_frame_view.h', | 2924 'browser/ui/touch/frame/touch_browser_frame_view.h', |
| 2925 'browser/ui/touch/tabs/tab_strip_factory.cc', | 2925 'browser/ui/touch/tabs/tab_strip_factory.cc', |
| 2926 'browser/ui/touch/tabs/touch_tab.cc', | 2926 'browser/ui/touch/tabs/touch_tab.cc', |
| 2927 'browser/ui/touch/tabs/touch_tab.h', | 2927 'browser/ui/touch/tabs/touch_tab.h', |
| 2928 'browser/ui/touch/tabs/touch_tab_strip.cc', | 2928 'browser/ui/touch/tabs/touch_tab_strip.cc', |
| 2929 'browser/ui/touch/tabs/touch_tab_strip.h', | 2929 'browser/ui/touch/tabs/touch_tab_strip.h', |
| 2930 'browser/ui/touch/tabs/touch_tab_strip_controller.cc', |
| 2931 'browser/ui/touch/tabs/touch_tab_strip_controller.h', |
| 2930 'browser/ui/view_ids.h', | 2932 'browser/ui/view_ids.h', |
| 2931 'browser/ui/views/about_chrome_view.cc', | 2933 'browser/ui/views/about_chrome_view.cc', |
| 2932 'browser/ui/views/about_chrome_view.h', | 2934 'browser/ui/views/about_chrome_view.h', |
| 2933 'browser/ui/views/about_ipc_dialog.cc', | 2935 'browser/ui/views/about_ipc_dialog.cc', |
| 2934 'browser/ui/views/about_ipc_dialog.h', | 2936 'browser/ui/views/about_ipc_dialog.h', |
| 2935 'browser/ui/views/accelerator_table_gtk.cc', | 2937 'browser/ui/views/accelerator_table_gtk.cc', |
| 2936 'browser/ui/views/accelerator_table_gtk.h', | 2938 'browser/ui/views/accelerator_table_gtk.h', |
| 2937 'browser/ui/views/accessibility_event_router_views.cc', | 2939 'browser/ui/views/accessibility_event_router_views.cc', |
| 2938 'browser/ui/views/accessibility_event_router_views.h', | 2940 'browser/ui/views/accessibility_event_router_views.h', |
| 2939 'browser/ui/views/accessible_pane_view.cc', | 2941 'browser/ui/views/accessible_pane_view.cc', |
| (...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4625 'hard_dependency': 1, | 4627 'hard_dependency': 1, |
| 4626 }, | 4628 }, |
| 4627 ], | 4629 ], |
| 4628 } | 4630 } |
| 4629 | 4631 |
| 4630 # Local Variables: | 4632 # Local Variables: |
| 4631 # tab-width:2 | 4633 # tab-width:2 |
| 4632 # indent-tabs-mode:nil | 4634 # indent-tabs-mode:nil |
| 4633 # End: | 4635 # End: |
| 4634 # vim: set expandtab tabstop=2 shiftwidth=2: | 4636 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |