| 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 2135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2146 'browser/instant/instant_confirm_dialog.cc', | 2146 'browser/instant/instant_confirm_dialog.cc', |
| 2147 'browser/instant/instant_confirm_dialog.h', | 2147 'browser/instant/instant_confirm_dialog.h', |
| 2148 'browser/instant/instant_controller.cc', | 2148 'browser/instant/instant_controller.cc', |
| 2149 'browser/instant/instant_controller.h', | 2149 'browser/instant/instant_controller.h', |
| 2150 'browser/instant/instant_delegate.h', | 2150 'browser/instant/instant_delegate.h', |
| 2151 'browser/instant/instant_loader.cc', | 2151 'browser/instant/instant_loader.cc', |
| 2152 'browser/instant/instant_loader.h', | 2152 'browser/instant/instant_loader.h', |
| 2153 'browser/instant/instant_loader_delegate.h', | 2153 'browser/instant/instant_loader_delegate.h', |
| 2154 'browser/instant/instant_loader_manager.cc', | 2154 'browser/instant/instant_loader_manager.cc', |
| 2155 'browser/instant/instant_loader_manager.h', | 2155 'browser/instant/instant_loader_manager.h', |
| 2156 'browser/instant/instant_opt_in.cc', | 2156 'browser/instant/promo_counter.cc', |
| 2157 'browser/instant/instant_opt_in.h', | 2157 'browser/instant/promo_counter.h', |
| 2158 'browser/intranet_redirect_detector.cc', | 2158 'browser/intranet_redirect_detector.cc', |
| 2159 'browser/intranet_redirect_detector.h', | 2159 'browser/intranet_redirect_detector.h', |
| 2160 'browser/io_thread.cc', | 2160 'browser/io_thread.cc', |
| 2161 'browser/io_thread.h', | 2161 'browser/io_thread.h', |
| 2162 'browser/jankometer_mac.cc', | 2162 'browser/jankometer_mac.cc', |
| 2163 'browser/jankometer.cc', | 2163 'browser/jankometer.cc', |
| 2164 'browser/jankometer.h', | 2164 'browser/jankometer.h', |
| 2165 'browser/jumplist_win.cc', | 2165 'browser/jumplist_win.cc', |
| 2166 'browser/jumplist_win.h', | 2166 'browser/jumplist_win.h', |
| 2167 'browser/js_modal_dialog.cc', | 2167 'browser/js_modal_dialog.cc', |
| (...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4296 ], | 4296 ], |
| 4297 }, | 4297 }, |
| 4298 ], | 4298 ], |
| 4299 } | 4299 } |
| 4300 | 4300 |
| 4301 # Local Variables: | 4301 # Local Variables: |
| 4302 # tab-width:2 | 4302 # tab-width:2 |
| 4303 # indent-tabs-mode:nil | 4303 # indent-tabs-mode:nil |
| 4304 # End: | 4304 # End: |
| 4305 # vim: set expandtab tabstop=2 shiftwidth=2: | 4305 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |