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