| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2102 'browser/profile_import_process_host.cc', | 2102 'browser/profile_import_process_host.cc', |
| 2103 'browser/profile_import_process_host.h', | 2103 'browser/profile_import_process_host.h', |
| 2104 'browser/profiles/profile.cc', | 2104 'browser/profiles/profile.cc', |
| 2105 'browser/profiles/profile.h', | 2105 'browser/profiles/profile.h', |
| 2106 'browser/profiles/profile_impl.cc', | 2106 'browser/profiles/profile_impl.cc', |
| 2107 'browser/profiles/profile_impl.h', | 2107 'browser/profiles/profile_impl.h', |
| 2108 'browser/profiles/profile_manager.cc', | 2108 'browser/profiles/profile_manager.cc', |
| 2109 'browser/profiles/profile_manager.h', | 2109 'browser/profiles/profile_manager.h', |
| 2110 'browser/remoting/directory_add_request.cc', | 2110 'browser/remoting/directory_add_request.cc', |
| 2111 'browser/remoting/directory_add_request.h', | 2111 'browser/remoting/directory_add_request.h', |
| 2112 'browser/remoting/remoting_options_handler.cc', |
| 2113 'browser/remoting/remoting_options_handler.h', |
| 2112 'browser/remoting/remoting_resources_source.cc', | 2114 'browser/remoting/remoting_resources_source.cc', |
| 2113 'browser/remoting/remoting_resources_source.h', | 2115 'browser/remoting/remoting_resources_source.h', |
| 2114 'browser/remoting/setup_flow.cc', | 2116 'browser/remoting/setup_flow.cc', |
| 2115 'browser/remoting/setup_flow.h', | 2117 'browser/remoting/setup_flow.h', |
| 2116 'browser/remoting/setup_flow_get_status_step.cc', | 2118 'browser/remoting/setup_flow_get_status_step.cc', |
| 2117 'browser/remoting/setup_flow_get_status_step.h', | 2119 'browser/remoting/setup_flow_get_status_step.h', |
| 2118 'browser/remoting/setup_flow_login_step.cc', | 2120 'browser/remoting/setup_flow_login_step.cc', |
| 2119 'browser/remoting/setup_flow_login_step.h', | 2121 'browser/remoting/setup_flow_login_step.h', |
| 2120 'browser/remoting/setup_flow_register_step.cc', | 2122 'browser/remoting/setup_flow_register_step.cc', |
| 2121 'browser/remoting/setup_flow_register_step.h', | 2123 'browser/remoting/setup_flow_register_step.h', |
| (...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4526 ], | 4528 ], |
| 4527 }, | 4529 }, |
| 4528 ], | 4530 ], |
| 4529 } | 4531 } |
| 4530 | 4532 |
| 4531 # Local Variables: | 4533 # Local Variables: |
| 4532 # tab-width:2 | 4534 # tab-width:2 |
| 4533 # indent-tabs-mode:nil | 4535 # indent-tabs-mode:nil |
| 4534 # End: | 4536 # End: |
| 4535 # vim: set expandtab tabstop=2 shiftwidth=2: | 4537 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |