| 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 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2126 'browser/process_singleton_mac.cc', | 2126 'browser/process_singleton_mac.cc', |
| 2127 'browser/process_singleton_win.cc', | 2127 'browser/process_singleton_win.cc', |
| 2128 'browser/profile.cc', | 2128 'browser/profile.cc', |
| 2129 'browser/profile.h', | 2129 'browser/profile.h', |
| 2130 'browser/profile_impl.cc', | 2130 'browser/profile_impl.cc', |
| 2131 'browser/profile_impl.h', | 2131 'browser/profile_impl.h', |
| 2132 'browser/profile_import_process_host.cc', | 2132 'browser/profile_import_process_host.cc', |
| 2133 'browser/profile_import_process_host.h', | 2133 'browser/profile_import_process_host.h', |
| 2134 'browser/profile_manager.cc', | 2134 'browser/profile_manager.cc', |
| 2135 'browser/profile_manager.h', | 2135 'browser/profile_manager.h', |
| 2136 'browser/remoting/setup.cc', |
| 2137 'browser/remoting/setup.h', |
| 2138 'browser/remoting/setup_flow.cc', |
| 2139 'browser/remoting/setup_flow.h', |
| 2136 'browser/remove_rows_table_model.h', | 2140 'browser/remove_rows_table_model.h', |
| 2137 'browser/renderer_host/async_resource_handler.cc', | 2141 'browser/renderer_host/async_resource_handler.cc', |
| 2138 'browser/renderer_host/async_resource_handler.h', | 2142 'browser/renderer_host/async_resource_handler.h', |
| 2139 'browser/renderer_host/audio_renderer_host.cc', | 2143 'browser/renderer_host/audio_renderer_host.cc', |
| 2140 'browser/renderer_host/audio_renderer_host.h', | 2144 'browser/renderer_host/audio_renderer_host.h', |
| 2141 'browser/renderer_host/audio_sync_reader.cc', | 2145 'browser/renderer_host/audio_sync_reader.cc', |
| 2142 'browser/renderer_host/audio_sync_reader.h', | 2146 'browser/renderer_host/audio_sync_reader.h', |
| 2143 'browser/renderer_host/backing_store.cc', | 2147 'browser/renderer_host/backing_store.cc', |
| 2144 'browser/renderer_host/backing_store.h', | 2148 'browser/renderer_host/backing_store.h', |
| 2145 'browser/renderer_host/backing_store_manager.cc', | 2149 'browser/renderer_host/backing_store_manager.cc', |
| (...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3744 ], | 3748 ], |
| 3745 }, | 3749 }, |
| 3746 ], | 3750 ], |
| 3747 } | 3751 } |
| 3748 | 3752 |
| 3749 # Local Variables: | 3753 # Local Variables: |
| 3750 # tab-width:2 | 3754 # tab-width:2 |
| 3751 # indent-tabs-mode:nil | 3755 # indent-tabs-mode:nil |
| 3752 # End: | 3756 # End: |
| 3753 # vim: set expandtab tabstop=2 shiftwidth=2: | 3757 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |