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 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2086 'browser/process_singleton_mac.cc', | 2086 'browser/process_singleton_mac.cc', |
2087 'browser/process_singleton_win.cc', | 2087 'browser/process_singleton_win.cc', |
2088 'browser/profile_import_process_host.cc', | 2088 'browser/profile_import_process_host.cc', |
2089 'browser/profile_import_process_host.h', | 2089 'browser/profile_import_process_host.h', |
2090 'browser/profiles/profile.cc', | 2090 'browser/profiles/profile.cc', |
2091 'browser/profiles/profile.h', | 2091 'browser/profiles/profile.h', |
2092 'browser/profiles/profile_impl.cc', | 2092 'browser/profiles/profile_impl.cc', |
2093 'browser/profiles/profile_impl.h', | 2093 'browser/profiles/profile_impl.h', |
2094 'browser/profiles/profile_manager.cc', | 2094 'browser/profiles/profile_manager.cc', |
2095 'browser/profiles/profile_manager.h', | 2095 'browser/profiles/profile_manager.h', |
| 2096 'browser/remoting/directory_add_request.cc', |
| 2097 'browser/remoting/directory_add_request.h', |
2096 'browser/remoting/remoting_resources_source.cc', | 2098 'browser/remoting/remoting_resources_source.cc', |
2097 'browser/remoting/remoting_resources_source.h', | 2099 'browser/remoting/remoting_resources_source.h', |
2098 'browser/remoting/remoting_setup_flow.cc', | 2100 'browser/remoting/remoting_setup_flow.cc', |
2099 'browser/remoting/remoting_setup_flow.h', | 2101 'browser/remoting/remoting_setup_flow.h', |
2100 'browser/remoting/remoting_setup_message_handler.cc', | 2102 'browser/remoting/remoting_setup_message_handler.cc', |
2101 'browser/remoting/remoting_setup_message_handler.h', | 2103 'browser/remoting/remoting_setup_message_handler.h', |
2102 'browser/remove_rows_table_model.h', | 2104 'browser/remove_rows_table_model.h', |
2103 'browser/renderer_host/async_resource_handler.cc', | 2105 'browser/renderer_host/async_resource_handler.cc', |
2104 'browser/renderer_host/async_resource_handler.h', | 2106 'browser/renderer_host/async_resource_handler.h', |
2105 'browser/renderer_host/audio_renderer_host.cc', | 2107 'browser/renderer_host/audio_renderer_host.cc', |
(...skipping 2405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4511 ], | 4513 ], |
4512 }, | 4514 }, |
4513 ], | 4515 ], |
4514 } | 4516 } |
4515 | 4517 |
4516 # Local Variables: | 4518 # Local Variables: |
4517 # tab-width:2 | 4519 # tab-width:2 |
4518 # indent-tabs-mode:nil | 4520 # indent-tabs-mode:nil |
4519 # End: | 4521 # End: |
4520 # vim: set expandtab tabstop=2 shiftwidth=2: | 4522 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |