OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3105 'browser/ui/tabs/tab_menu_model.h', | 3105 'browser/ui/tabs/tab_menu_model.h', |
3106 'browser/ui/toolbar/back_forward_menu_model.cc', | 3106 'browser/ui/toolbar/back_forward_menu_model.cc', |
3107 'browser/ui/toolbar/back_forward_menu_model.h', | 3107 'browser/ui/toolbar/back_forward_menu_model.h', |
3108 'browser/ui/toolbar/encoding_menu_controller.cc', | 3108 'browser/ui/toolbar/encoding_menu_controller.cc', |
3109 'browser/ui/toolbar/encoding_menu_controller.h', | 3109 'browser/ui/toolbar/encoding_menu_controller.h', |
3110 'browser/ui/toolbar/toolbar_model.cc', | 3110 'browser/ui/toolbar/toolbar_model.cc', |
3111 'browser/ui/toolbar/toolbar_model.h', | 3111 'browser/ui/toolbar/toolbar_model.h', |
3112 'browser/ui/toolbar/wrench_menu_model.cc', | 3112 'browser/ui/toolbar/wrench_menu_model.cc', |
3113 'browser/ui/toolbar/wrench_menu_model.h', | 3113 'browser/ui/toolbar/wrench_menu_model.h', |
3114 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', | 3114 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', |
| 3115 'browser/ui/touch/frame/keyboard_container_view.cc', |
| 3116 'browser/ui/touch/frame/keyboard_container_view.h', |
3115 'browser/ui/touch/frame/touch_browser_frame_view.cc', | 3117 'browser/ui/touch/frame/touch_browser_frame_view.cc', |
3116 'browser/ui/touch/frame/touch_browser_frame_view.h', | 3118 'browser/ui/touch/frame/touch_browser_frame_view.h', |
3117 'browser/ui/view_ids.h', | 3119 'browser/ui/view_ids.h', |
3118 'browser/ui/views/about_chrome_view.cc', | 3120 'browser/ui/views/about_chrome_view.cc', |
3119 'browser/ui/views/about_chrome_view.h', | 3121 'browser/ui/views/about_chrome_view.h', |
3120 'browser/ui/views/about_ipc_dialog.cc', | 3122 'browser/ui/views/about_ipc_dialog.cc', |
3121 'browser/ui/views/about_ipc_dialog.h', | 3123 'browser/ui/views/about_ipc_dialog.h', |
3122 'browser/ui/views/accelerator_table_gtk.cc', | 3124 'browser/ui/views/accelerator_table_gtk.cc', |
3123 'browser/ui/views/accelerator_table_gtk.h', | 3125 'browser/ui/views/accelerator_table_gtk.h', |
3124 'browser/ui/views/accessibility_event_router_views.cc', | 3126 'browser/ui/views/accessibility_event_router_views.cc', |
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4529 ], | 4531 ], |
4530 }, | 4532 }, |
4531 ], | 4533 ], |
4532 } | 4534 } |
4533 | 4535 |
4534 # Local Variables: | 4536 # Local Variables: |
4535 # tab-width:2 | 4537 # tab-width:2 |
4536 # indent-tabs-mode:nil | 4538 # indent-tabs-mode:nil |
4537 # End: | 4539 # End: |
4538 # vim: set expandtab tabstop=2 shiftwidth=2: | 4540 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |