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

Side by Side Diff: content/content_browser.gypi

Issue 7053030: Initial IndexedDBQuotaClient implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make webkit thread outlive IndexedDBContext Created 9 years, 6 months 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
« no previous file with comments | « content/browser/in_process_webkit/webkit_context_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'content_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'browser/in_process_webkit/indexed_db_callbacks.cc', 150 'browser/in_process_webkit/indexed_db_callbacks.cc',
151 'browser/in_process_webkit/indexed_db_callbacks.h', 151 'browser/in_process_webkit/indexed_db_callbacks.h',
152 'browser/in_process_webkit/indexed_db_context.cc', 152 'browser/in_process_webkit/indexed_db_context.cc',
153 'browser/in_process_webkit/indexed_db_context.h', 153 'browser/in_process_webkit/indexed_db_context.h',
154 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 154 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
155 'browser/in_process_webkit/indexed_db_database_callbacks.h', 155 'browser/in_process_webkit/indexed_db_database_callbacks.h',
156 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', 156 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
157 'browser/in_process_webkit/indexed_db_dispatcher_host.h', 157 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
158 'browser/in_process_webkit/indexed_db_key_utility_client.cc', 158 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
159 'browser/in_process_webkit/indexed_db_key_utility_client.h', 159 'browser/in_process_webkit/indexed_db_key_utility_client.h',
160 'browser/in_process_webkit/indexed_db_quota_client.cc',
161 'browser/in_process_webkit/indexed_db_quota_client.h',
160 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 162 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
161 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 163 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
162 'browser/in_process_webkit/session_storage_namespace.cc', 164 'browser/in_process_webkit/session_storage_namespace.cc',
163 'browser/in_process_webkit/session_storage_namespace.h', 165 'browser/in_process_webkit/session_storage_namespace.h',
164 'browser/in_process_webkit/webkit_context.cc', 166 'browser/in_process_webkit/webkit_context.cc',
165 'browser/in_process_webkit/webkit_context.h', 167 'browser/in_process_webkit/webkit_context.h',
166 'browser/in_process_webkit/webkit_thread.cc', 168 'browser/in_process_webkit/webkit_thread.cc',
167 'browser/in_process_webkit/webkit_thread.h', 169 'browser/in_process_webkit/webkit_thread.h',
168 'browser/load_notification_details.h', 170 'browser/load_notification_details.h',
169 'browser/media_stream/media_stream_provider.cc', 171 'browser/media_stream/media_stream_provider.cc',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'mac_bundle_resources': [ 399 'mac_bundle_resources': [
398 'browser/gpu.sb', 400 'browser/gpu.sb',
399 'browser/worker.sb', 401 'browser/worker.sb',
400 ], 402 ],
401 }, 403 },
402 }], 404 }],
403 ], 405 ],
404 }, 406 },
405 ], 407 ],
406 } 408 }
OLDNEW
« no previous file with comments | « content/browser/in_process_webkit/webkit_context_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698