Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5722003: Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: get rid of _DELAY_HANDLE macro Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 'browser/importer/safari_importer.h', 1684 'browser/importer/safari_importer.h',
1685 'browser/importer/safari_importer.mm', 1685 'browser/importer/safari_importer.mm',
1686 'browser/importer/toolbar_importer.cc', 1686 'browser/importer/toolbar_importer.cc',
1687 'browser/importer/toolbar_importer.h', 1687 'browser/importer/toolbar_importer.h',
1688 'browser/in_process_webkit/browser_webkitclient_impl.cc', 1688 'browser/in_process_webkit/browser_webkitclient_impl.cc',
1689 'browser/in_process_webkit/browser_webkitclient_impl.h', 1689 'browser/in_process_webkit/browser_webkitclient_impl.h',
1690 'browser/in_process_webkit/dom_storage_area.cc', 1690 'browser/in_process_webkit/dom_storage_area.cc',
1691 'browser/in_process_webkit/dom_storage_area.h', 1691 'browser/in_process_webkit/dom_storage_area.h',
1692 'browser/in_process_webkit/dom_storage_context.cc', 1692 'browser/in_process_webkit/dom_storage_context.cc',
1693 'browser/in_process_webkit/dom_storage_context.h', 1693 'browser/in_process_webkit/dom_storage_context.h',
1694 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', 1694 'browser/in_process_webkit/dom_storage_message_filter.cc',
1695 'browser/in_process_webkit/dom_storage_dispatcher_host.h', 1695 'browser/in_process_webkit/dom_storage_message_filter.h',
1696 'browser/in_process_webkit/dom_storage_namespace.cc', 1696 'browser/in_process_webkit/dom_storage_namespace.cc',
1697 'browser/in_process_webkit/dom_storage_namespace.h', 1697 'browser/in_process_webkit/dom_storage_namespace.h',
1698 'browser/in_process_webkit/indexed_db_callbacks.cc', 1698 'browser/in_process_webkit/indexed_db_callbacks.cc',
1699 'browser/in_process_webkit/indexed_db_callbacks.h', 1699 'browser/in_process_webkit/indexed_db_callbacks.h',
1700 'browser/in_process_webkit/indexed_db_context.cc', 1700 'browser/in_process_webkit/indexed_db_context.cc',
1701 'browser/in_process_webkit/indexed_db_context.h', 1701 'browser/in_process_webkit/indexed_db_context.h',
1702 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', 1702 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
1703 'browser/in_process_webkit/indexed_db_dispatcher_host.h', 1703 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
1704 'browser/in_process_webkit/indexed_db_key_utility_client.cc', 1704 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
1705 'browser/in_process_webkit/indexed_db_key_utility_client.h', 1705 'browser/in_process_webkit/indexed_db_key_utility_client.h',
(...skipping 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after
4486 ], 4486 ],
4487 }, 4487 },
4488 ], 4488 ],
4489 } 4489 }
4490 4490
4491 # Local Variables: 4491 # Local Variables:
4492 # tab-width:2 4492 # tab-width:2
4493 # indent-tabs-mode:nil 4493 # indent-tabs-mode:nil
4494 # End: 4494 # End:
4495 # vim: set expandtab tabstop=2 shiftwidth=2: 4495 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698