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

Side by Side Diff: content/content_browser.gypi

Issue 18241003: IndexedDB: Remove IndexedDBCallbacksWrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'browser/hyphenator/hyphenator_message_filter.h', 548 'browser/hyphenator/hyphenator_message_filter.h',
549 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 549 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
550 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 550 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
551 'browser/in_process_webkit/webkit_thread.cc', 551 'browser/in_process_webkit/webkit_thread.cc',
552 'browser/in_process_webkit/webkit_thread.h', 552 'browser/in_process_webkit/webkit_thread.h',
553 'browser/indexed_db/indexed_db.h', 553 'browser/indexed_db/indexed_db.h',
554 'browser/indexed_db/indexed_db_backing_store.cc', 554 'browser/indexed_db/indexed_db_backing_store.cc',
555 'browser/indexed_db/indexed_db_backing_store.h', 555 'browser/indexed_db/indexed_db_backing_store.h',
556 'browser/indexed_db/indexed_db_callbacks.cc', 556 'browser/indexed_db/indexed_db_callbacks.cc',
557 'browser/indexed_db/indexed_db_callbacks.h', 557 'browser/indexed_db/indexed_db_callbacks.h',
558 'browser/indexed_db/indexed_db_callbacks_wrapper.cc',
559 'browser/indexed_db/indexed_db_callbacks_wrapper.h',
560 'browser/indexed_db/indexed_db_context_impl.cc', 558 'browser/indexed_db/indexed_db_context_impl.cc',
561 'browser/indexed_db/indexed_db_context_impl.h', 559 'browser/indexed_db/indexed_db_context_impl.h',
562 'browser/indexed_db/indexed_db_cursor.cc', 560 'browser/indexed_db/indexed_db_cursor.cc',
563 'browser/indexed_db/indexed_db_cursor.h', 561 'browser/indexed_db/indexed_db_cursor.h',
564 'browser/indexed_db/indexed_db_database.cc', 562 'browser/indexed_db/indexed_db_database.cc',
565 'browser/indexed_db/indexed_db_database.h', 563 'browser/indexed_db/indexed_db_database.h',
566 'browser/indexed_db/indexed_db_database_callbacks.cc', 564 'browser/indexed_db/indexed_db_database_callbacks.cc',
567 'browser/indexed_db/indexed_db_database_callbacks.h', 565 'browser/indexed_db/indexed_db_database_callbacks.h',
568 'browser/indexed_db/indexed_db_database_error.h', 566 'browser/indexed_db/indexed_db_database_error.h',
569 'browser/indexed_db/indexed_db_dispatcher_host.cc', 567 'browser/indexed_db/indexed_db_dispatcher_host.cc',
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 '../third_party/speex/speex.gyp:libspeex', 1442 '../third_party/speex/speex.gyp:libspeex',
1445 ], 1443 ],
1446 }], 1444 }],
1447 ['linux_use_libgps==1', { 1445 ['linux_use_libgps==1', {
1448 'dependencies': [ 1446 'dependencies': [
1449 '../build/linux/system.gyp:libgps', 1447 '../build/linux/system.gyp:libgps',
1450 ], 1448 ],
1451 }], 1449 }],
1452 ], 1450 ],
1453 } 1451 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698