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 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1970 'browser/in_process_webkit/dom_storage_namespace.h', | 1970 'browser/in_process_webkit/dom_storage_namespace.h', |
1971 'browser/in_process_webkit/dom_storage_permission_request.cc', | 1971 'browser/in_process_webkit/dom_storage_permission_request.cc', |
1972 'browser/in_process_webkit/dom_storage_permission_request.h', | 1972 'browser/in_process_webkit/dom_storage_permission_request.h', |
1973 'browser/in_process_webkit/indexed_db_callbacks.h', | 1973 'browser/in_process_webkit/indexed_db_callbacks.h', |
1974 'browser/in_process_webkit/indexed_db_context.cc', | 1974 'browser/in_process_webkit/indexed_db_context.cc', |
1975 'browser/in_process_webkit/indexed_db_context.h', | 1975 'browser/in_process_webkit/indexed_db_context.h', |
1976 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', | 1976 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', |
1977 'browser/in_process_webkit/indexed_db_dispatcher_host.h', | 1977 'browser/in_process_webkit/indexed_db_dispatcher_host.h', |
1978 'browser/in_process_webkit/indexed_db_key_utility_client.cc', | 1978 'browser/in_process_webkit/indexed_db_key_utility_client.cc', |
1979 'browser/in_process_webkit/indexed_db_key_utility_client.h', | 1979 'browser/in_process_webkit/indexed_db_key_utility_client.h', |
| 1980 'browser/in_process_webkit/session_storage_namespace.cc', |
| 1981 'browser/in_process_webkit/session_storage_namespace.h', |
1980 'browser/in_process_webkit/webkit_context.cc', | 1982 'browser/in_process_webkit/webkit_context.cc', |
1981 'browser/in_process_webkit/webkit_context.h', | 1983 'browser/in_process_webkit/webkit_context.h', |
1982 'browser/in_process_webkit/webkit_thread.cc', | 1984 'browser/in_process_webkit/webkit_thread.cc', |
1983 'browser/in_process_webkit/webkit_thread.h', | 1985 'browser/in_process_webkit/webkit_thread.h', |
1984 'browser/input_window_dialog.h', | 1986 'browser/input_window_dialog.h', |
1985 'browser/input_window_dialog_gtk.cc', | 1987 'browser/input_window_dialog_gtk.cc', |
1986 'browser/input_window_dialog_win.cc', | 1988 'browser/input_window_dialog_win.cc', |
1987 'browser/intranet_redirect_detector.cc', | 1989 'browser/intranet_redirect_detector.cc', |
1988 'browser/intranet_redirect_detector.h', | 1990 'browser/intranet_redirect_detector.h', |
1989 'browser/io_thread.cc', | 1991 'browser/io_thread.cc', |
(...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3976 ], | 3978 ], |
3977 }, | 3979 }, |
3978 ], | 3980 ], |
3979 } | 3981 } |
3980 | 3982 |
3981 # Local Variables: | 3983 # Local Variables: |
3982 # tab-width:2 | 3984 # tab-width:2 |
3983 # indent-tabs-mode:nil | 3985 # indent-tabs-mode:nil |
3984 # End: | 3986 # End: |
3985 # vim: set expandtab tabstop=2 shiftwidth=2: | 3987 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |