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 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1674 'browser/importer/safari_importer.h', | 1674 'browser/importer/safari_importer.h', |
1675 'browser/importer/safari_importer.mm', | 1675 'browser/importer/safari_importer.mm', |
1676 'browser/importer/toolbar_importer.cc', | 1676 'browser/importer/toolbar_importer.cc', |
1677 'browser/importer/toolbar_importer.h', | 1677 'browser/importer/toolbar_importer.h', |
1678 'browser/in_process_webkit/browser_webkitclient_impl.cc', | 1678 'browser/in_process_webkit/browser_webkitclient_impl.cc', |
1679 'browser/in_process_webkit/browser_webkitclient_impl.h', | 1679 'browser/in_process_webkit/browser_webkitclient_impl.h', |
1680 'browser/in_process_webkit/dom_storage_area.cc', | 1680 'browser/in_process_webkit/dom_storage_area.cc', |
1681 'browser/in_process_webkit/dom_storage_area.h', | 1681 'browser/in_process_webkit/dom_storage_area.h', |
1682 'browser/in_process_webkit/dom_storage_context.cc', | 1682 'browser/in_process_webkit/dom_storage_context.cc', |
1683 'browser/in_process_webkit/dom_storage_context.h', | 1683 'browser/in_process_webkit/dom_storage_context.h', |
1684 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', | 1684 'browser/in_process_webkit/dom_storage_message_filter.cc', |
1685 'browser/in_process_webkit/dom_storage_dispatcher_host.h', | 1685 'browser/in_process_webkit/dom_storage_message_filter.h', |
1686 'browser/in_process_webkit/dom_storage_namespace.cc', | 1686 'browser/in_process_webkit/dom_storage_namespace.cc', |
1687 'browser/in_process_webkit/dom_storage_namespace.h', | 1687 'browser/in_process_webkit/dom_storage_namespace.h', |
1688 'browser/in_process_webkit/indexed_db_callbacks.cc', | 1688 'browser/in_process_webkit/indexed_db_callbacks.cc', |
1689 'browser/in_process_webkit/indexed_db_callbacks.h', | 1689 'browser/in_process_webkit/indexed_db_callbacks.h', |
1690 'browser/in_process_webkit/indexed_db_context.cc', | 1690 'browser/in_process_webkit/indexed_db_context.cc', |
1691 'browser/in_process_webkit/indexed_db_context.h', | 1691 'browser/in_process_webkit/indexed_db_context.h', |
1692 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', | 1692 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', |
1693 'browser/in_process_webkit/indexed_db_dispatcher_host.h', | 1693 'browser/in_process_webkit/indexed_db_dispatcher_host.h', |
1694 'browser/in_process_webkit/indexed_db_key_utility_client.cc', | 1694 'browser/in_process_webkit/indexed_db_key_utility_client.cc', |
1695 'browser/in_process_webkit/indexed_db_key_utility_client.h', | 1695 'browser/in_process_webkit/indexed_db_key_utility_client.h', |
(...skipping 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4476 ], | 4476 ], |
4477 }, | 4477 }, |
4478 ], | 4478 ], |
4479 } | 4479 } |
4480 | 4480 |
4481 # Local Variables: | 4481 # Local Variables: |
4482 # tab-width:2 | 4482 # tab-width:2 |
4483 # indent-tabs-mode:nil | 4483 # indent-tabs-mode:nil |
4484 # End: | 4484 # End: |
4485 # vim: set expandtab tabstop=2 shiftwidth=2: | 4485 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |