| 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 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1689 'browser/instant/instant_confirm_dialog.cc', | 1689 'browser/instant/instant_confirm_dialog.cc', |
| 1690 'browser/instant/instant_confirm_dialog.h', | 1690 'browser/instant/instant_confirm_dialog.h', |
| 1691 'browser/instant/instant_controller.cc', | 1691 'browser/instant/instant_controller.cc', |
| 1692 'browser/instant/instant_controller.h', | 1692 'browser/instant/instant_controller.h', |
| 1693 'browser/instant/instant_delegate.h', | 1693 'browser/instant/instant_delegate.h', |
| 1694 'browser/instant/instant_loader.cc', | 1694 'browser/instant/instant_loader.cc', |
| 1695 'browser/instant/instant_loader.h', | 1695 'browser/instant/instant_loader.h', |
| 1696 'browser/instant/instant_loader_delegate.h', | 1696 'browser/instant/instant_loader_delegate.h', |
| 1697 'browser/instant/instant_loader_manager.cc', | 1697 'browser/instant/instant_loader_manager.cc', |
| 1698 'browser/instant/instant_loader_manager.h', | 1698 'browser/instant/instant_loader_manager.h', |
| 1699 'browser/instant/instant_unload_handler.cc', |
| 1700 'browser/instant/instant_unload_handler.h', |
| 1699 'browser/instant/promo_counter.cc', | 1701 'browser/instant/promo_counter.cc', |
| 1700 'browser/instant/promo_counter.h', | 1702 'browser/instant/promo_counter.h', |
| 1701 'browser/intranet_redirect_detector.cc', | 1703 'browser/intranet_redirect_detector.cc', |
| 1702 'browser/intranet_redirect_detector.h', | 1704 'browser/intranet_redirect_detector.h', |
| 1703 'browser/io_thread.cc', | 1705 'browser/io_thread.cc', |
| 1704 'browser/io_thread.h', | 1706 'browser/io_thread.h', |
| 1705 'browser/jankometer_mac.cc', | 1707 'browser/jankometer_mac.cc', |
| 1706 'browser/jankometer.cc', | 1708 'browser/jankometer.cc', |
| 1707 'browser/jankometer.h', | 1709 'browser/jankometer.h', |
| 1708 'browser/jumplist_win.cc', | 1710 'browser/jumplist_win.cc', |
| (...skipping 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4395 ], | 4397 ], |
| 4396 }, | 4398 }, |
| 4397 ], | 4399 ], |
| 4398 } | 4400 } |
| 4399 | 4401 |
| 4400 # Local Variables: | 4402 # Local Variables: |
| 4401 # tab-width:2 | 4403 # tab-width:2 |
| 4402 # indent-tabs-mode:nil | 4404 # indent-tabs-mode:nil |
| 4403 # End: | 4405 # End: |
| 4404 # vim: set expandtab tabstop=2 shiftwidth=2: | 4406 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |