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 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1638 'browser/fav_icon_helper.h', | 1638 'browser/fav_icon_helper.h', |
1639 'browser/favicon_service.cc', | 1639 'browser/favicon_service.cc', |
1640 'browser/favicon_service.h', | 1640 'browser/favicon_service.h', |
1641 'browser/file_path_watcher.cc', | 1641 'browser/file_path_watcher.cc', |
1642 'browser/file_path_watcher.h', | 1642 'browser/file_path_watcher.h', |
1643 'browser/file_path_watcher_inotify.cc', | 1643 'browser/file_path_watcher_inotify.cc', |
1644 'browser/file_path_watcher_mac.cc', | 1644 'browser/file_path_watcher_mac.cc', |
1645 'browser/file_path_watcher_win.cc', | 1645 'browser/file_path_watcher_win.cc', |
1646 'browser/file_select_helper.cc', | 1646 'browser/file_select_helper.cc', |
1647 'browser/file_select_helper.h', | 1647 'browser/file_select_helper.h', |
1648 'browser/file_system/browser_file_system_callback_dispatcher.cc', | |
1649 'browser/file_system/browser_file_system_callback_dispatcher.h', | |
1650 'browser/file_system/browser_file_system_context.cc', | 1648 'browser/file_system/browser_file_system_context.cc', |
1651 'browser/file_system/browser_file_system_context.h', | 1649 'browser/file_system/browser_file_system_context.h', |
1652 'browser/file_system/file_system_dispatcher_host.cc', | 1650 'browser/file_system/file_system_dispatcher_host.cc', |
1653 'browser/file_system/file_system_dispatcher_host.h', | 1651 'browser/file_system/file_system_dispatcher_host.h', |
1654 'browser/find_bar.h', | 1652 'browser/find_bar.h', |
1655 'browser/find_bar_controller.cc', | 1653 'browser/find_bar_controller.cc', |
1656 'browser/find_bar_controller.h', | 1654 'browser/find_bar_controller.h', |
1657 'browser/find_bar_state.h', | 1655 'browser/find_bar_state.h', |
1658 'browser/find_bar_state.cc', | 1656 'browser/find_bar_state.cc', |
1659 'browser/find_notification_details.h', | 1657 'browser/find_notification_details.h', |
(...skipping 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4310 ], | 4308 ], |
4311 }, | 4309 }, |
4312 ], | 4310 ], |
4313 } | 4311 } |
4314 | 4312 |
4315 # Local Variables: | 4313 # Local Variables: |
4316 # tab-width:2 | 4314 # tab-width:2 |
4317 # indent-tabs-mode:nil | 4315 # indent-tabs-mode:nil |
4318 # End: | 4316 # End: |
4319 # vim: set expandtab tabstop=2 shiftwidth=2: | 4317 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |