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

Side by Side Diff: content/content_browser.gypi

Issue 10873028: Revert 152873 - Remove all the indexeddb-related utility process code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/common/utility_messages.h ('k') | content/content_tests.gypi » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 449 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
450 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 450 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
451 'browser/in_process_webkit/indexed_db_callbacks.cc', 451 'browser/in_process_webkit/indexed_db_callbacks.cc',
452 'browser/in_process_webkit/indexed_db_callbacks.h', 452 'browser/in_process_webkit/indexed_db_callbacks.h',
453 'browser/in_process_webkit/indexed_db_context_impl.cc', 453 'browser/in_process_webkit/indexed_db_context_impl.cc',
454 'browser/in_process_webkit/indexed_db_context_impl.h', 454 'browser/in_process_webkit/indexed_db_context_impl.h',
455 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 455 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
456 'browser/in_process_webkit/indexed_db_database_callbacks.h', 456 'browser/in_process_webkit/indexed_db_database_callbacks.h',
457 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', 457 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
458 'browser/in_process_webkit/indexed_db_dispatcher_host.h', 458 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
459 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
460 'browser/in_process_webkit/indexed_db_key_utility_client.h',
459 'browser/in_process_webkit/indexed_db_quota_client.cc', 461 'browser/in_process_webkit/indexed_db_quota_client.cc',
460 'browser/in_process_webkit/indexed_db_quota_client.h', 462 'browser/in_process_webkit/indexed_db_quota_client.h',
461 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 463 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
462 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 464 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
463 'browser/in_process_webkit/webkit_thread.cc', 465 'browser/in_process_webkit/webkit_thread.cc',
464 'browser/in_process_webkit/webkit_thread.h', 466 'browser/in_process_webkit/webkit_thread.h',
465 'browser/intents/intent_injector.cc', 467 'browser/intents/intent_injector.cc',
466 'browser/intents/intent_injector.h', 468 'browser/intents/intent_injector.h',
467 'browser/intents/internal_web_intents_dispatcher.cc', 469 'browser/intents/internal_web_intents_dispatcher.cc',
468 'browser/intents/internal_web_intents_dispatcher.h', 470 'browser/intents/internal_web_intents_dispatcher.h',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 ['exclude', '^browser/renderer_host/java/'], 1014 ['exclude', '^browser/renderer_host/java/'],
1013 ], 1015 ],
1014 }], 1016 }],
1015 ['input_speech==0', { 1017 ['input_speech==0', {
1016 'sources/': [ 1018 'sources/': [
1017 ['exclude', '^browser/speech/'], 1019 ['exclude', '^browser/speech/'],
1018 ], 1020 ],
1019 }], 1021 }],
1020 ], 1022 ],
1021 } 1023 }
OLDNEW
« no previous file with comments | « content/common/utility_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698