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

Side by Side Diff: content/content_browser.gypi

Issue 197753011: Add IndexedDBValue wrapper class to group blob info with bits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed a bit of extra blob_info stuff that leaked in. Created 6 years, 9 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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'browser/indexed_db/indexed_db_leveldb_coding.cc', 676 'browser/indexed_db/indexed_db_leveldb_coding.cc',
677 'browser/indexed_db/indexed_db_leveldb_coding.h', 677 'browser/indexed_db/indexed_db_leveldb_coding.h',
678 'browser/indexed_db/indexed_db_metadata.cc', 678 'browser/indexed_db/indexed_db_metadata.cc',
679 'browser/indexed_db/indexed_db_metadata.h', 679 'browser/indexed_db/indexed_db_metadata.h',
680 'browser/indexed_db/indexed_db_quota_client.cc', 680 'browser/indexed_db/indexed_db_quota_client.cc',
681 'browser/indexed_db/indexed_db_quota_client.h', 681 'browser/indexed_db/indexed_db_quota_client.h',
682 'browser/indexed_db/indexed_db_transaction.cc', 682 'browser/indexed_db/indexed_db_transaction.cc',
683 'browser/indexed_db/indexed_db_transaction.h', 683 'browser/indexed_db/indexed_db_transaction.h',
684 'browser/indexed_db/indexed_db_transaction_coordinator.cc', 684 'browser/indexed_db/indexed_db_transaction_coordinator.cc',
685 'browser/indexed_db/indexed_db_transaction_coordinator.h', 685 'browser/indexed_db/indexed_db_transaction_coordinator.h',
686 'browser/indexed_db/indexed_db_value.h',
686 'browser/indexed_db/leveldb/leveldb_comparator.h', 687 'browser/indexed_db/leveldb/leveldb_comparator.h',
687 'browser/indexed_db/leveldb/leveldb_database.cc', 688 'browser/indexed_db/leveldb/leveldb_database.cc',
688 'browser/indexed_db/leveldb/leveldb_database.h', 689 'browser/indexed_db/leveldb/leveldb_database.h',
689 'browser/indexed_db/leveldb/leveldb_iterator.h', 690 'browser/indexed_db/leveldb/leveldb_iterator.h',
690 'browser/indexed_db/leveldb/leveldb_transaction.cc', 691 'browser/indexed_db/leveldb/leveldb_transaction.cc',
691 'browser/indexed_db/leveldb/leveldb_transaction.h', 692 'browser/indexed_db/leveldb/leveldb_transaction.h',
692 'browser/indexed_db/leveldb/leveldb_write_batch.cc', 693 'browser/indexed_db/leveldb/leveldb_write_batch.cc',
693 'browser/indexed_db/leveldb/leveldb_write_batch.h', 694 'browser/indexed_db/leveldb/leveldb_write_batch.h',
694 'browser/loader/async_resource_handler.cc', 695 'browser/loader/async_resource_handler.cc',
695 'browser/loader/async_resource_handler.h', 696 'browser/loader/async_resource_handler.h',
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 '../build/linux/system.gyp:dbus', 1701 '../build/linux/system.gyp:dbus',
1701 '../dbus/dbus.gyp:dbus', 1702 '../dbus/dbus.gyp:dbus',
1702 ], 1703 ],
1703 }, { # OS != "linux" or use_dbus==0 1704 }, { # OS != "linux" or use_dbus==0
1704 'sources!': [ 1705 'sources!': [
1705 'browser/geolocation/wifi_data_provider_linux.cc', 1706 'browser/geolocation/wifi_data_provider_linux.cc',
1706 ], 1707 ],
1707 }], 1708 }],
1708 ], 1709 ],
1709 } 1710 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698