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 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2608 'browser/sessions/session_types.cc', | 2608 'browser/sessions/session_types.cc', |
2609 'browser/sessions/session_types.h', | 2609 'browser/sessions/session_types.h', |
2610 'browser/sessions/tab_restore_service.cc', | 2610 'browser/sessions/tab_restore_service.cc', |
2611 'browser/sessions/tab_restore_service.h', | 2611 'browser/sessions/tab_restore_service.h', |
2612 'browser/shell_dialogs.h', | 2612 'browser/shell_dialogs.h', |
2613 'browser/shell_integration.cc', | 2613 'browser/shell_integration.cc', |
2614 'browser/shell_integration.h', | 2614 'browser/shell_integration.h', |
2615 'browser/shell_integration_mac.mm', | 2615 'browser/shell_integration_mac.mm', |
2616 'browser/shell_integration_linux.cc', | 2616 'browser/shell_integration_linux.cc', |
2617 'browser/shell_integration_win.cc', | 2617 'browser/shell_integration_win.cc', |
| 2618 'browser/show_options_url.cc', |
| 2619 'browser/show_options_url.h', |
2618 'browser/sidebar/sidebar_container.cc', | 2620 'browser/sidebar/sidebar_container.cc', |
2619 'browser/sidebar/sidebar_container.h', | 2621 'browser/sidebar/sidebar_container.h', |
2620 'browser/sidebar/sidebar_manager.cc', | 2622 'browser/sidebar/sidebar_manager.cc', |
2621 'browser/sidebar/sidebar_manager.h', | 2623 'browser/sidebar/sidebar_manager.h', |
2622 'browser/speech/endpointer/endpointer.cc', | 2624 'browser/speech/endpointer/endpointer.cc', |
2623 'browser/speech/endpointer/endpointer.h', | 2625 'browser/speech/endpointer/endpointer.h', |
2624 'browser/speech/endpointer/energy_endpointer.cc', | 2626 'browser/speech/endpointer/energy_endpointer.cc', |
2625 'browser/speech/endpointer/energy_endpointer.h', | 2627 'browser/speech/endpointer/energy_endpointer.h', |
2626 'browser/speech/endpointer/energy_endpointer_params.h', | 2628 'browser/speech/endpointer/energy_endpointer_params.h', |
2627 'browser/speech/speech_input_bubble.h', | 2629 'browser/speech/speech_input_bubble.h', |
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4139 ], | 4141 ], |
4140 }, | 4142 }, |
4141 ], | 4143 ], |
4142 } | 4144 } |
4143 | 4145 |
4144 # Local Variables: | 4146 # Local Variables: |
4145 # tab-width:2 | 4147 # tab-width:2 |
4146 # indent-tabs-mode:nil | 4148 # indent-tabs-mode:nil |
4147 # End: | 4149 # End: |
4148 # vim: set expandtab tabstop=2 shiftwidth=2: | 4150 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |