| 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 1635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1646 'browser/fav_icon_helper.h', | 1646 'browser/fav_icon_helper.h', |
| 1647 'browser/favicon_service.cc', | 1647 'browser/favicon_service.cc', |
| 1648 'browser/favicon_service.h', | 1648 'browser/favicon_service.h', |
| 1649 'browser/file_path_watcher.cc', | 1649 'browser/file_path_watcher.cc', |
| 1650 'browser/file_path_watcher.h', | 1650 'browser/file_path_watcher.h', |
| 1651 'browser/file_path_watcher_inotify.cc', | 1651 'browser/file_path_watcher_inotify.cc', |
| 1652 'browser/file_path_watcher_mac.cc', | 1652 'browser/file_path_watcher_mac.cc', |
| 1653 'browser/file_path_watcher_win.cc', | 1653 'browser/file_path_watcher_win.cc', |
| 1654 'browser/file_select_helper.cc', | 1654 'browser/file_select_helper.cc', |
| 1655 'browser/file_select_helper.h', | 1655 'browser/file_select_helper.h', |
| 1656 'browser/file_system/browser_file_system_callback_dispatcher.cc', | |
| 1657 'browser/file_system/browser_file_system_callback_dispatcher.h', | |
| 1658 'browser/file_system/browser_file_system_context.cc', | 1656 'browser/file_system/browser_file_system_context.cc', |
| 1659 'browser/file_system/browser_file_system_context.h', | 1657 'browser/file_system/browser_file_system_context.h', |
| 1660 'browser/file_system/file_system_dispatcher_host.cc', | 1658 'browser/file_system/file_system_dispatcher_host.cc', |
| 1661 'browser/file_system/file_system_dispatcher_host.h', | 1659 'browser/file_system/file_system_dispatcher_host.h', |
| 1662 'browser/find_bar.h', | 1660 'browser/find_bar.h', |
| 1663 'browser/find_bar_controller.cc', | 1661 'browser/find_bar_controller.cc', |
| 1664 'browser/find_bar_controller.h', | 1662 'browser/find_bar_controller.h', |
| 1665 'browser/find_bar_state.h', | 1663 'browser/find_bar_state.h', |
| 1666 'browser/find_bar_state.cc', | 1664 'browser/find_bar_state.cc', |
| 1667 'browser/find_notification_details.h', | 1665 'browser/find_notification_details.h', |
| (...skipping 2698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4366 ], | 4364 ], |
| 4367 }, | 4365 }, |
| 4368 ], | 4366 ], |
| 4369 } | 4367 } |
| 4370 | 4368 |
| 4371 # Local Variables: | 4369 # Local Variables: |
| 4372 # tab-width:2 | 4370 # tab-width:2 |
| 4373 # indent-tabs-mode:nil | 4371 # indent-tabs-mode:nil |
| 4374 # End: | 4372 # End: |
| 4375 # vim: set expandtab tabstop=2 shiftwidth=2: | 4373 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |