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

Side by Side Diff: content/content_browser.gypi

Issue 17462005: IndexedDB: Replace transaction's AVLTree with std::map (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove iterator validation support Created 7 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/browser/indexed_db/leveldb/leveldb_unittest.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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'browser/indexed_db/indexed_db_leveldb_coding.cc', 627 'browser/indexed_db/indexed_db_leveldb_coding.cc',
628 'browser/indexed_db/indexed_db_leveldb_coding.h', 628 'browser/indexed_db/indexed_db_leveldb_coding.h',
629 'browser/indexed_db/indexed_db_metadata.cc', 629 'browser/indexed_db/indexed_db_metadata.cc',
630 'browser/indexed_db/indexed_db_metadata.h', 630 'browser/indexed_db/indexed_db_metadata.h',
631 'browser/indexed_db/indexed_db_quota_client.cc', 631 'browser/indexed_db/indexed_db_quota_client.cc',
632 'browser/indexed_db/indexed_db_quota_client.h', 632 'browser/indexed_db/indexed_db_quota_client.h',
633 'browser/indexed_db/indexed_db_transaction.cc', 633 'browser/indexed_db/indexed_db_transaction.cc',
634 'browser/indexed_db/indexed_db_transaction.h', 634 'browser/indexed_db/indexed_db_transaction.h',
635 'browser/indexed_db/indexed_db_transaction_coordinator.cc', 635 'browser/indexed_db/indexed_db_transaction_coordinator.cc',
636 'browser/indexed_db/indexed_db_transaction_coordinator.h', 636 'browser/indexed_db/indexed_db_transaction_coordinator.h',
637 'browser/indexed_db/leveldb/avltree.h',
638 'browser/indexed_db/leveldb/fixed_array.h',
639 'browser/indexed_db/leveldb/leveldb_comparator.h', 637 'browser/indexed_db/leveldb/leveldb_comparator.h',
640 'browser/indexed_db/leveldb/leveldb_database.cc', 638 'browser/indexed_db/leveldb/leveldb_database.cc',
641 'browser/indexed_db/leveldb/leveldb_database.h', 639 'browser/indexed_db/leveldb/leveldb_database.h',
642 'browser/indexed_db/leveldb/leveldb_iterator.h', 640 'browser/indexed_db/leveldb/leveldb_iterator.h',
643 'browser/indexed_db/leveldb/leveldb_transaction.cc', 641 'browser/indexed_db/leveldb/leveldb_transaction.cc',
644 'browser/indexed_db/leveldb/leveldb_transaction.h', 642 'browser/indexed_db/leveldb/leveldb_transaction.h',
645 'browser/indexed_db/leveldb/leveldb_write_batch.cc', 643 'browser/indexed_db/leveldb/leveldb_write_batch.cc',
646 'browser/indexed_db/leveldb/leveldb_write_batch.h', 644 'browser/indexed_db/leveldb/leveldb_write_batch.h',
647 'browser/loader/async_resource_handler.cc', 645 'browser/loader/async_resource_handler.cc',
648 'browser/loader/async_resource_handler.h', 646 'browser/loader/async_resource_handler.h',
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 '../third_party/speex/speex.gyp:libspeex', 1526 '../third_party/speex/speex.gyp:libspeex',
1529 ], 1527 ],
1530 }], 1528 }],
1531 ['linux_use_libgps==1', { 1529 ['linux_use_libgps==1', {
1532 'dependencies': [ 1530 'dependencies': [
1533 '../build/linux/system.gyp:libgps', 1531 '../build/linux/system.gyp:libgps',
1534 ], 1532 ],
1535 }], 1533 }],
1536 ], 1534 ],
1537 } 1535 }
OLDNEW
« no previous file with comments | « content/browser/indexed_db/leveldb/leveldb_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698