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

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: Removing some cruft Created 8 years, 4 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
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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 453 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
454 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 454 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
455 'browser/in_process_webkit/indexed_db_callbacks.cc', 455 'browser/in_process_webkit/indexed_db_callbacks.cc',
456 'browser/in_process_webkit/indexed_db_callbacks.h', 456 'browser/in_process_webkit/indexed_db_callbacks.h',
457 'browser/in_process_webkit/indexed_db_context_impl.cc', 457 'browser/in_process_webkit/indexed_db_context_impl.cc',
458 'browser/in_process_webkit/indexed_db_context_impl.h', 458 'browser/in_process_webkit/indexed_db_context_impl.h',
459 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 459 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
460 'browser/in_process_webkit/indexed_db_database_callbacks.h', 460 'browser/in_process_webkit/indexed_db_database_callbacks.h',
461 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', 461 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
462 'browser/in_process_webkit/indexed_db_dispatcher_host.h', 462 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
463 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
464 'browser/in_process_webkit/indexed_db_key_utility_client.h',
465 'browser/in_process_webkit/indexed_db_quota_client.cc', 463 'browser/in_process_webkit/indexed_db_quota_client.cc',
466 'browser/in_process_webkit/indexed_db_quota_client.h', 464 'browser/in_process_webkit/indexed_db_quota_client.h',
467 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 465 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
468 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 466 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
469 'browser/in_process_webkit/webkit_thread.cc', 467 'browser/in_process_webkit/webkit_thread.cc',
470 'browser/in_process_webkit/webkit_thread.h', 468 'browser/in_process_webkit/webkit_thread.h',
471 'browser/intents/intent_injector.cc', 469 'browser/intents/intent_injector.cc',
472 'browser/intents/intent_injector.h', 470 'browser/intents/intent_injector.h',
473 'browser/intents/internal_web_intents_dispatcher.cc', 471 'browser/intents/internal_web_intents_dispatcher.cc',
474 'browser/intents/internal_web_intents_dispatcher.h', 472 'browser/intents/internal_web_intents_dispatcher.h',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 ['exclude', '^browser/renderer_host/java/'], 1016 ['exclude', '^browser/renderer_host/java/'],
1019 ], 1017 ],
1020 }], 1018 }],
1021 ['input_speech==0', { 1019 ['input_speech==0', {
1022 'sources/': [ 1020 'sources/': [
1023 ['exclude', '^browser/speech/'], 1021 ['exclude', '^browser/speech/'],
1024 ], 1022 ],
1025 }], 1023 }],
1026 ], 1024 ],
1027 } 1025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698