| 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 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 'browser/in_process_webkit/dom_storage_area.cc', | 1599 'browser/in_process_webkit/dom_storage_area.cc', |
| 1600 'browser/in_process_webkit/dom_storage_area.h', | 1600 'browser/in_process_webkit/dom_storage_area.h', |
| 1601 'browser/in_process_webkit/dom_storage_context.cc', | 1601 'browser/in_process_webkit/dom_storage_context.cc', |
| 1602 'browser/in_process_webkit/dom_storage_context.h', | 1602 'browser/in_process_webkit/dom_storage_context.h', |
| 1603 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', | 1603 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', |
| 1604 'browser/in_process_webkit/dom_storage_dispatcher_host.h', | 1604 'browser/in_process_webkit/dom_storage_dispatcher_host.h', |
| 1605 'browser/in_process_webkit/dom_storage_namespace.cc', | 1605 'browser/in_process_webkit/dom_storage_namespace.cc', |
| 1606 'browser/in_process_webkit/dom_storage_namespace.h', | 1606 'browser/in_process_webkit/dom_storage_namespace.h', |
| 1607 'browser/in_process_webkit/dom_storage_permission_request.cc', | 1607 'browser/in_process_webkit/dom_storage_permission_request.cc', |
| 1608 'browser/in_process_webkit/dom_storage_permission_request.h', | 1608 'browser/in_process_webkit/dom_storage_permission_request.h', |
| 1609 'browser/in_process_webkit/indexed_db_callbacks.cc', | |
| 1610 'browser/in_process_webkit/indexed_db_callbacks.h', | 1609 'browser/in_process_webkit/indexed_db_callbacks.h', |
| 1611 'browser/in_process_webkit/indexed_db_context.cc', | 1610 'browser/in_process_webkit/indexed_db_context.cc', |
| 1612 'browser/in_process_webkit/indexed_db_context.h', | 1611 'browser/in_process_webkit/indexed_db_context.h', |
| 1613 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', | 1612 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', |
| 1614 'browser/in_process_webkit/indexed_db_dispatcher_host.h', | 1613 'browser/in_process_webkit/indexed_db_dispatcher_host.h', |
| 1615 'browser/in_process_webkit/webkit_context.cc', | 1614 'browser/in_process_webkit/webkit_context.cc', |
| 1616 'browser/in_process_webkit/webkit_context.h', | 1615 'browser/in_process_webkit/webkit_context.h', |
| 1617 'browser/in_process_webkit/webkit_thread.cc', | 1616 'browser/in_process_webkit/webkit_thread.cc', |
| 1618 'browser/in_process_webkit/webkit_thread.h', | 1617 'browser/in_process_webkit/webkit_thread.h', |
| 1619 'browser/input_window_dialog.h', | 1618 'browser/input_window_dialog.h', |
| (...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3590 ], | 3589 ], |
| 3591 }, | 3590 }, |
| 3592 ], | 3591 ], |
| 3593 } | 3592 } |
| 3594 | 3593 |
| 3595 # Local Variables: | 3594 # Local Variables: |
| 3596 # tab-width:2 | 3595 # tab-width:2 |
| 3597 # indent-tabs-mode:nil | 3596 # indent-tabs-mode:nil |
| 3598 # End: | 3597 # End: |
| 3599 # vim: set expandtab tabstop=2 shiftwidth=2: | 3598 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |