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

Side by Side Diff: content/content_browser.gypi

Issue 10834350: Remove all the indexeddb-related utility process code (Closed) Base URL: http://git.chromium.org/chromium/src.git@opencursor-cleanup
Patch Set: Rebase, attempt to reland 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
« 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 450 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
451 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 451 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
452 'browser/in_process_webkit/indexed_db_callbacks.cc', 452 'browser/in_process_webkit/indexed_db_callbacks.cc',
453 'browser/in_process_webkit/indexed_db_callbacks.h', 453 'browser/in_process_webkit/indexed_db_callbacks.h',
454 'browser/in_process_webkit/indexed_db_context_impl.cc', 454 'browser/in_process_webkit/indexed_db_context_impl.cc',
455 'browser/in_process_webkit/indexed_db_context_impl.h', 455 'browser/in_process_webkit/indexed_db_context_impl.h',
456 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 456 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
457 'browser/in_process_webkit/indexed_db_database_callbacks.h', 457 'browser/in_process_webkit/indexed_db_database_callbacks.h',
458 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', 458 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
459 'browser/in_process_webkit/indexed_db_dispatcher_host.h', 459 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
460 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
461 'browser/in_process_webkit/indexed_db_key_utility_client.h',
462 'browser/in_process_webkit/indexed_db_quota_client.cc', 460 'browser/in_process_webkit/indexed_db_quota_client.cc',
463 'browser/in_process_webkit/indexed_db_quota_client.h', 461 'browser/in_process_webkit/indexed_db_quota_client.h',
464 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 462 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
465 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 463 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
466 'browser/in_process_webkit/webkit_thread.cc', 464 'browser/in_process_webkit/webkit_thread.cc',
467 'browser/in_process_webkit/webkit_thread.h', 465 'browser/in_process_webkit/webkit_thread.h',
468 'browser/intents/intent_injector.cc', 466 'browser/intents/intent_injector.cc',
469 'browser/intents/intent_injector.h', 467 'browser/intents/intent_injector.h',
470 'browser/intents/internal_web_intents_dispatcher.cc', 468 'browser/intents/internal_web_intents_dispatcher.cc',
471 'browser/intents/internal_web_intents_dispatcher.h', 469 'browser/intents/internal_web_intents_dispatcher.h',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 ['exclude', '^browser/renderer_host/java/'], 1013 ['exclude', '^browser/renderer_host/java/'],
1016 ], 1014 ],
1017 }], 1015 }],
1018 ['input_speech==0', { 1016 ['input_speech==0', {
1019 'sources/': [ 1017 'sources/': [
1020 ['exclude', '^browser/speech/'], 1018 ['exclude', '^browser/speech/'],
1021 ], 1019 ],
1022 }], 1020 }],
1023 ], 1021 ],
1024 } 1022 }
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