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

Side by Side Diff: content/content_browser.gypi

Issue 18224002: IndexedDB: Eliminate IndexedDBDatabaseCallbacksWrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include fix for win 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
« no previous file with comments | « content/browser/indexed_db/webidbdatabase_impl.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) 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'browser/indexed_db/indexed_db_callbacks_wrapper.cc', 558 'browser/indexed_db/indexed_db_callbacks_wrapper.cc',
559 'browser/indexed_db/indexed_db_callbacks_wrapper.h', 559 'browser/indexed_db/indexed_db_callbacks_wrapper.h',
560 'browser/indexed_db/indexed_db_context_impl.cc', 560 'browser/indexed_db/indexed_db_context_impl.cc',
561 'browser/indexed_db/indexed_db_context_impl.h', 561 'browser/indexed_db/indexed_db_context_impl.h',
562 'browser/indexed_db/indexed_db_cursor.cc', 562 'browser/indexed_db/indexed_db_cursor.cc',
563 'browser/indexed_db/indexed_db_cursor.h', 563 'browser/indexed_db/indexed_db_cursor.h',
564 'browser/indexed_db/indexed_db_database.cc', 564 'browser/indexed_db/indexed_db_database.cc',
565 'browser/indexed_db/indexed_db_database.h', 565 'browser/indexed_db/indexed_db_database.h',
566 'browser/indexed_db/indexed_db_database_callbacks.cc', 566 'browser/indexed_db/indexed_db_database_callbacks.cc',
567 'browser/indexed_db/indexed_db_database_callbacks.h', 567 'browser/indexed_db/indexed_db_database_callbacks.h',
568 'browser/indexed_db/indexed_db_database_callbacks_wrapper.cc',
569 'browser/indexed_db/indexed_db_database_callbacks_wrapper.h',
570 'browser/indexed_db/indexed_db_database_error.h', 568 'browser/indexed_db/indexed_db_database_error.h',
571 'browser/indexed_db/indexed_db_dispatcher_host.cc', 569 'browser/indexed_db/indexed_db_dispatcher_host.cc',
572 'browser/indexed_db/indexed_db_dispatcher_host.h', 570 'browser/indexed_db/indexed_db_dispatcher_host.h',
573 'browser/indexed_db/indexed_db_factory.cc', 571 'browser/indexed_db/indexed_db_factory.cc',
574 'browser/indexed_db/indexed_db_factory.h', 572 'browser/indexed_db/indexed_db_factory.h',
575 'browser/indexed_db/indexed_db_index_writer.cc', 573 'browser/indexed_db/indexed_db_index_writer.cc',
576 'browser/indexed_db/indexed_db_index_writer.h', 574 'browser/indexed_db/indexed_db_index_writer.h',
577 'browser/indexed_db/indexed_db_internals_ui.cc', 575 'browser/indexed_db/indexed_db_internals_ui.cc',
578 'browser/indexed_db/indexed_db_internals_ui.h', 576 'browser/indexed_db/indexed_db_internals_ui.h',
579 'browser/indexed_db/indexed_db_leveldb_coding.cc', 577 'browser/indexed_db/indexed_db_leveldb_coding.cc',
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 '../third_party/speex/speex.gyp:libspeex', 1444 '../third_party/speex/speex.gyp:libspeex',
1447 ], 1445 ],
1448 }], 1446 }],
1449 ['linux_use_libgps==1', { 1447 ['linux_use_libgps==1', {
1450 'dependencies': [ 1448 'dependencies': [
1451 '../build/linux/system.gyp:libgps', 1449 '../build/linux/system.gyp:libgps',
1452 ], 1450 ],
1453 }], 1451 }],
1454 ], 1452 ],
1455 } 1453 }
OLDNEW
« no previous file with comments | « content/browser/indexed_db/webidbdatabase_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698